[arch-commits] Commit in gnumeric/trunk (PKGBUILD gnumeric.install)

Jan Steffens heftig at archlinux.org
Fri Mar 25 22:30:49 UTC 2011


    Date: Friday, March 25, 2011 @ 18:30:48
  Author: heftig
Revision: 116839

upgpkg: gnumeric 1.10.14-1
Update to 1.10.14

Modified:
  gnumeric/trunk/PKGBUILD
  gnumeric/trunk/gnumeric.install

------------------+
 PKGBUILD         |    8 ++++----
 gnumeric.install |    2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-25 22:20:28 UTC (rev 116838)
+++ PKGBUILD	2011-03-25 22:30:48 UTC (rev 116839)
@@ -3,21 +3,21 @@
 # Contributor: Kritoke <typeolinux at yahoo.com>
 
 pkgname=gnumeric
-pkgver=1.10.12
+pkgver=1.10.14
 pkgrel=1
 pkgdesc="A GNOME Spreadsheet Program"
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/projects/gnumeric/"
 license=('GPL')
-depends=('goffice>=0.8.12' 'gconf>=2.32.0' 'desktop-file-utils' 'libglade>=2.6.4')
-makedepends=('intltool' 'python2' 'gnome-doc-utils>=0.20.0' 'pygobject' 'psiconv')
+depends=('goffice' 'gconf' 'desktop-file-utils')
+makedepends=('intltool' 'python2' 'gnome-doc-utils' 'pygobject' 'psiconv' 'namcap')
 optdepends=('pygobject: for python plugin support'
             'psiconv: for Psion 5 file support'
             'yelp: for viewing the help manual')
 install=gnumeric.install
 options=('libtool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c7ea3684c1d070f743928503a23649ff3e8b209bf8832498771a82b43b5b7cdd')
+sha256sums=('b655fa76dd2e6654b8543fbcd92982e9fdcb4c0ae113aa577ce114109deb1587')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gnumeric.install
===================================================================
--- gnumeric.install	2011-03-25 22:20:28 UTC (rev 116838)
+++ gnumeric.install	2011-03-25 22:30:48 UTC (rev 116839)
@@ -1,6 +1,7 @@
 pkgname=gnumeric
 
 post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
   usr/sbin/gconfpkg --install ${pkgname}
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   update-desktop-database -q
@@ -19,6 +20,7 @@
 }
 
 post_remove() {
+  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
 }




More information about the arch-commits mailing list