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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 18:13:15 UTC 2008


    Date: Tuesday, October 28, 2008 @ 14:13:14
  Author: andyrtr
Revision: 17337

upgpkg: gtk-xfce-engine 2.4.3-1

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 18:04:19 UTC (rev 17336)
+++ PKGBUILD	2008-10-28 18:13:14 UTC (rev 17337)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=gtk-xfce-engine
-pkgver=2.4.2
-pkgrel=2
+pkgver=2.4.3
+pkgrel=1
 pkgdesc="A port of Xfce engine to GTK+-2.0"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -12,13 +12,13 @@
 depends=('gtk2')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('00eb6a62defe6867d28a18569b96d151')
+source=(http://www.xfce.org/archive/xfce-4.4.3/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6aa618469f3a3d8f6457c6874a60817e')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list