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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 27 20:26:11 UTC 2009


    Date: Friday, February 27, 2009 @ 15:26:11
  Author: andyrtr
Revision: 28053

upgpkg: thunar 1.0.0-1
    new version 1.0.0

Modified:
  thunar/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-27 20:19:40 UTC (rev 28052)
+++ PKGBUILD	2009-02-27 20:26:11 UTC (rev 28053)
@@ -3,20 +3,20 @@
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
-pkgver=0.9.99.1
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2')
 url="http://thunar.xfce.org"
 groups=('xfce4')
-depends=('desktop-file-utils' 'libexif>=0.6.17' 'xfce4-panel>=4.5.99.1' 'hicolor-icon-theme' 'fam')
+depends=('desktop-file-utils' 'libexif>=0.6.17' 'xfce4-panel>=4.6.0' 'hicolor-icon-theme' 'fam')
 makedepends=('intltool' 'pkgconfig')
 optdepends=('gamin:   a fam replacement to make thunar monitor changes to files on the fly')
 options=('!libtool')
 install=${pkgname}.install
-source=(http://www.xfce.org/archive/xfce-4.5.99.1/src/Thunar-${pkgver}.tar.bz2)
-md5sums=('caa9f3c76981a1aed9b403240e6a550f')
+source=(http://www.xfce.org/archive/xfce-4.6.0/src/Thunar-${pkgver}.tar.bz2)
+md5sums=('468c240a4f65a217ec2b6132e85cd84e')
 
 build() {
   cd ${srcdir}/Thunar-${pkgver}
@@ -24,7 +24,7 @@
     --localstatedir=/var --disable-static \
     --disable-gnome-thumbnailers --enable-exif --enable-pcre
   make || return 1
-  make DESTDIR=${pkgdir} install
+  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