Date: Saturday, September 5, 2020 @ 16:55:13 Author: arojas Revision: 395493
Update to 1.12.48 Modified: gnumeric/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-05 13:24:52 UTC (rev 395492) +++ PKGBUILD 2020-09-05 16:55:13 UTC (rev 395493) @@ -2,7 +2,7 @@ # Contributor: Kritoke <[email protected]> pkgname=gnumeric -pkgver=1.12.47 +pkgver=1.12.48 pkgrel=1 pkgdesc="A GNOME Spreadsheet Program" arch=('x86_64') @@ -10,12 +10,12 @@ license=('GPL') depends=('goffice') makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml - 'gobject-introspection' 'python2-gobject' gtk-doc autoconf-archive git yelp-tools) -optdepends=('python2-gobject: for python2 plugin support' + 'gobject-introspection' 'python-gobject' gtk-doc autoconf-archive git yelp-tools) +optdepends=('python-gobject: for python plugin support' 'perl: for perl plugin support' 'psiconv: for Psion 5 file support' 'yelp: for viewing the help manual') -_commit=99b4e9228cbe86360e6272f9c5659940acfc8022 +_commit=4d3bb014941abb18f6e5236b6ea76ffe3b39a26e source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit" revert-warnings.patch) sha256sums=('SKIP' @@ -28,7 +28,6 @@ prepare() { cd $pkgname - sed 's/python -c/$PYTHON -c/' -i configure.ac patch -Np0 -i ../revert-warnings.patch NOCONFIGURE=1 ./autogen.sh } @@ -35,7 +34,7 @@ build() { cd $pkgname - PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-schemas-compile --enable-introspection --disable-silent-rules sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
