[arch-commits] Commit in xfce4-panel/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Feb 27 20:15:39 UTC 2009
Date: Friday, February 27, 2009 @ 15:15:39
Author: andyrtr
Revision: 28049
upgpkg: xfce4-panel 4.6.0-1
new version 4.6.0; fix #13144
Modified:
xfce4-panel/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-02-27 20:10:32 UTC (rev 28048)
+++ PKGBUILD 2009-02-27 20:15:39 UTC (rev 28049)
@@ -2,24 +2,24 @@
# Maintainer: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-panel
-pkgver=4.5.99.1
+pkgver=4.6.0
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment"
arch=('i686' 'x86_64')
license=('GPL2')
url="http://www.xfce.org/"
groups=('xfce4')
-depends=("libxfcegui4>=$pkgver" 'exo>=0.3.99.1' 'libwnck' 'hicolor-icon-theme')
+depends=("libxfcegui4>=$pkgver" 'exo>=0.3.100' 'libwnck' 'hicolor-icon-theme')
makedepends=('pkgconfig' "xfconf>=$pkgver")
options=('!libtool')
install=${pkgname}.install
source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fc6b6db258bb779d02a44814e0389e86')
+md5sums=('b4c7cce05cc858d11c9dcd4c2f8dbfdb')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+ ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --disable-static
make || return 1
- make DESTDIR=${pkgdir} install
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list