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

Florian Pritz bluewind at archlinux.org
Fri May 27 07:59:46 UTC 2016


    Date: Friday, May 27, 2016 @ 09:59:45
  Author: bluewind
Revision: 268643

db-move: moved gnumeric from [staging] to [testing] (i686, x86_64)

Added:
  gnumeric/repos/testing-i686/
  gnumeric/repos/testing-i686/PKGBUILD
    (from rev 268642, gnumeric/repos/staging-i686/PKGBUILD)
  gnumeric/repos/testing-i686/revert-warnings.patch
    (from rev 268642, gnumeric/repos/staging-i686/revert-warnings.patch)
  gnumeric/repos/testing-x86_64/
  gnumeric/repos/testing-x86_64/PKGBUILD
    (from rev 268642, gnumeric/repos/staging-x86_64/PKGBUILD)
  gnumeric/repos/testing-x86_64/revert-warnings.patch
    (from rev 268642, gnumeric/repos/staging-x86_64/revert-warnings.patch)
Deleted:
  gnumeric/repos/staging-i686/
  gnumeric/repos/staging-x86_64/

--------------------------------------+
 testing-i686/PKGBUILD                |   47 +++++++++++++++++++++++++++++++++
 testing-i686/revert-warnings.patch   |   11 +++++++
 testing-x86_64/PKGBUILD              |   47 +++++++++++++++++++++++++++++++++
 testing-x86_64/revert-warnings.patch |   11 +++++++
 4 files changed, 116 insertions(+)

Copied: gnumeric/repos/testing-i686/PKGBUILD (from rev 268642, gnumeric/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-05-27 07:59:45 UTC (rev 268643)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.29
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/"
+license=('GPL')
+depends=('goffice' 'desktop-file-utils')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+             'gobject-introspection' 'rarian')
+optdepends=('python2-gobject: for python plugin support'
+            'perl: for perl plugin support'
+            'psiconv: for Psion 5 file support'
+            'yelp: for viewing the help manual')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+        revert-warnings.patch)
+sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
+            'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./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-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnumeric/repos/testing-i686/revert-warnings.patch (from rev 268642, gnumeric/repos/staging-i686/revert-warnings.patch)
===================================================================
--- testing-i686/revert-warnings.patch	                        (rev 0)
+++ testing-i686/revert-warnings.patch	2016-05-27 07:59:45 UTC (rev 268643)
@@ -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/testing-x86_64/PKGBUILD (from rev 268642, gnumeric/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-05-27 07:59:45 UTC (rev 268643)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.29
+pkgrel=1
+pkgdesc="A GNOME Spreadsheet Program"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/gnumeric/"
+license=('GPL')
+depends=('goffice' 'desktop-file-utils')
+makedepends=('intltool' 'psiconv' 'pygobject-devel'
+             'gobject-introspection' 'rarian')
+optdepends=('python2-gobject: for python plugin support'
+            'perl: for perl plugin support'
+            'psiconv: for Psion 5 file support'
+            'yelp: for viewing the help manual')
+source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+        revert-warnings.patch)
+sha256sums=('5a35c56679027e5d0e61f67358c2feee458dc0f62494e32281c9a1a579ba7fb5'
+            'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./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-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnumeric/repos/testing-x86_64/revert-warnings.patch (from rev 268642, gnumeric/repos/staging-x86_64/revert-warnings.patch)
===================================================================
--- testing-x86_64/revert-warnings.patch	                        (rev 0)
+++ testing-x86_64/revert-warnings.patch	2016-05-27 07:59:45 UTC (rev 268643)
@@ -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