Date: Saturday, August 26, 2017 @ 15:51:15
  Author: felixonmars
Revision: 304015

archrelease: copy trunk to staging-i686, staging-x86_64

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

--------------------------------------+
 staging-i686/PKGBUILD                |   51 +++++++++++++++++++++++++++++++++
 staging-i686/revert-warnings.patch   |   11 +++++++
 staging-x86_64/PKGBUILD              |   51 +++++++++++++++++++++++++++++++++
 staging-x86_64/revert-warnings.patch |   11 +++++++
 4 files changed, 124 insertions(+)

Copied: gnumeric/repos/staging-i686/PKGBUILD (from rev 304014, 
gnumeric/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2017-08-26 15:51:15 UTC (rev 304015)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger <[email protected]>
+# Contributor: Kritoke <[email protected]>
+
+pkgname=gnumeric
+pkgver=1.12.34
+pkgrel=4
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://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 python plugin support'
+            '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
+source=("git+https://git.gnome.org/browse/gnumeric#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 798755af32c42e395d167d9d49d14cbe449d2842
+
+  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
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnumeric/repos/staging-i686/revert-warnings.patch (from rev 304014, 
gnumeric/trunk/revert-warnings.patch)
===================================================================
--- staging-i686/revert-warnings.patch                          (rev 0)
+++ staging-i686/revert-warnings.patch  2017-08-26 15:51:15 UTC (rev 304015)
@@ -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 \

Copied: gnumeric/repos/staging-x86_64/PKGBUILD (from rev 304014, 
gnumeric/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2017-08-26 15:51:15 UTC (rev 304015)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Belanger <[email protected]>
+# Contributor: Kritoke <[email protected]>
+
+pkgname=gnumeric
+pkgver=1.12.34
+pkgrel=4
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://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 python plugin support'
+            '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
+source=("git+https://git.gnome.org/browse/gnumeric#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 798755af32c42e395d167d9d49d14cbe449d2842
+
+  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
+
+  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 304014, 
gnumeric/trunk/revert-warnings.patch)
===================================================================
--- staging-x86_64/revert-warnings.patch                                (rev 0)
+++ staging-x86_64/revert-warnings.patch        2017-08-26 15:51:15 UTC (rev 
304015)
@@ -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 \

Reply via email to