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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 16:05:07 UTC 2009


    Date: Sunday, February 1, 2009 @ 11:05:07
  Author: andyrtr
Revision: 25937

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

Modified:
  xfwm4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 16:04:31 UTC (rev 25936)
+++ PKGBUILD	2009-02-01 16:05:07 UTC (rev 25937)
@@ -1,25 +1,24 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
 
 pkgname=xfwm4
-pkgver=4.4.3
+pkgver=4.5.99.1
 pkgrel=1
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('libxfcegui4>=4.4.3' 'libxfce4mcs>=4.4.3' 'libxdamage' 'libxpm' \
-         'libxcomposite' 'libxext' 'librsvg' 'hicolor-icon-theme')
-makedepends=('xfce-mcs-manager' 'pkgconfig')
+depends=("libxfcegui4>=$pkgver" 'libwnck' 'hicolor-icon-theme')
+makedepends=('pkgconfig')
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d15089f06187c029aee4cb87f75c302d')
+md5sums=('b03becce68408bd58b2acd9e2c094e15')
 
 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 \
     --enable-compositor --enable-xsync || return 1
   make || return 1




More information about the arch-commits mailing list