thunar-tg

This commit is contained in:
milisbir 2016-03-26 01:53:26 +00:00
parent 209eb10188
commit aba2601682
7 changed files with 10 additions and 25 deletions

View File

@ -1,19 +0,0 @@
# Description: The Thunar Volume Manager is an extension for the Thunar file manager.
# URL: http://thunar.xfce.org
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs
run=(desktop-file-utils)
name=thunar-volman
version=0.8.1
release=2
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}

View File

@ -1,2 +0,0 @@
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor

View File

@ -0,0 +1,4 @@
835c835
< if (G_UNLIKELY (geteuid () == 0))
---
> if (G_UNLIKELY (1 == 0))

View File

@ -8,9 +8,11 @@ name=thunar
version=1.6.10
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)
build() {
cd Thunar-$version
patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
./configure \
--prefix=/usr \
--sysconfdir=/etc \

View File

@ -18,8 +18,7 @@ cd $name-$version
--localstatedir=/var \
--datadir=/usr/share \
--datarootdir=/usr/share \
--disable-static \
--disable-debug
--disable-static
make
make DESTDIR=$PKG install

View File

@ -1 +1 @@
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor

View File

@ -5,6 +5,7 @@
name=nano
version=2.5.2
release=1
#PAKET_LOKAL="hepsi"
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)