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

Jan de Groot jgc at archlinux.org
Mon Nov 13 13:11:21 UTC 2017


    Date: Monday, November 13, 2017 @ 13:11:21
  Author: jgc
Revision: 309823

upgpkg: gnumeric 1.12.35-1

Modified:
  gnumeric/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-13 12:58:17 UTC (rev 309822)
+++ PKGBUILD	2017-11-13 13:11:21 UTC (rev 309823)
@@ -3,8 +3,8 @@
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gnumeric
-pkgver=1.12.34
-pkgrel=4
+pkgver=1.12.35
+pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/projects/gnumeric/"
@@ -16,7 +16,7 @@
             'perl: for perl plugin support'
             'psiconv: for Psion 5 file support'
             'yelp: for viewing the help manual')
-_commit=577c7b0aca1afd23efb3e3776cb914139884a2a7  # tags/GNUMERIC_1_12_34^0
+_commit=338da2dade7576f4b4e4b66ec63998f0fef37e41  # tags/GNUMERIC_1_12_35^0
 source=("git+https://git.gnome.org/browse/gnumeric#commit=$_commit"
         revert-warnings.patch)
 sha256sums=('SKIP'
@@ -29,9 +29,6 @@
 
 prepare() {
   cd $pkgname
-
-  git cherry-pick -n 798755af32c42e395d167d9d49d14cbe449d2842
-
   patch -Np0 -i ../revert-warnings.patch
   NOCONFIGURE=1 ./autogen.sh
 }
@@ -39,7 +36,7 @@
 build() {
   cd $pkgname
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-schemas-compile --enable-introspection
+    --disable-schemas-compile --enable-introspection --disable-silent-rules
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list