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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 18:45:34 UTC 2008


    Date: Tuesday, October 28, 2008 @ 14:45:34
  Author: andyrtr
Revision: 17347

upgpkg: xfce4-panel 4.4.3-1

Modified:
  xfce4-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 18:37:03 UTC (rev 17346)
+++ PKGBUILD	2008-10-28 18:45:34 UTC (rev 17347)
@@ -2,26 +2,26 @@
 # Maintainer: aurelien <aurelien at archlinux.org>
 
 pkgname=xfce4-panel
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.2' 'libxfce4mcs>=4.4.2')
+depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'xfce-mcs-manager')
 options=('!libtool')
 replaces=('xfce4-iconbox' 'xfce4-showdesktop-plugin' 'xfce4-systray' \
           'xfce4-windowlist-plugin' 'xfce4-taskbar-plugin')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8f26b32c442bf9926f98f285a3c251dd')
+md5sums=('06ef9294062f9bdee4106772e62802f5')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list