Date: Tuesday, January 4, 2011 @ 13:13:28 Author: andyrtr Revision: 104643
upgpkg: thunar 1.1.6-1 new upstream release - part of Xfce 4.8pre3 release candidate Modified: thunar/trunk/PKGBUILD ----------+ PKGBUILD | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-04 18:07:59 UTC (rev 104642) +++ PKGBUILD 2011-01-04 18:13:28 UTC (rev 104643) @@ -3,34 +3,46 @@ # Contributor: Andrew Simmons <[email protected]> pkgname=thunar -pkgver=1.0.2 +pkgver=1.1.6 pkgrel=1 pkgdesc="new modern file manager for Xfce" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('GPL2' 'LGPL2.1') url="http://thunar.xfce.org" groups=('xfce4') -depends=('desktop-file-utils' 'libexif>=0.6.19' 'hicolor-icon-theme' 'fam' \ - 'gtk2' 'exo>=0.3.107' 'libxfce4util>=4.6.2' 'hal>=0.5.14' 'libpng' 'libjpeg>=8.0.1' 'startup-notification') -makedepends=('intltool' 'pkgconfig' 'xfce4-panel>=4.6.4') -optdepends=('gamin: a fam replacement to make thunar monitor changes to files on the fly' - 'xfce4-panel: for trash applet') +depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify' 'udev' + 'gtk2' 'exo>=0.5.4' 'libxfce4util>=4.7.3' 'libpng') # 'fam' - obsolete? +makedepends=('intltool' 'gtk-doc' 'xfce4-panel>=4.7.4') +optdepends=( # 'gamin: a fam replacement to make thunar monitor changes to files on the fly' + 'xfce4-panel: for trash applet' + 'tumbler: for thumbnail previews') options=('!libtool') install=${pkgname}.install -source=(http://archive.xfce.org/src/xfce/${pkgname}/1.0/Thunar-${pkgver}.tar.bz2) -md5sums=('c91073202d373a1f9951a1240083c36d') +source=(http://archive.xfce.org/src/xfce/${pkgname}/1.1/Thunar-${pkgver}.tar.bz2) +md5sums=('a96fdbc0b3d422f864d50374b5d6be41') build() { cd ${srcdir}/Thunar-${pkgver} - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ - --localstatedir=/var --disable-static \ - --disable-gnome-thumbnailers --enable-exif --enable-pcre - make || return 1 + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ + --disable-static \ + --enable-gio-unix \ + --enable-dbus \ + --enable-startup-notification \ + --enable-gudev \ + --enable-notifications \ + --enable-exif \ + --enable-pcre \ + --enable-gtk-doc \ + --disable-debug + make } package() { cd ${srcdir}/Thunar-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + make DESTDIR=${pkgdir} install sed -i 's:x-directory/gnome-default-handler;::' \ ${pkgdir}/usr/share/applications/Thunar-folder-handler.desktop }
