2009-04-20 14:44:16 +00:00
|
|
|
# Template file for 'Thunar'
|
|
|
|
pkgname=Thunar
|
2012-04-29 07:49:51 +00:00
|
|
|
version=1.4.0
|
|
|
|
distfiles="http://archive.xfce.org/src/xfce/thunar/1.4/Thunar-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-08-04 06:43:31 +00:00
|
|
|
configure_args="--enable-gio-unix --enable-dbus --enable-gudev --enable-exif
|
|
|
|
--enable-pcre --enable-notifications"
|
2009-04-20 14:44:16 +00:00
|
|
|
short_desc="Thunar File Manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-04 06:43:31 +00:00
|
|
|
homepage="http://thunar.xfce.org"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
2012-04-29 07:49:51 +00:00
|
|
|
checksum=2c11a19e64cef708a264fb4d5d933389899c3d132fe7b1e313dd6e37bfe4c8ba
|
2009-04-20 14:44:16 +00:00
|
|
|
long_desc="
|
|
|
|
Thunar is a new modern file manager for the Xfce Desktop Environment.
|
|
|
|
It has been designed from the ground up to be fast and easy-to-use.
|
|
|
|
Its user interface is clean and intuitive, and does not include any
|
|
|
|
confusing or useless options. Thunar is fast and responsive with a
|
|
|
|
good start up time and directory load time."
|
|
|
|
|
2010-11-08 15:56:59 +00:00
|
|
|
conf_files="/etc/xdg/Thunar/uca.xml"
|
2009-04-20 14:44:16 +00:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2012-04-19 15:05:20 +00:00
|
|
|
make_dirs="/etc/polkit-1/localauthority 0700 root root"
|
2010-01-11 11:45:43 +00:00
|
|
|
|
2009-04-20 14:44:16 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2010-11-08 15:56:59 +00:00
|
|
|
Add_dependency build libgudev-devel
|
|
|
|
Add_dependency build libnotify-devel
|
2011-08-04 06:43:31 +00:00
|
|
|
Add_dependency build libxfce4util-devel
|
2010-11-08 15:56:59 +00:00
|
|
|
Add_dependency build libxfce4ui-devel
|
2010-01-11 11:45:43 +00:00
|
|
|
Add_dependency build gtk+-devel
|
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build libexif-devel
|
|
|
|
Add_dependency build pcre-devel
|
2012-04-19 15:05:20 +00:00
|
|
|
Add_dependency build exo-devel
|
2010-01-11 11:45:43 +00:00
|
|
|
Add_dependency build xfce4-panel-devel
|
2012-04-19 15:05:20 +00:00
|
|
|
Add_dependency build startup-notification-devel
|
2010-11-08 15:56:59 +00:00
|
|
|
|
2012-04-19 15:05:20 +00:00
|
|
|
Add_dependency run gvfs
|
|
|
|
Add_dependency run hicolor-icon-theme
|
|
|
|
Add_dependency run desktop-file-utils
|
2011-08-04 06:43:31 +00:00
|
|
|
|
2012-04-19 15:05:20 +00:00
|
|
|
post_install() {
|
2011-08-04 06:43:31 +00:00
|
|
|
# install udisks permission file
|
|
|
|
install -dm755 ${DESTDIR}/etc/polkit-1/localauthority/50-local.d
|
|
|
|
install -m644 ${FILESDIR}/org.freedesktop.udisks.pkla \
|
|
|
|
${DESTDIR}/etc/polkit-1/localauthority/50-local.d/
|
|
|
|
}
|