Date: Thursday, April 28, 2016 @ 22:38:38 Author: jgc Revision: 266595
upgpkg: gnumeric 1.12.28-1 Modified: gnumeric/trunk/PKGBUILD Deleted: gnumeric/trunk/gnumeric.install ------------------+ PKGBUILD | 5 ++--- gnumeric.install | 19 ------------------- 2 files changed, 2 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-28 20:36:17 UTC (rev 266594) +++ PKGBUILD 2016-04-28 20:38:38 UTC (rev 266595) @@ -3,7 +3,7 @@ # Contributor: Kritoke <[email protected]> pkgname=gnumeric -pkgver=1.12.27 +pkgver=1.12.28 pkgrel=1 pkgdesc="A GNOME Spreadsheet Program" arch=('i686' 'x86_64') @@ -16,10 +16,9 @@ 'perl: for perl plugin support' 'psiconv: for Psion 5 file support' 'yelp: for viewing the help manual') -install=gnumeric.install source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz revert-warnings.patch) -sha256sums=('383a5b6eca17f0a5a0b552edcc10320fa719d10c69c7b6fb29d5a11808f1d1c9' +sha256sums=('02d4ad13389e51f24638a0a59dbfb870ec8120efc453b2dca8804167f2b94dbb' 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53') prepare() { Deleted: gnumeric.install =================================================================== --- gnumeric.install 2016-04-28 20:36:17 UTC (rev 266594) +++ gnumeric.install 2016-04-28 20:38:38 UTC (rev 266595) @@ -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 -}
