[arch-commits] Commit in gtk-xfce-engine/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 09:56:28 UTC 2009


    Date: Sunday, February 1, 2009 @ 04:56:28
  Author: andyrtr
Revision: 25890

upgpkg: gtk-xfce-engine 2.5.99.1-1
    new verions 2.5.99.1(=4.6rc1)

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 09:50:09 UTC (rev 25889)
+++ PKGBUILD	2009-02-01 09:56:28 UTC (rev 25890)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias at archlinux.org>
+# Maintainer: Tobias Kieslich <funnychar archlinux.org>
 
 pkgname=gtk-xfce-engine
-pkgver=2.4.3
+pkgver=2.5.99.1
 pkgrel=1
 pkgdesc="A port of Xfce engine to GTK+-2.0"
 arch=(i686 x86_64)
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
-depends=('gtk2')
+depends=("gtk2>=2.14.7")
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.xfce.org/archive/xfce-4.4.3/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6aa618469f3a3d8f6457c6874a60817e')
+source=(http://www.xfce.org/archive/xfce-4.5.99.1/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('bcb1a09e0b268802d1079159842760a8')
 
 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
   make || return 1
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list