Date: Saturday, February 4, 2023 @ 18:49:52
Author: arojas
Revision: 468184
archrelease: copy trunk to extra-x86_64
Added:
goffice/repos/extra-x86_64/PKGBUILD
(from rev 468183, goffice/trunk/PKGBUILD)
Deleted:
goffice/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-04 18:49:38 UTC (rev 468183)
+++ PKGBUILD 2023-02-04 18:49:52 UTC (rev 468184)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Aaron Griffin <[email protected]>
-
-pkgname=goffice
-pkgver=0.10.54
-pkgrel=1
-pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
-url="https://git.gnome.org/browse/goffice"
-arch=(x86_64)
-license=(GPL)
-depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
-makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
-_commit=89dbf231592bc23b8a8c88a85bdbc047dd899933
-source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static --enable-introspection
--enable-gtk-doc
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="${pkgdir}" install
-}
Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 468183,
goffice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-04 18:49:52 UTC (rev 468184)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=goffice
+pkgver=0.10.55
+pkgrel=1
+pkgdesc="A GLib/GTK+ set of document-centric objects and charting library"
+url="https://git.gnome.org/browse/goffice"
+arch=(x86_64)
+license=(GPL)
+depends=(librsvg gtk3 libgsf libspectre libxslt lasem)
+makedepends=(intltool gtk-doc gobject-introspection autoconf-archive git)
+_commit=29c5bfe6333b499a051f969464c6804e28616736
+source=("git+https://gitlab.gnome.org/GNOME/goffice.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^GOFFICE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static --enable-introspection
--enable-gtk-doc
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}