thunar-tg
This commit is contained in:
parent
209eb10188
commit
aba2601682
|
@ -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
|
|
||||||
}
|
|
|
@ -1,2 +0,0 @@
|
||||||
update-desktop-database -q
|
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
835c835
|
||||||
|
< if (G_UNLIKELY (geteuid () == 0))
|
||||||
|
---
|
||||||
|
> if (G_UNLIKELY (1 == 0))
|
|
@ -8,9 +8,11 @@ name=thunar
|
||||||
version=1.6.10
|
version=1.6.10
|
||||||
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)
|
||||||
build() {
|
build() {
|
||||||
cd Thunar-$version
|
cd Thunar-$version
|
||||||
|
patch $SRC/Thunar-1.6.10/thunar/thunar-window.c $SRC/no-root-warning.patch
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
|
|
@ -18,8 +18,7 @@ cd $name-$version
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--datadir=/usr/share \
|
--datadir=/usr/share \
|
||||||
--datarootdir=/usr/share \
|
--datarootdir=/usr/share \
|
||||||
--disable-static \
|
--disable-static
|
||||||
--disable-debug
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
|
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
name=nano
|
name=nano
|
||||||
version=2.5.2
|
version=2.5.2
|
||||||
release=1
|
release=1
|
||||||
|
#PAKET_LOKAL="hepsi"
|
||||||
|
|
||||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue