[arch-commits] CVS update of extra/xfce4/thunar (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Fri Jun 1 22:28:43 UTC 2007


    Date: Friday, June 1, 2007 @ 18:28:43
  Author: tobias
    Path: /home/cvs-extra/extra/xfce4/thunar

Modified: PKGBUILD (1.7 -> 1.8)

upgrade some backlog for update reasons and bugfixes


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


Index: extra/xfce4/thunar/PKGBUILD
diff -u extra/xfce4/thunar/PKGBUILD:1.7 extra/xfce4/thunar/PKGBUILD:1.8
--- extra/xfce4/thunar/PKGBUILD:1.7	Mon Apr 16 03:38:15 2007
+++ extra/xfce4/thunar/PKGBUILD	Fri Jun  1 18:28:43 2007
@@ -1,17 +1,19 @@
-# $Id: PKGBUILD,v 1.7 2007/04/16 07:38:15 tobias Exp $
+# $Id: PKGBUILD,v 1.8 2007/06/01 22:28:43 tobias Exp $
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
 pkgver=0.8.0
-pkgrel=4
+pkgrel=5
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
+license=('GPL' 'LGPL')
 url="http://thunar.xfce.org"
 groups=('xfce4') 
 depends=('exo>=0.3.2' 'shared-mime-info' 'pcre' \
-         'desktop-file-utils' 'libexif' 'hal' 'fam')
+         'desktop-file-utils' 'libexif' 'hal' 'fam' \
+         'startup-notification')
 makedepends=('intltool' 'pkgconfig')
-options=('NOLIBTOOL')
+options=('!LIBTOOL')
 install=${pkgname}.install
 source=(http://www.xfce.org/archive/xfce-4.4.1/src/Thunar-${pkgver}.tar.bz2)
 md5sums=('9f7b0945d6a235391049f6818fb4d188')
@@ -23,4 +25,5 @@
     --disable-gnome-thumbnailers --enable-exif --enable-pcre
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  sed -i 's:x-directory/gnome-default-handler;::' ${startdir}/pkg/usr/share/applications/Thunar-folder-handler.desktop
 }




More information about the arch-commits mailing list