2016-04-03 17:09:19 +02:00
|
|
|
# Description: thunar dosya yöneticisi
|
2016-03-02 16:12:51 +01:00
|
|
|
# URL: http://thunar.xfce.org
|
|
|
|
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
|
2016-03-03 15:10:44 +01:00
|
|
|
# Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
|
|
name=thunar
|
|
|
|
version=1.6.10
|
|
|
|
release=1
|
|
|
|
|
2016-03-26 02:53:26 +01:00
|
|
|
source=(http://archive.xfce.org/src/xfce/thunar/${version%.*}/Thunar-$version.tar.bz2
|
|
|
|
no-root-warning.patch)
|
2016-03-02 16:12:51 +01:00
|
|
|
build() {
|
|
|
|
cd Thunar-$version
|
2016-03-26 02:53:26 +01:00
|
|
|
patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
|
2016-03-02 16:12:51 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--libexecdir=/usr/lib \
|
|
|
|
--localstatedir=/var \
|
|
|
|
--disable-static \
|
|
|
|
--enable-gio-unix \
|
|
|
|
--enable-dbus \
|
|
|
|
--enable-startup-notification \
|
|
|
|
--enable-gudev \
|
|
|
|
--enable-notifications \
|
|
|
|
--enable-exif \
|
|
|
|
--enable-pcre \
|
|
|
|
--disable-debug
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
sed -i 's:x-directory/gnome-default-handler;::' \
|
|
|
|
$PKG/usr/share/applications/Thunar-folder-handler.desktop
|
|
|
|
}
|