[arch-commits] Commit in xfce4-settings/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 27 20:10:09 UTC 2009


    Date: Friday, February 27, 2009 @ 15:10:08
  Author: andyrtr
Revision: 28046

upgpkg: xfce4-settings 4.6.0-1
    new version 4.6.0

Modified:
  xfce4-settings/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-27 20:06:21 UTC (rev 28045)
+++ PKGBUILD	2009-02-27 20:10:08 UTC (rev 28046)
@@ -3,26 +3,25 @@
 # Contributor: Corrado Primier <bardo at aur.archlinux.org>
 
 pkgname=xfce4-settings
-pkgver=4.5.99.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Settings manager for xfce"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('exo>=0.3.99.1' 'libnotify' 'libxfcegui4>=4.5.99.1' \
-         'libxklavier' 'libwnck')
+depends=('exo>=0.3.100' 'libnotify' 'libxfcegui4>=4.6.0' 'libxklavier' 'libwnck')
 optdepends=('libcanberra: for sound control')
 conflicts=('xfce-mcs-manager')
 replaces=('xfce-mcs-manager')
 source=(http://mocha.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7cd679a40b619adf27bf2edfb689b62f')
+md5sums=('ac538c4ab32e3a91f4567141adc3c898')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
 	--enable-libxklavier --enable-sound-settings
   make || return 1
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install || return 1
 }
 




More information about the arch-commits mailing list