[arch-commits] Commit in thunar/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 28 11:12:20 UTC 2009


    Date: Saturday, February 28, 2009 @ 06:12:20
  Author: andyrtr
Revision: 28211

Merged revisions 25919,26046,28053 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/thunar/trunk

........
  r25919 | andyrtr | 2009-02-01 15:07:48 +0000 (So, 01 Feb 2009) | 2 lines
  
  upgpkg: thunar 0.9.99.1-1
      new verions 0.9.99.1(=4.6rc1)
........
  r26046 | andyrtr | 2009-02-02 18:20:51 +0000 (Mo, 02 Feb 2009) | 2 lines
  
  upgpkg: thunar 0.9.99.1-2
      make it depend on fam and gamin als alternative optdepend, #13090
........
  r28053 | andyrtr | 2009-02-27 20:26:11 +0000 (Fr, 27 Feb 2009) | 2 lines
  
  upgpkg: thunar 1.0.0-1
      new version 1.0.0
........

Modified:
  thunar/repos/extra-i686/	(properties)
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-i686/thunar.install

----------------+
 PKGBUILD       |   31 ++++++++++++-------------------
 thunar.install |    4 ----
 2 files changed, 12 insertions(+), 23 deletions(-)


Property changes on: thunar/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /thunar/trunk:1-17513
   + /thunar/trunk:1-28210

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-02-28 11:08:20 UTC (rev 28210)
+++ extra-i686/PKGBUILD	2009-02-28 11:12:20 UTC (rev 28211)
@@ -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=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=('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.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.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.6.0/src/Thunar-${pkgver}.tar.bz2)
+md5sums=('468c240a4f65a217ec2b6132e85cd84e')
 
 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
+  make DESTDIR=${pkgdir} install || return 1
+  sed -i 's:x-directory/gnome-default-handler;::' \
+    ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop
 }

Modified: extra-i686/thunar.install
===================================================================
--- extra-i686/thunar.install	2009-02-28 11:08:20 UTC (rev 28210)
+++ extra-i686/thunar.install	2009-02-28 11:12:20 UTC (rev 28211)
@@ -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