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

Thayer Williams thayer at archlinux.org
Sun Sep 7 16:37:21 UTC 2008


    Date: Sunday, September 7, 2008 @ 12:37:21
  Author: thayer
Revision: 12002

upgpkg: gtk-xfce-engine 2.4.2-2
    removed legacy artwork from package

Modified:
  gtk-xfce-engine/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-07 16:05:52 UTC (rev 12001)
+++ PKGBUILD	2008-09-07 16:37:21 UTC (rev 12002)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=gtk-xfce-engine
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A port of Xfce engine to GTK+-2.0"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -12,9 +12,8 @@
 depends=('gtk2')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2 \
-        ftp://ftp.archlinux.org/other/xfce4-graphics/ArchLinux-xfce4-gtk2.tar.gz)
-md5sums=('00eb6a62defe6867d28a18569b96d151' '71481fef064c74041f4529589a98875c')
+source=(http://www.xfce.org/archive/xfce-4.4.2/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('00eb6a62defe6867d28a18569b96d151')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -22,6 +21,4 @@
     --localstatedir=/var --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
-  mkdir -p ${startdir}/pkg/usr/share/themes
-  cp -R ../ArchLinux ${startdir}/pkg/usr/share/themes
 }




More information about the arch-commits mailing list