[arch-commits] Commit in gnumeric/repos (12 files)
Jan de Groot
jgc at nymeria.archlinux.org
Tue May 27 08:37:09 UTC 2014
Date: Tuesday, May 27, 2014 @ 10:37:09
Author: jgc
Revision: 213632
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnumeric/repos/extra-i686/PKGBUILD
(from rev 213631, gnumeric/trunk/PKGBUILD)
gnumeric/repos/extra-i686/gnumeric.install
(from rev 213631, gnumeric/trunk/gnumeric.install)
gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 213631, gnumeric/trunk/revert-warnings.patch)
gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 213631, gnumeric/trunk/PKGBUILD)
gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 213631, gnumeric/trunk/gnumeric.install)
gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 213631, 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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-i686/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.14
-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' 'gnome-doc-utils'
- 'gobject-introspection')
-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=('964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27'
- '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 213631, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.16
+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' 'gnome-doc-utils'
+ 'gobject-introspection')
+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=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
+ '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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-i686/gnumeric.install 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 213631, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-i686/gnumeric.install (rev 0)
+++ extra-i686/gnumeric.install 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-i686/revert-warnings.patch 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 213631, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-i686/revert-warnings.patch (rev 0)
+++ extra-i686/revert-warnings.patch 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-x86_64/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.14
-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' 'gnome-doc-utils'
- 'gobject-introspection')
-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=('964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27'
- '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 213631, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.16
+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' 'gnome-doc-utils'
+ 'gobject-introspection')
+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=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
+ '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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-x86_64/gnumeric.install 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 213631, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-x86_64/gnumeric.install (rev 0)
+++ extra-x86_64/gnumeric.install 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-x86_64/revert-warnings.patch 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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 213631, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-x86_64/revert-warnings.patch (rev 0)
+++ extra-x86_64/revert-warnings.patch 2014-05-27 08:37:09 UTC (rev 213632)
@@ -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