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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 18:34:16 UTC 2011


    Date: Tuesday, January 4, 2011 @ 13:34:15
  Author: andyrtr
Revision: 104667

upgpkg: xfdesktop 4.7.5-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfdesktop/trunk/PKGBUILD

----------+
 PKGBUILD |   32 +++++++++++++++++++++-----------
 1 file changed, 21 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 18:32:07 UTC (rev 104666)
+++ PKGBUILD	2011-01-04 18:34:15 UTC (rev 104667)
@@ -3,31 +3,41 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfdesktop
-pkgver=4.6.2
-pkgrel=2
+pkgver=4.7.5
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=("libxfce4menu>=4.6.2" 'thunar>=1.0.2' 'hicolor-icon-theme' 'libxfcegui4>=4.6.4' 'libwnck>=2.30.0' 'xfconf>=4.6.2')
-makedepends=("xfce4-panel>=4.6.4" 'pkgconfig' 'intltool')
+depends=('libxfce4ui' 'thunar>=1.1.4' 'hicolor-icon-theme' 'libwnck>=2.30.0')
+makedepends=("xfce4-panel>=4.7.4" 'pkgconfig' 'intltool')
 optdepends=('xfce4-panel: panel plugin')
 conflicts=('xfce4-menueditor')
 replaces=('xfce4-menueditor')
 options=('!libtool')
 install=xfdesktop.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e800ea9fee7a5c5eaf2ae96e23a83e3a')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ae6c2b1d0f43a294bf409ec0332352a4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static || return 1
-  make || return 1
+  # git fixes
+
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--enable-gio-unix \
+	--enable-thunarx \
+	--enable-exo \
+	--enable-notifications \
+	--disable-debug
+  make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list