[arch-commits] Commit in gnumeric/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Nov 18 17:02:18 UTC 2019
Date: Monday, November 18, 2019 @ 17:02:17
Author: arojas
Revision: 369238
Fix python bindings install dir (FS#64559)
Modified:
gnumeric/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-18 15:21:55 UTC (rev 369237)
+++ PKGBUILD 2019-11-18 17:02:17 UTC (rev 369238)
@@ -3,7 +3,7 @@
pkgname=gnumeric
pkgver=1.12.46
-pkgrel=1
+pkgrel=2
pkgdesc="A GNOME Spreadsheet Program"
arch=('x86_64')
url="https://www.gnome.org/projects/gnumeric/"
@@ -28,7 +28,6 @@
prepare() {
cd $pkgname
- sed 's/@GIOVERRIDESDIR@/$(DESTDIR)@GIOVERRIDESDIR@/g' -i introspection/Makefile.am
sed 's/python -c/$PYTHON -c/' -i configure.ac
patch -Np0 -i ../revert-warnings.patch
NOCONFIGURE=1 ./autogen.sh
More information about the arch-commits
mailing list