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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Apr 14 17:04:58 UTC 2010


    Date: Wednesday, April 14, 2010 @ 13:04:57
  Author: andyrtr
Revision: 77490

upgpkg: thunar 1.0.1-6
add gtk2 and startup-notification dep in case someone doesn't install the panel, #19088, fix license

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-14 13:46:01 UTC (rev 77489)
+++ PKGBUILD	2010-04-14 17:04:57 UTC (rev 77490)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: tobias <tobias funnychar archlinux.org>
+# Maintainer: andyrtr <andyrtr funnychar archlinux.org>
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
-license=('GPL2' 'LGPL2')
+license=('GPL2' 'LGPL2.1')
 url="http://thunar.xfce.org"
 groups=('xfce4')
 depends=('desktop-file-utils' 'libexif>=0.6.17' 'hicolor-icon-theme' 'fam' \
-         'glib2' 'exo' 'libxfce4util' 'hal' 'libpng' 'libjpeg>=7')
+         'gtk2' 'exo' 'libxfce4util' 'hal' 'libpng' 'libjpeg>=7' 'startup-notification')
 makedepends=('intltool' 'pkgconfig' 'xfce4-panel>=4.6.1')
 optdepends=('gamin:   a fam replacement to make thunar monitor changes to files on the fly'
             'xfce4-panel: for trash applet')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.6.1/src/Thunar-${pkgver}.tar.bz2
+source=(http://www.xfce.org/archive/src/xfce/thunar/1.0/Thunar-${pkgver}.tar.bz2
 	thunar-vfs-fix-umask.patch libpng-1.4.patch)
 md5sums=('218373aa45d74b6ba8c69c4d5af3bb19' '7247041fd2c411e4a129d3f90350893c'\
          'ee998c20ba13d0cb18741da8b7d67328')
@@ -34,6 +34,10 @@
     --localstatedir=/var --disable-static \
     --disable-gnome-thumbnailers --enable-exif --enable-pcre
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/Thunar-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   sed -i 's:x-directory/gnome-default-handler;::' \
     ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop




More information about the arch-commits mailing list