2009-04-20 16:44:16 +02:00
|
|
|
# Template file for 'Thunar'
|
|
|
|
pkgname=Thunar
|
2011-08-04 08:43:31 +02:00
|
|
|
version=1.2.2
|
2011-05-18 11:12:23 +02:00
|
|
|
distfiles="http://archive.xfce.org/src/xfce/thunar/1.2/Thunar-$version.tar.bz2"
|
2009-04-20 16:44:16 +02:00
|
|
|
build_style=gnu_configure
|
2011-08-04 08:43:31 +02:00
|
|
|
configure_args="--enable-gio-unix --enable-dbus --enable-gudev --enable-exif
|
|
|
|
--enable-pcre --enable-notifications"
|
2009-04-20 16:44:16 +02:00
|
|
|
short_desc="Thunar File Manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-04 08:43:31 +02:00
|
|
|
homepage="http://thunar.xfce.org"
|
|
|
|
license="GPL-2, LGPL-2.1"
|
|
|
|
checksum=56b07dddde423ae7854c5edd433948a912c27afe2a60689ffc50df3d981e90f6
|
2009-04-20 16:44:16 +02: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 16:56:59 +01:00
|
|
|
conf_files="/etc/xdg/Thunar/uca.xml"
|
2009-04-20 16:44:16 +02:00
|
|
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-01-11 12:45:43 +01:00
|
|
|
|
|
|
|
Add_dependency run glibc
|
|
|
|
Add_dependency run exo
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency run libgudev
|
|
|
|
Add_dependency run libnotify
|
|
|
|
Add_dependency run libSM
|
|
|
|
Add_dependency run libICE
|
|
|
|
Add_dependency run libxfce4ui
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency run gtk+
|
|
|
|
Add_dependency run libxfce4util
|
|
|
|
Add_dependency run atk
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency run gdk-pixbuf
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency run cairo
|
|
|
|
Add_dependency run pango
|
|
|
|
Add_dependency run dbus-glib
|
|
|
|
Add_dependency run dbus-libs
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency run glib
|
|
|
|
Add_dependency run libpng
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency run freetype
|
|
|
|
Add_dependency run fontconfig
|
|
|
|
Add_dependency run libexif
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency run libX11
|
2010-12-11 01:22:28 +01:00
|
|
|
Add_dependency run libpcre
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency run xfce4-panel
|
2010-11-08 16:56:59 +01:00
|
|
|
|
2009-04-20 16:44:16 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency build exo-devel
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency build libgudev-devel
|
|
|
|
Add_dependency build libnotify-devel
|
2011-08-04 08:43:31 +02:00
|
|
|
Add_dependency build libxfce4util-devel
|
2010-11-08 16:56:59 +01:00
|
|
|
Add_dependency build libxfce4ui-devel
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency build gtk+-devel
|
|
|
|
Add_dependency build dbus-glib-devel
|
|
|
|
Add_dependency build libexif-devel
|
|
|
|
Add_dependency build pcre-devel
|
|
|
|
Add_dependency build xfce4-panel-devel
|
2010-11-08 16:56:59 +01:00
|
|
|
|
2011-08-04 08:43:31 +02:00
|
|
|
Add_dependency full gvfs
|
2010-01-11 12:45:43 +01:00
|
|
|
Add_dependency full hicolor-icon-theme
|
2009-04-20 16:44:16 +02:00
|
|
|
Add_dependency full desktop-file-utils
|
2011-08-04 08:43:31 +02:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# install udisks permission file
|
|
|
|
install -dm700 ${DESTDIR}/etc/polkit-1/localauthority
|
|
|
|
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/
|
|
|
|
}
|