[arch-commits] Commit in gnumeric/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Nov 10 04:14:26 UTC 2020


    Date: Tuesday, November 10, 2020 @ 04:14:26
  Author: foutrelis
Revision: 399966

archrelease: copy trunk to staging-x86_64

Added:
  gnumeric/repos/staging-x86_64/
  gnumeric/repos/staging-x86_64/PKGBUILD
    (from rev 399965, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/staging-x86_64/revert-warnings.patch
    (from rev 399965, gnumeric/trunk/revert-warnings.patch)

-----------------------+
 PKGBUILD              |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 revert-warnings.patch |   11 +++++++++++
 2 files changed, 58 insertions(+)

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 399965, gnumeric/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-11-10 04:14:26 UTC (rev 399966)
@@ -0,0 +1,47 @@
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.48
+pkgrel=2
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('x86_64')
+url="https://www.gnome.org/projects/gnumeric/"
+license=('GPL')
+depends=('goffice')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' docbook-xml
+             '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=4d3bb014941abb18f6e5236b6ea76ffe3b39a26e
+source=("git+https://gitlab.gnome.org/GNOME/gnumeric.git#commit=$_commit"
+        revert-warnings.patch)
+sha256sums=('SKIP'
+            'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNUMERIC_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np0 -i ../revert-warnings.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./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
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnumeric/repos/staging-x86_64/revert-warnings.patch (from rev 399965, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- staging-x86_64/revert-warnings.patch	                        (rev 0)
+++ staging-x86_64/revert-warnings.patch	2020-11-10 04:14:26 UTC (rev 399966)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-03-13 16:09:02.355422066 +0000
++++ configure.ac	2013-03-13 16:09:26.701917153 +0000
+@@ -269,8 +269,6 @@
+ 			 -Wchar-subscripts -Wwrite-strings \
+ 			 -Wdeclaration-after-statement -Wnested-externs \
+ 			 -Wmissing-noreturn \
+-			 -Werror=missing-prototypes -Werror=nested-externs \
+-			 -Werror=implicit-function-declaration \
+ 			 -Wmissing-declarations -Wno-pointer-sign \
+ 			 -Werror=format-security -Wbitwise -Wcast-to-as \
+ 			 -Wdefault-bitfield-sign -Wdo-while -Wparen-string \



More information about the arch-commits mailing list