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

Evangelos Foutras foutrelis at archlinux.org
Wed Dec 21 11:45:59 UTC 2011


    Date: Wednesday, December 21, 2011 @ 06:45:58
  Author: foutrelis
Revision: 145293

upgpkg: gtk-xfce-engine 2.99.0-1

New upstream release.

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-21 10:20:13 UTC (rev 145292)
+++ PKGBUILD	2011-12-21 11:45:58 UTC (rev 145293)
@@ -3,23 +3,24 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=gtk-xfce-engine
-pkgver=2.9.0
+pkgver=2.99.0
 pkgrel=1
-pkgdesc="A port of Xfce engine to GTK+-2.0"
+pkgdesc="Xfce Gtk+-2.0 and Gtk+-3.0 engines"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2')
 groups=('xfce4')
-depends=('gtk2')
+depends=('gtk2' 'gtk3')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://archive.xfce.org/src/xfce/$pkgname/2.9/$pkgname-$pkgver.tar.bz2)
-sha1sums=('ce0ef1220c98dddabaf7917f8d98579dd65f5009')
+source=(http://archive.xfce.org/src/xfce/$pkgname/2.99/$pkgname-$pkgver.tar.bz2)
+sha256sums=('27bee5a68527d214cfda9b99d4ba68d39b6d341202bc728d0ddd170a73cde154')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure --prefix=/usr \
+  ./configure \
+    --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib \
     --localstatedir=/var \




More information about the arch-commits mailing list