thunar.guncellendi

This commit is contained in:
milisbir 2017-09-06 00:33:34 +03:00
parent 48661027dd
commit 46ff63cb11

View file

@ -4,14 +4,14 @@
# Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils # Depends on: libnotify libexif exo xfce4-libui xfce4-panel desktop-file-utils
name=thunar name=thunar
version=1.6.10 version=1.6.12
release=1 release=1
source=(http://archive.xfce.org/src/xfce/thunar/${version%.*}/Thunar-$version.tar.bz2 source=(http://archive.xfce.org/src/xfce/thunar/${version%.*}/Thunar-$version.tar.bz2
no-root-warning.patch) no-root-warning.patch)
build() { build() {
cd Thunar-$version cd Thunar-$version
patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch patch $SRC/Thunar-$version/thunar/thunar-window.c $SRC/no-root-warning.patch
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
@ -28,6 +28,5 @@ patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
--disable-debug --disable-debug
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
sed -i 's:x-directory/gnome-default-handler;::' \ sed -i 's:x-directory/gnome-default-handler;::' $PKG/usr/share/applications/Thunar-folder-handler.desktop
$PKG/usr/share/applications/Thunar-folder-handler.desktop
} }