[arch-commits] Commit in xfce-mcs-plugins/repos (3 files)

Jan de Groot jgc at archlinux.org
Sat Jul 19 00:07:11 UTC 2008


    Date: Friday, July 18, 2008 @ 20:07:11
  Author: jgc
Revision: 5631

Merged revisions 2-5630 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/xfce-mcs-plugins/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r5630 | jgc | 2008-07-19 00:06:58 +0000 (Sat, 19 Jul 2008) | 1 line
  
  upgpkg: xfce-mcs-plugins 4.4.2-2
........

Modified:
  xfce-mcs-plugins/repos/extra-x86_64/	(properties)
  xfce-mcs-plugins/repos/extra-x86_64/PKGBUILD
  xfce-mcs-plugins/repos/extra-x86_64/xfce-mcs-plugins.install

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


Property changes on: xfce-mcs-plugins/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /xfce-mcs-plugins/trunk:1
   + /xfce-mcs-plugins/trunk:1-5630

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-07-19 00:06:58 UTC (rev 5630)
+++ extra-x86_64/PKGBUILD	2008-07-19 00:07:11 UTC (rev 5631)
@@ -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: extra-x86_64/xfce-mcs-plugins.install
===================================================================
--- extra-x86_64/xfce-mcs-plugins.install	2008-07-19 00:06:58 UTC (rev 5630)
+++ extra-x86_64/xfce-mcs-plugins.install	2008-07-19 00:07:11 UTC (rev 5631)
@@ -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