[arch-commits] Commit in gnumeric/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Fri May 4 22:52:11 UTC 2018


    Date: Friday, May 4, 2018 @ 22:52:10
  Author: jgc
Revision: 323385

upgpkg: gnumeric 1.12.40-1

Does upstream actually test their builds?

Modified:
  gnumeric/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-04 22:48:54 UTC (rev 323384)
+++ PKGBUILD	2018-05-04 22:52:10 UTC (rev 323385)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gnumeric
-pkgver=1.12.39
+pkgver=1.12.40
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('goffice')
 makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
              'gobject-introspection' 'python2-gobject' gtk-doc autoconf-archive git yelp-tools)
-optdepends=('python2-gobject: for python plugin support'
+optdepends=('python2-gobject: for python2 plugin support'
             'perl: for perl plugin support'
             'psiconv: for Psion 5 file support'
             'yelp: for viewing the help manual')
-_commit=93f10cd29e3fbdd3ebc25272167c057878f6bc05  # tags/GNUMERIC_1_12_39^0
+_commit=0e965a8d823f7ada2cf3e3f7ac26893822328c68  # tags/GNUMERIC_1_12_40^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit"
         revert-warnings.patch)
 sha256sums=('SKIP'
@@ -29,6 +29,9 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n fdb43346579e9db9122609b1b390d59a94ecd782  
+  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