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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Feb 1 15:07:48 UTC 2009


    Date: Sunday, February 1, 2009 @ 10:07:48
  Author: andyrtr
Revision: 25919

upgpkg: thunar 0.9.99.1-1
    new verions 0.9.99.1(=4.6rc1)

Modified:
  thunar/trunk/PKGBUILD
  thunar/trunk/thunar.install

----------------+
 PKGBUILD       |   29 +++++++++++------------------
 thunar.install |    4 ----
 2 files changed, 11 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-01 12:34:51 UTC (rev 25918)
+++ PKGBUILD	2009-02-01 15:07:48 UTC (rev 25919)
@@ -1,37 +1,30 @@
 # $Id$
+# Maintainer: tobias <tobias funnychar archlinux.org>
 # Contributor: Andrew Simmons <andrew.simmons at gmail.com>
 
 pkgname=thunar
-pkgver=0.9.3
+pkgver=0.9.99.1
 pkgrel=1
 pkgdesc="new modern file manager for Xfce"
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2')
 url="http://thunar.xfce.org"
-groups=('xfce4') 
-depends=('exo>=0.3.4' 'shared-mime-info' 'pcre' \
-         'desktop-file-utils' 'libexif' 'hal' 'fam' \
-         'startup-notification' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig' 'xfce4-panel>=4.4.3')
-optdepends=('xfce4-panel:	for thunar panel trash plugin')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif>=0.6.17' 'xfce4-panel>=4.5.99.1''hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'fam')
+optdepends=('fam/gamin:   make thunar monitor changes to files on the fly')
 options=('!libtool')
 install=${pkgname}.install
-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=('438b0d55ac9ecabdb58f84c4c039ae5c'
-         'dbdaeefe5a636f14c5abc8048ed1d0ee'
-         '47ba8457095999a6e759ce0168bdbabe')
+source=(http://www.xfce.org/archive/xfce-4.5.99.1/src/Thunar-${pkgver}.tar.bz2)
+md5sums=('caa9f3c76981a1aed9b403240e6a550f')
 
 build() {
   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 \
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
     --localstatedir=/var --disable-static \
     --disable-gnome-thumbnailers --enable-exif --enable-pcre
   make || return 1
   make DESTDIR=${pkgdir} install
-  sed -i 's:x-directory/gnome-default-handler;::' ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
+  sed -i 's:x-directory/gnome-default-handler;::' \
+    ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
 }

Modified: thunar.install
===================================================================
--- thunar.install	2009-02-01 12:34:51 UTC (rev 25918)
+++ thunar.install	2009-02-01 15:07:48 UTC (rev 25919)
@@ -12,7 +12,3 @@
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list