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

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


    Date: Tuesday, January 4, 2011 @ 13:42:41
  Author: andyrtr
Revision: 104675

upgpkg: xfwm4 4.7.4-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  xfwm4/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 18:38:38 UTC (rev 104674)
+++ PKGBUILD	2011-01-04 18:42:41 UTC (rev 104675)
@@ -3,29 +3,36 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfwm4
-pkgver=4.6.2
+pkgver=4.7.4
 pkgrel=1
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=("libxfcegui4>=4.6.4" 'libwnck' 'hicolor-icon-theme')
+depends=("libxfce4ui" 'libwnck' 'hicolor-icon-theme')
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3e6c0c54b028b6ea60e865e55ecdf3f8')
+source=(http://archive.xfce.org/src/xfce/${pkgname}/4.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('206fc123ee2010860e206fe0baa87f40')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static \
-    --enable-compositor --enable-xsync || return 1
-  make || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--enable-startup-notification \
+	--enable-randr \
+	--enable-compositor \
+	--enable-xsync \
+	--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