[arch-commits] Commit in gnumeric/repos (12 files)
Jan de Groot
jgc at nymeria.archlinux.org
Tue Jan 14 08:57:49 UTC 2014
Date: Tuesday, January 14, 2014 @ 09:57:49
Author: jgc
Revision: 204018
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
gnumeric/repos/extra-i686/PKGBUILD
(from rev 204017, gnumeric/trunk/PKGBUILD)
gnumeric/repos/extra-i686/gnumeric.install
(from rev 204017, gnumeric/trunk/gnumeric.install)
gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 204017, gnumeric/trunk/revert-warnings.patch)
gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 204017, gnumeric/trunk/PKGBUILD)
gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 204017, gnumeric/trunk/gnumeric.install)
gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 204017, 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-01-14 08:57:41 UTC (rev 204017)
+++ extra-i686/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.8
-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%.*}/${pkgname}-${pkgver}.tar.xz
- revert-warnings.patch)
-sha256sums=('02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76'
- 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
- cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-schemas-compile --enable-introspection
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 204017, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.9
+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=('4cd3ad5d9fc27a86ef62dbb6bf793b27fad9b6736bb8e988fa11dc6cb88b62e7'
+ 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+ cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile --enable-introspection
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-i686/gnumeric.install
===================================================================
--- extra-i686/gnumeric.install 2014-01-14 08:57:41 UTC (rev 204017)
+++ extra-i686/gnumeric.install 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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 204017, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-i686/gnumeric.install (rev 0)
+++ extra-i686/gnumeric.install 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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-01-14 08:57:41 UTC (rev 204017)
+++ extra-i686/revert-warnings.patch 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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 204017, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-i686/revert-warnings.patch (rev 0)
+++ extra-i686/revert-warnings.patch 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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-01-14 08:57:41 UTC (rev 204017)
+++ extra-x86_64/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-# Contributor: Kritoke <typeolinux at yahoo.com>
-
-pkgname=gnumeric
-pkgver=1.12.8
-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%.*}/${pkgname}-${pkgver}.tar.xz
- revert-warnings.patch)
-sha256sums=('02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76'
- 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
- cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-schemas-compile --enable-introspection
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 204017, gnumeric/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2014-01-14 08:57:49 UTC (rev 204018)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Kritoke <typeolinux at yahoo.com>
+
+pkgname=gnumeric
+pkgver=1.12.9
+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=('4cd3ad5d9fc27a86ef62dbb6bf793b27fad9b6736bb8e988fa11dc6cb88b62e7'
+ 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+ cd "${srcdir}/${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 "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-schemas-compile --enable-introspection
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/gnumeric.install
===================================================================
--- extra-x86_64/gnumeric.install 2014-01-14 08:57:41 UTC (rev 204017)
+++ extra-x86_64/gnumeric.install 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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 204017, gnumeric/trunk/gnumeric.install)
===================================================================
--- extra-x86_64/gnumeric.install (rev 0)
+++ extra-x86_64/gnumeric.install 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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-01-14 08:57:41 UTC (rev 204017)
+++ extra-x86_64/revert-warnings.patch 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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 204017, gnumeric/trunk/revert-warnings.patch)
===================================================================
--- extra-x86_64/revert-warnings.patch (rev 0)
+++ extra-x86_64/revert-warnings.patch 2014-01-14 08:57:49 UTC (rev 204018)
@@ -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