[arch-commits] Commit in xfce-mcs-plugins/trunk (PKGBUILD xfce-mcs-plugins.install)

Jan de Groot jgc at archlinux.org
Sat Jul 19 00:06:59 UTC 2008


    Date: Friday, July 18, 2008 @ 20:06:58
  Author: jgc
Revision: 5630

upgpkg: xfce-mcs-plugins 4.4.2-2

Modified:
  xfce-mcs-plugins/trunk/PKGBUILD
  xfce-mcs-plugins/trunk/xfce-mcs-plugins.install

--------------------------+
 PKGBUILD                 |    6 +++---
 xfce-mcs-plugins.install |    7 -------
 2 files changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-18 23:59:09 UTC (rev 5629)
+++ PKGBUILD	2008-07-19 00:06:58 UTC (rev 5630)
@@ -3,7 +3,7 @@
 
 pkgname=xfce-mcs-plugins
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A set of plugins for the Xfce multi channel settings manager"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -20,7 +20,7 @@
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
-    --localstatedir=/var --disable-static
+    --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }

Modified: xfce-mcs-plugins.install
===================================================================
--- xfce-mcs-plugins.install	2008-07-18 23:59:09 UTC (rev 5629)
+++ xfce-mcs-plugins.install	2008-07-19 00:06:58 UTC (rev 5630)
@@ -1,5 +1,4 @@
 post_install() {
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
@@ -8,11 +7,5 @@
 }
 
 post_remove() {
-  update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
-
-op=$1
-shift
-
-$op $*





More information about the arch-commits mailing list