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

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 19:53:47 UTC 2008


    Date: Tuesday, October 28, 2008 @ 15:53:46
  Author: andyrtr
Revision: 17353

upgpkg: thunar 0.9.3-1

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-28 19:41:51 UTC (rev 17352)
+++ PKGBUILD	2008-10-28 19:53:46 UTC (rev 17353)
@@ -2,8 +2,8 @@
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2')
@@ -11,25 +11,27 @@
 groups=('xfce4') 
 depends=('exo>=0.3.4' 'shared-mime-info' 'pcre' \
          'desktop-file-utils' 'libexif' 'hal' 'fam' \
-         'startup-notification')
-makedepends=('intltool' 'pkgconfig')
+         'startup-notification' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'xfce4-panel>=4.4.3')
+optdepends=('xfce4-panel:	for thunar panel trash plugin')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.4.2/src/Thunar-${pkgver}.tar.bz2 \
+source=(http://www.xfce.org/archive/xfce-4.4.3/src/Thunar-${pkgver}.tar.bz2 \
         http://foo-projects.org/pipermail/thunar-dev/attachments/20071203/a44d5411/thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin \
 		  http://bugzilla.xfce.org/attachment.cgi?id=1452
 )
-md5sums=('0fc5008858661c0abd0399acbe30ef28' 'dbdaeefe5a636f14c5abc8048ed1d0ee' \
+md5sums=('438b0d55ac9ecabdb58f84c4c039ae5c'
+         'dbdaeefe5a636f14c5abc8048ed1d0ee'
          '47ba8457095999a6e759ce0168bdbabe')
 
 build() {
-  cd ${startdir}/src/Thunar-${pkgver}
+  cd ${srcdir}/Thunar-${pkgver}
   patch -Np0 -i ../thunar-vfs-volume-hal_missing-audio-cds-for-volman.bin || return 1
   patch -Np0 -i ../attachment.cgi?id=1452 || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
     --localstatedir=/var --disable-static \
     --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
+  make DESTDIR=${pkgdir} install
+  sed -i 's:x-directory/gnome-default-handler;::' ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
 }




More information about the arch-commits mailing list