[arch-commits] Commit in gnumeric/repos/extra-x86_64 (4 files)
Jan de Groot
jgc at archlinux.org
Sun Dec 3 22:33:48 UTC 2017
Date: Sunday, December 3, 2017 @ 22:33:47
Author: jgc
Revision: 311578
archrelease: copy trunk to extra-x86_64
Added:
gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 311577, gnumeric/trunk/PKGBUILD)
gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 311577, gnumeric/trunk/revert-warnings.patch)
Deleted:
gnumeric/repos/extra-x86_64/PKGBUILD
gnumeric/repos/extra-x86_64/revert-warnings.patch
-----------------------+
PKGBUILD | 96 ++++++++++++++++++++++++------------------------
revert-warnings.patch | 22 +++++------
2 files changed, 59 insertions(+), 59 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 22:33:42 UTC (rev 311577)
+++ PKGBUILD 2017-12-03 22:33:47 UTC (rev 311578)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.36
-pkgrel=1
-pkgdesc="A GNOME Spreadsheet Program"
-arch=('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=c25d25f328fcb2a21ba0457d3822c3bf50da9a35 # tags/GNUMERIC_1_12_36^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
- 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/extra-x86_64/PKGBUILD (from rev 311577, gnumeric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-03 22:33:47 UTC (rev 311578)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.37
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('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=dcad258bbca2db3d9c3ffcce094a2ee5f4c7f15d # tags/GNUMERIC_1_12_37^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
+ 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 2017-12-03 22:33:42 UTC (rev 311577)
+++ revert-warnings.patch 2017-12-03 22:33:47 UTC (rev 311578)
@@ -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/extra-x86_64/revert-warnings.patch (from rev 311577, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- revert-warnings.patch (rev 0)
+++ revert-warnings.patch 2017-12-03 22:33:47 UTC (rev 311578)
@@ -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