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

Jan de Groot jgc at archlinux.org
Fri Jul 18 19:27:20 UTC 2008


    Date: Friday, July 18, 2008 @ 15:27:20
  Author: jgc
Revision: 5554

upgpkg: gok 1.4.0-1

Modified:
  gok/trunk/PKGBUILD
  gok/trunk/gok.install

-------------+
 PKGBUILD    |   10 +++++-----
 gok.install |    5 +++++
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-18 19:22:01 UTC (rev 5553)
+++ PKGBUILD	2008-07-18 19:27:20 UTC (rev 5554)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gok
-pkgver=1.3.7
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Gnome Onscreen Keyboard"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org"
-depends=('gnome-speech>=0.4.18' 'libgnomeui>=2.22.01' 'at-spi>=1.22.0' 'libwnck>=2.22.0')
+depends=('gnome-speech>=0.4.20' 'libgnomeui>=2.22.1' 'at-spi>=1.22.1' 'libwnck>=2.22.3')
 makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.12.2')
 options=('!emptydirs')
 groups=('gnome-extra')
 install=gok.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.3/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('14b2407604ceec0ffcbf4866fef35502')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.4/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ba9b013643a0ff9572978a97fa5c49fe')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}

Modified: gok.install
===================================================================
--- gok.install	2008-07-18 19:22:01 UTC (rev 5553)
+++ gok.install	2008-07-18 19:27:20 UTC (rev 5554)
@@ -2,6 +2,7 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -15,3 +16,7 @@
 pre_remove() {
   usr/sbin/gconfpkg --uninstall ${pkgname}
 }
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}





More information about the arch-commits mailing list