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

Thayer Williams thayer at archlinux.org
Sun Sep 7 16:50:54 UTC 2008


    Date: Sunday, September 7, 2008 @ 12:50:54
  Author: thayer
Revision: 12003

upgpkg: xfce4-session 4.4.2-3
    removed legacy artwork from package

Modified:
  xfce4-session/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-07 16:37:21 UTC (rev 12002)
+++ PKGBUILD	2008-09-07 16:50:54 UTC (rev 12003)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Tobias Kieslich <tobias at archlinux.org>
 
 pkgname=xfce4-session
 pkgver=4.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A session manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -14,9 +14,8 @@
 replaces=('xfce4-toys')
 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-balou.tar.gz)
-md5sums=('4c3d1acb8ce37ea4dd55d82aeb38e9e7' 'c5daea785ed798147eae2fb443dfe452')
+source=(http://www.xfce.org/archive/xfce-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4c3d1acb8ce37ea4dd55d82aeb38e9e7')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -26,8 +25,4 @@
     --with-shutdown-style=auto || return 1
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-  install -m755 -d ${pkgdir}/usr/share/themes
-  cp -r ../ArchLinux ${pkgdir}/usr/share/themes/ || return 1
-  # FIXME: remove some leftover files from artwork package
-  rm -rf ${pkgdir}/usr/share/themes/ArchLinux/balou/.thumbnails
 }




More information about the arch-commits mailing list