# Maintainer: Natanael Copa pkgname=thunar pkgver=1.6.11 pkgrel=0 pkgdesc="File manager for Xfce" url="http://thunar.xfce.org" arch="all" license="GPL2 LGPL2" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends="desktop-file-utils hicolor-icon-theme shared-mime-info" depends_dev="gtk+2.0-dev glib-dev exo-dev" makedepends="$depends_dev libexif-dev xfce4-panel-dev pcre-dev libgudev-dev libnotify-dev startup-notification-dev libxfce4ui-dev dbus-glib-dev gtk-doc" install= source="http://archive.xfce.org/src/xfce/thunar/${pkgver%.*}/Thunar-$pkgver.tar.bz2 thunar-sendto-audacious-playlist.desktop thunar-sendto-bluetooth.desktop " _builddir="$srcdir"/Thunar-$pkgver prepare() { cd "$_builddir" # fix icon in thunar-sendto-email.desktop sed -i 's!internet-mail!mail-message-new!' \ plugins/thunar-sendto-email/thunar-sendto-email.desktop.in.in } build() { cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-exif \ --enable-pcre \ --enable-dbus \ --enable-gio-unix \ --enable-gudev \ --enable-gtk-doc \ || return 1 make || return 1 } package() { cd "$_builddir" local f make DESTDIR="$pkgdir" install || return 1 sed -i -e 's:x-directory/gnome-default-handler;::' \ "$pkgdir"/usr/share/applications/Thunar-folder-handler.desktop for f in $source; do case $f in thunar-sendto*.desktop) install -m644 "$srcdir"/$f \ "$pkgdir"/usr/share/Thunar/sendto/ || return 1 ;; esac done } sha512sums="05cdce5bb741f2d7a6ddb2f7d30dac4dc4ff539e41963b31b7f694e69be5b8ae211c442e943dc8745f8c0a634f2eb18734b7a3ea8c9c7d380c1af87a01b64e03 Thunar-1.6.11.tar.bz2 dce525f22abf8e723111673b8fdad48079d5379cef49cc013383bb0944274cdd0de1dda6e8894dd8c9efb54cc9eea2baf8f4c76265665b84f3f58aeb01c72390 thunar-sendto-audacious-playlist.desktop b4e8024e093b8e3f9bf5d460335fd9d19c1e394383bd58a7ac05c720103612dea9dde8a02f090f0af09d89e6644b292236ef257dd1790eccd627efce0577828e thunar-sendto-bluetooth.desktop"