Date: Thursday, June 6, 2019 @ 21:37:34 Author: arojas Revision: 355136
archrelease: copy trunk to staging-x86_64 Added: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 355135, gnumeric/trunk/PKGBUILD) gnumeric/repos/staging-x86_64/revert-warnings.patch (from rev 355135, gnumeric/trunk/revert-warnings.patch) Deleted: gnumeric/repos/staging-x86_64/PKGBUILD gnumeric/repos/staging-x86_64/revert-warnings.patch -----------------------+ PKGBUILD | 100 ++++++++++++++++++++++++------------------------ revert-warnings.patch | 22 +++++----- 2 files changed, 61 insertions(+), 61 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-06-06 21:37:21 UTC (rev 355135) +++ PKGBUILD 2019-06-06 21:37:34 UTC (rev 355136) @@ -1,50 +0,0 @@ -# Maintainer: Eric Belanger <e...@archlinux.org> -# Contributor: Kritoke <typeoli...@yahoo.com> - -pkgname=gnumeric -pkgver=1.12.44 -pkgrel=3 -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' 'python2-gobject' gtk-doc autoconf-archive git yelp-tools) -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=3208168044d1b510255509813730f76a1d5df077 # tags/GNUMERIC_1_12_44^0 -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 - 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 -} - -build() { - cd $pkgname - PYTHON=/usr/bin/python2 ./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/PKGBUILD (from rev 355135, gnumeric/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-06-06 21:37:34 UTC (rev 355136) @@ -0,0 +1,50 @@ +# Maintainer: Eric Belanger <e...@archlinux.org> +# Contributor: Kritoke <typeoli...@yahoo.com> + +pkgname=gnumeric +pkgver=1.12.45 +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' 'python2-gobject' gtk-doc autoconf-archive git yelp-tools) +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=fd8eedb30acc50c1096bf6d6a126d265e35bada3 # tags/GNUMERIC_1_12_45^0 +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 + 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 +} + +build() { + cd $pkgname + PYTHON=/usr/bin/python2 ./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 +} Deleted: revert-warnings.patch =================================================================== --- revert-warnings.patch 2019-06-06 21:37:21 UTC (rev 355135) +++ revert-warnings.patch 2019-06-06 21:37:34 UTC (rev 355136) @@ -1,11 +0,0 @@ ---- 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 \ Copied: gnumeric/repos/staging-x86_64/revert-warnings.patch (from rev 355135, gnumeric/trunk/revert-warnings.patch) =================================================================== --- revert-warnings.patch (rev 0) +++ revert-warnings.patch 2019-06-06 21:37:34 UTC (rev 355136) @@ -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 \