Date: Tuesday, August 5, 2014 @ 10:44:16 Author: jgc Revision: 219308
archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnumeric/repos/extra-i686/PKGBUILD (from rev 219307, gnumeric/trunk/PKGBUILD) gnumeric/repos/extra-i686/gnumeric.install (from rev 219307, gnumeric/trunk/gnumeric.install) gnumeric/repos/extra-i686/revert-warnings.patch (from rev 219307, gnumeric/trunk/revert-warnings.patch) gnumeric/repos/extra-x86_64/PKGBUILD (from rev 219307, gnumeric/trunk/PKGBUILD) gnumeric/repos/extra-x86_64/gnumeric.install (from rev 219307, gnumeric/trunk/gnumeric.install) gnumeric/repos/extra-x86_64/revert-warnings.patch (from rev 219307, 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-08-05 08:43:55 UTC (rev 219307) +++ extra-i686/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger <e...@archlinux.org> -# Contributor: Kritoke <typeoli...@yahoo.com> - -pkgname=gnumeric -pkgver=1.12.16 -pkgrel=2 -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 -} Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 219307, gnumeric/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Belanger <e...@archlinux.org> +# Contributor: Kritoke <typeoli...@yahoo.com> + +pkgname=gnumeric +pkgver=1.12.17 +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=('ec5cb6cc02b3de7f86619e258deb68a3dcfd4c85e83a4048b924c307ef607ba1' + '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-08-05 08:43:55 UTC (rev 219307) +++ extra-i686/gnumeric.install 2014-08-05 08:44:16 UTC (rev 219308) @@ -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 219307, gnumeric/trunk/gnumeric.install) =================================================================== --- extra-i686/gnumeric.install (rev 0) +++ extra-i686/gnumeric.install 2014-08-05 08:44:16 UTC (rev 219308) @@ -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-08-05 08:43:55 UTC (rev 219307) +++ extra-i686/revert-warnings.patch 2014-08-05 08:44:16 UTC (rev 219308) @@ -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 219307, gnumeric/trunk/revert-warnings.patch) =================================================================== --- extra-i686/revert-warnings.patch (rev 0) +++ extra-i686/revert-warnings.patch 2014-08-05 08:44:16 UTC (rev 219308) @@ -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-08-05 08:43:55 UTC (rev 219307) +++ extra-x86_64/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer: Eric Belanger <e...@archlinux.org> -# Contributor: Kritoke <typeoli...@yahoo.com> - -pkgname=gnumeric -pkgver=1.12.16 -pkgrel=2 -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 -} Copied: gnumeric/repos/extra-x86_64/PKGBUILD (from rev 219307, gnumeric/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-08-05 08:44:16 UTC (rev 219308) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Eric Belanger <e...@archlinux.org> +# Contributor: Kritoke <typeoli...@yahoo.com> + +pkgname=gnumeric +pkgver=1.12.17 +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=('ec5cb6cc02b3de7f86619e258deb68a3dcfd4c85e83a4048b924c307ef607ba1' + '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-08-05 08:43:55 UTC (rev 219307) +++ extra-x86_64/gnumeric.install 2014-08-05 08:44:16 UTC (rev 219308) @@ -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 219307, gnumeric/trunk/gnumeric.install) =================================================================== --- extra-x86_64/gnumeric.install (rev 0) +++ extra-x86_64/gnumeric.install 2014-08-05 08:44:16 UTC (rev 219308) @@ -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-08-05 08:43:55 UTC (rev 219307) +++ extra-x86_64/revert-warnings.patch 2014-08-05 08:44:16 UTC (rev 219308) @@ -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 219307, gnumeric/trunk/revert-warnings.patch) =================================================================== --- extra-x86_64/revert-warnings.patch (rev 0) +++ extra-x86_64/revert-warnings.patch 2014-08-05 08:44:16 UTC (rev 219308) @@ -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 \