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

Jan de Groot jgc at archlinux.org
Sat May 2 21:01:05 UTC 2009


    Date: Saturday, May 2, 2009 @ 17:01:04
  Author: jgc
Revision: 37541

upgpkg: devhelp 0.23-3
    Remove update-desktop-database call, it is not needed

Modified:
  devhelp/trunk/PKGBUILD
  devhelp/trunk/devhelp.install

-----------------+
 PKGBUILD        |    4 ++--
 devhelp.install |    2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-02 20:56:35 UTC (rev 37540)
+++ PKGBUILD	2009-05-02 21:01:04 UTC (rev 37541)
@@ -4,12 +4,12 @@
 
 pkgname=devhelp
 pkgver=0.23
-pkgrel=2
+pkgrel=3
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://live.gnome.org/devhelp/"
-depends=('gconf>=2.26.0' 'libwnck>=2.26.0' 'libwebkit>=1.1.4')
+depends=('gconf>=2.26.0' 'libwnck>=2.26.1' 'libwebkit>=1.1.4' 'desktop-file-utils')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool' '!emptydirs')
 install="devhelp.install"

Modified: devhelp.install
===================================================================
--- devhelp.install	2009-05-02 20:56:35 UTC (rev 37540)
+++ devhelp.install	2009-05-02 21:01:04 UTC (rev 37541)
@@ -2,7 +2,6 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -19,6 +18,5 @@
 }
 
 post_remove() {
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }




More information about the arch-commits mailing list