[arch-commits] Commit in thunar/repos (extra-x86_64 extra-x86_64/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Oct 28 19:54:48 UTC 2008


    Date: Tuesday, October 28, 2008 @ 15:54:48
  Author: andyrtr
Revision: 17354

Merged revisions 356,17353 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/thunar/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r17353 | andyrtr | 2008-10-28 19:53:46 +0000 (Di, 28 Okt 2008) | 1 line
  
  upgpkg: thunar 0.9.3-1
........

Modified:
  thunar/repos/extra-x86_64/	(properties)
  thunar/repos/extra-x86_64/PKGBUILD

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


Property changes on: thunar/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /thunar/trunk:1
   + /thunar/trunk:1-17353

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-28 19:53:46 UTC (rev 17353)
+++ extra-x86_64/PKGBUILD	2008-10-28 19:54:48 UTC (rev 17354)
@@ -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