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
|
|
|
|
# Maintainer: jolupa <jolupameister(at)gmail[dot](com)
|
|
|
|
# Depends on: 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-05-11 19:09:44 +02:00
|
|
|
version=1.6.6
|
|
|
|
release=1
|
|
|
|
source=(https://archive.xfce.org/xfce/4.12/src/Thunar-$version.tar.bz2)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
|
|
|
cd Thunar-$version
|
2019-04-30 02:46:22 +02:00
|
|
|
|
2019-05-11 19:09:44 +02:00
|
|
|
./configure \
|
2019-04-30 02:46:22 +02:00
|
|
|
--prefix=/usr \
|
2019-05-09 14:26:53 +02:00
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--enable-gio-unix \
|
|
|
|
--enable-gudev \
|
2019-04-30 02:46:22 +02:00
|
|
|
--disable-gtk-docs \
|
2019-05-11 19:09:44 +02:00
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
|
|
|
|
2019-04-30 02:46:22 +02:00
|
|
|
make
|
2019-04-24 17:15:26 +02:00
|
|
|
|
2019-04-30 02:46:22 +02:00
|
|
|
make DESTDIR=$PKG install
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|