[arch-commits] Commit in yelp/repos (3 files)

Jan de Groot jgc at archlinux.org
Sun Aug 3 10:55:37 UTC 2008


    Date: Sunday, August 3, 2008 @ 06:55:36
  Author: jgc
Revision: 7582

Merged revisions 3421-7581 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/yelp/trunk

........
  r7557 | jgc | 2008-08-02 22:11:41 +0000 (Sat, 02 Aug 2008) | 2 lines
  
  upgpkg: yelp 2.23.1-2
      Run gtk-update-icon-cache on post_install/upgrade/remove
........

Modified:
  yelp/repos/extra-x86_64/	(properties)
  yelp/repos/extra-x86_64/PKGBUILD
  yelp/repos/extra-x86_64/yelp.install

--------------+
 PKGBUILD     |    4 ++--
 yelp.install |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


Property changes on: yelp/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /yelp/trunk:1-3420
   + /yelp/trunk:1-7581

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-03 10:27:53 UTC (rev 7581)
+++ extra-x86_64/PKGBUILD	2008-08-03 10:55:36 UTC (rev 7582)
@@ -3,10 +3,10 @@
 
 pkgname=yelp
 pkgver=2.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A help browser for GNOME"
 arch=(i686 x86_64)
-depends=('xulrunner>=1.9' 'libgnomeui>=2.22.1' 'gnome-doc-utils>=0.12.2' 'startup-notification>=0.9' 'libxslt')
+depends=('xulrunner>=1.9' 'libgnomeui>=2.22.1' 'gnome-doc-utils>=0.12.2' 'startup-notification>=0.9' 'libxslt' 'hicolor-icon-theme')
 makedepends=('perlxml' 'pkgconfig')
 groups=('gnome')
 license=('GPL')

Modified: extra-x86_64/yelp.install
===================================================================
--- extra-x86_64/yelp.install	2008-08-03 10:27:53 UTC (rev 7581)
+++ extra-x86_64/yelp.install	2008-08-03 10:55:36 UTC (rev 7582)
@@ -2,6 +2,7 @@
 
 post_install() {
   gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
 pre_upgrade() {
@@ -15,3 +16,7 @@
 pre_remove() {
   gconfpkg --uninstall ${pkgname}
 }
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}




More information about the arch-commits mailing list