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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jan 4 19:25:48 UTC 2011


    Date: Tuesday, January 4, 2011 @ 14:25:48
  Author: andyrtr
Revision: 104712

upgpkg: gtk-xfce-engine 2.7.0-1
new upstream release - part of Xfce 4.8pre3 release candidate

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-04 18:54:16 UTC (rev 104711)
+++ PKGBUILD	2011-01-04 19:25:48 UTC (rev 104712)
@@ -1,24 +1,33 @@
 # $Id$
-# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=gtk-xfce-engine
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="A port of Xfce engine to GTK+-2.0"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.xfce.org/"
 groups=('xfce4')
 depends=("gtk2>=2.14.7")
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.xfce.org/archive/xfce-4.6.0/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e836705d2933d0a77c6628285e10d982')
+source=(http://archive.xfce.org/src/xfce/$pkgname/2.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('431eb5ac006f31c75a5fe7fbecbe5cee')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
-    --localstatedir=/var --disable-static
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib \
+	--localstatedir=/var \
+	--disable-static \
+	--disable-debug
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list