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

Jan de Groot jgc at archlinux.org
Thu Jul 30 12:41:57 UTC 2015


    Date: Thursday, July 30, 2015 @ 14:41:57
  Author: jgc
Revision: 242875

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
    (from rev 242874, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
    (from rev 242874, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
    (from rev 242874, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
    (from rev 242874, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
    (from rev 242874, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
    (from rev 242874, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

------------------------------------+
 /PKGBUILD                          |   92 +++++++++++++++++++++++++++++++++++
 /gnumeric.install                  |   38 ++++++++++++++
 /revert-warnings.patch             |   22 ++++++++
 extra-i686/PKGBUILD                |   46 -----------------
 extra-i686/gnumeric.install        |   19 -------
 extra-i686/revert-warnings.patch   |   11 ----
 extra-x86_64/PKGBUILD              |   46 -----------------
 extra-x86_64/gnumeric.install      |   19 -------
 extra-x86_64/revert-warnings.patch |   11 ----
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-i686/PKGBUILD	2015-07-30 12:41:57 UTC (rev 242875)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.22
-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' 'hicolor-icon-theme')
-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')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-        revert-warnings.patch)
-sha256sums=('3908cfd6520b599eefefe222aadeaa5126394b54d9a9a7f5e0f938eb674dcf47'
-            '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
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 242874, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-07-30 12:41:57 UTC (rev 242875)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.23
+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' 'hicolor-icon-theme')
+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')
+install=gnumeric.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+        revert-warnings.patch)
+sha256sums=('00474cbf1e70f62062974d0beb5f65ebc45d1047bc8fd0a1133e3d9725e19551'
+            '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
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gnumeric.install
===================================================================
--- extra-i686/gnumeric.install	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-i686/gnumeric.install	2015-07-30 12:41:57 UTC (rev 242875)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
-    usr/sbin/gconfpkg --uninstall gnumeric
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnumeric/repos/extra-i686/gnumeric.install (from rev 242874, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-i686/gnumeric.install	                        (rev 0)
+++ extra-i686/gnumeric.install	2015-07-30 12:41:57 UTC (rev 242875)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
+    usr/sbin/gconfpkg --uninstall gnumeric
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-i686/revert-warnings.patch
===================================================================
--- extra-i686/revert-warnings.patch	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-i686/revert-warnings.patch	2015-07-30 12:41:57 UTC (rev 242875)
@@ -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-i686/revert-warnings.patch (from rev 242874, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-i686/revert-warnings.patch	                        (rev 0)
+++ extra-i686/revert-warnings.patch	2015-07-30 12:41:57 UTC (rev 242875)
@@ -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 \

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-x86_64/PKGBUILD	2015-07-30 12:41:57 UTC (rev 242875)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.22
-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' 'hicolor-icon-theme')
-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')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-        revert-warnings.patch)
-sha256sums=('3908cfd6520b599eefefe222aadeaa5126394b54d9a9a7f5e0f938eb674dcf47'
-            '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
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 242874, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-07-30 12:41:57 UTC (rev 242875)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.23
+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' 'hicolor-icon-theme')
+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')
+install=gnumeric.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+        revert-warnings.patch)
+sha256sums=('00474cbf1e70f62062974d0beb5f65ebc45d1047bc8fd0a1133e3d9725e19551'
+            '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
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/gnumeric.install
===================================================================
--- extra-x86_64/gnumeric.install	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-x86_64/gnumeric.install	2015-07-30 12:41:57 UTC (rev 242875)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
-    usr/sbin/gconfpkg --uninstall gnumeric
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnumeric/repos/extra-x86_64/gnumeric.install (from rev 242874, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-x86_64/gnumeric.install	                        (rev 0)
+++ extra-x86_64/gnumeric.install	2015-07-30 12:41:57 UTC (rev 242875)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if [ -f usr/share/gconf/schemas/gnumeric.schemas ]; then
+    usr/sbin/gconfpkg --uninstall gnumeric
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/revert-warnings.patch
===================================================================
--- extra-x86_64/revert-warnings.patch	2015-07-30 12:41:48 UTC (rev 242874)
+++ extra-x86_64/revert-warnings.patch	2015-07-30 12:41:57 UTC (rev 242875)
@@ -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 242874, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-x86_64/revert-warnings.patch	                        (rev 0)
+++ extra-x86_64/revert-warnings.patch	2015-07-30 12:41:57 UTC (rev 242875)
@@ -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