milis/talimatname/genel/t/thunar/talimat

33 lines
853 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Thunar dosya yöneticisi
2016-03-02 16:12:51 +01:00
# URL: http://thunar.xfce.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
2016-03-02 16:12:51 +01:00
2017-10-28 14:10:23 +02:00
isim=thunar
surum=1.6.12
devir=1
2016-03-02 16:12:51 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://archive.xfce.org/src/xfce/thunar/${surum%.*}/Thunar-$surum.tar.bz2
2016-03-26 02:53:26 +01:00
no-root-warning.patch)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd Thunar-$surum
patch $SRC/Thunar-$surum/thunar/thunar-window.c $SRC/no-root-warning.patch
2017-09-05 23:33:34 +02: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
2016-03-02 16:12:51 +01:00
}