thunar.guncellendi

This commit is contained in:
milisbir 2017-09-06 00:33:34 +03:00
parent 48661027dd
commit 46ff63cb11
1 changed files with 20 additions and 21 deletions

View File

@ -4,15 +4,15 @@
# 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 \
--libexecdir=/usr/lib \ --libexecdir=/usr/lib \
@ -26,8 +26,7 @@ patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
--enable-exif \ --enable-exif \
--enable-pcre \ --enable-pcre \
--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
} }