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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 15:48:09 UTC 2009


    Date: Sunday, February 1, 2009 @ 10:48:09
  Author: andyrtr
Revision: 25929

upgpkg: xfdesktop 4.5.99.1-1
    new verions 4.5.99.1(=4.6rc1)

Modified:
  xfdesktop/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 15:38:30 UTC (rev 25928)
+++ PKGBUILD	2009-02-01 15:48:09 UTC (rev 25929)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfdesktop
-pkgver=4.4.3
+pkgver=4.5.99.1
 pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'libxml2' 'thunar>=0.9.3' 'hicolor-icon-theme')
-makedepends=('xfce4-panel>=4.4.3' 'xfce-mcs-manager>=4.4.3' 'pkgconfig')
-optdepends=('xfce4-panel:	to use xfce4-menu-plugin')
+depends=("libxfce4menu>=$pkgver" 'thunar>=0.9.99.1' 'hicolor-icon-theme')
+makedepends=("xfce4-panel>=$pkgver" 'pkgconfig')
 conflicts=('xfce4-menueditor')
 replaces=('xfce4-menueditor')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3c1ea8d2ccb3cfbbbbba834214ad5d2e')
+md5sums=('84343ef05823403c98981b933d3adfe6')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list