2 # Contributor: Jan Jezek <honzin.jezek@gmail.com>
7 pkgdesc="New modern file manager for Xfce - migration to GIO."
10 url="http://thunar.xfce.org"
12 depends=('exo-git' 'libxfce4ui-git' 'gtk2>=2.14.0' 'glib2>=2.18.0' 'desktop-file-utils' 'libexif>=0.6.17' 'dbus' 'fam')
13 makedepends=('git' 'intltool' 'pkgconfig' 'xfce4-dev-tools-git')
14 conflicts=('thunar' 'thunar-devel')
15 replaces=('thunar' 'thunar-devel')
17 install=${pkgname}.install
22 _gitroot="git://git.xfce.org/xfce/thunar"
27 msg "Getting sources..."
29 if [ -d "$srcdir/$_gitname" ] ; then
30 cd $_gitname && git pull origin
31 msg "The local files are updated."
36 msg "GIT checkout done or server timeout"
37 msg "Starting build..."
42 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
43 --localstatedir=/var --disable-static \
44 --disable-gnome-thumbnailers --enable-exif --enable-pcre --enable-maintainer-mode
46 make DESTDIR=${startdir}/pkg install
47 sed -i 's:x-directory/gnome-default-handler;::' ${startdir}/pkg/usr/share/applications/Thunar-folder-handler.desktop