xfce4/thunar/Pkgfile

33 lines
763 B
Plaintext
Raw Normal View History

2019-05-09 14:26:53 +02:00
# Description: Modern, fast and easy-to-use file manager for Xfce
2019-04-30 02:46:22 +02:00
# URL: https://www.xfce.org
2019-06-04 21:42:18 +02:00
# Maintainer: jolupa, jlpavon at me dot com
2019-06-12 01:32:22 +02:00
# Depends on: xfce4-dev-tools libxfce4ui exo libpng gtk3 glib libexif dbus-glib libnotify startup-notification freetype libjpeg-turbo xfce4-panel xfconf
2019-04-24 17:15:26 +02:00
name=thunar
2019-06-29 16:28:39 +02:00
version=1.8.7
release=1
2019-06-12 01:03:35 +02:00
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
2019-04-24 17:15:26 +02:00
build() {
2019-05-11 19:09:44 +02:00
2019-06-12 01:03:35 +02:00
cd $name-$version
2019-04-30 02:46:22 +02:00
2019-06-12 01:03:35 +02:00
./autogen.sh \
2019-06-04 21:42:18 +02:00
--prefix=/usr \
2019-06-07 00:13:38 +02:00
--libexecdir=/usr/lib/$name \
2019-06-04 21:42:18 +02:00
--enable-gio-unix \
--enable-gudev \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-gtk2 \
--enable-gtk3 \
--enable-instrospection=no
2019-05-11 19:09:44 +02:00
2019-04-30 02:46:22 +02:00
make
make DESTDIR=$PKG install
2019-05-20 21:48:17 +02:00
#rm -r $PKG/usr/share/locale
2019-04-24 17:15:26 +02:00
}