2009-04-20 16:44:16 +02:00
|
|
|
# Template file for 'Thunar'
|
|
|
|
pkgname=Thunar
|
2013-05-06 10:34:56 +02:00
|
|
|
version=1.6.3
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-12-03 20:57:09 +01:00
|
|
|
configure_args="--enable-gio-unix --enable-dbus --enable-gudev
|
|
|
|
--enable-exif --enable-pcre --disable-static --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"
|
2013-04-15 22:58:41 +02:00
|
|
|
distfiles="http://archive.se.xfce.org/src/xfce/thunar/1.6/Thunar-${version}.tar.bz2"
|
2013-05-06 10:34:56 +02:00
|
|
|
checksum=9a2706f6881ac29cda9f0b0325d179153bc09e37bcbafcab9823c1c1ec89579d
|
2009-04-20 16:44:16 +02:00
|
|
|
|
2013-04-12 09:01:46 +02:00
|
|
|
hostmakedepends="pkg-config intltool"
|
2013-05-06 10:34:56 +02:00
|
|
|
makedepends="pcre-devel>=8.30 libglib-devel>=2.32.3_2
|
2012-12-03 20:57:09 +01:00
|
|
|
libgudev-devel libnotify-devel libxfce4util-devel libxfce4ui-devel
|
2012-12-27 14:29:44 +01:00
|
|
|
gtk+-devel dbus-glib-devel libexif-devel exo-devel>=0.10.2 xfce4-panel-devel
|
2013-05-06 10:34:56 +02:00
|
|
|
startup-notification-devel systemd-devel gvfs-devel hicolor-icon-theme
|
|
|
|
desktop-file-utils"
|
2013-04-12 09:01:46 +02:00
|
|
|
|
|
|
|
Thunar-devel_package() {
|
2013-05-06 10:34:56 +02:00
|
|
|
depends="libglib-devel gtk+-devel Thunar>=${version}"
|
|
|
|
short_desc+=" - development files"
|
2013-04-12 09:01:46 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
Thunar_package() {
|
|
|
|
depends="gvfs hicolor-icon-theme desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-05-06 10:34:56 +02:00
|
|
|
vmove all
|
2013-04-12 09:01:46 +02:00
|
|
|
}
|
|
|
|
}
|