[arch-commits] Commit in xfwm4/trunk (PKGBUILD)

Thayer Williams thayer at archlinux.org
Sun Sep 7 16:52:35 UTC 2008


    Date: Sunday, September 7, 2008 @ 12:52:35
  Author: thayer
Revision: 12005

upgpkg: xfwm4 4.4.2-4
    removed legacy artwork from package

Modified:
  xfwm4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-07 16:51:20 UTC (rev 12004)
+++ PKGBUILD	2008-09-07 16:52:35 UTC (rev 12005)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=xfwm4
 pkgver=4.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -15,10 +15,8 @@
 options=('!libtool')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
-        ftp://ftp.archlinux.org/other/xfce4-graphics/ArchLinux-xfce4-xfwm4.tar.gz
-	bug3439.patch)
-md5sums=('21da77e50b07e72bba784bf3418ca067' '8ed0d3c7dc07dde88ba7b38ce5006730' \
-         'c65b0f59bebd10ea771042e7657ebdef')
+        bug3439.patch)
+md5sums=('21da77e50b07e72bba784bf3418ca067' 'c65b0f59bebd10ea771042e7657ebdef')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -28,5 +26,4 @@
     --enable-compositor --enable-xsync || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-  cp -R ${srcdir}/ArchLinux ${pkgdir}/usr/share/themes || return 1
 }




More information about the arch-commits mailing list