1
0
forked from ports/contrib

tint2: disabled tint2conf and tintwizard executables. also fixed xdg paths

This commit is contained in:
Jose V Beneyto 2010-06-23 09:16:19 +02:00
parent f05a3f451d
commit c49edf5128
2 changed files with 8 additions and 9 deletions

View File

@ -1,12 +1,10 @@
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/tint2/
-rw-r--r-- root/root etc/xdg/tint2/tint2rc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tint2
-rwxr-xr-x root/root usr/bin/tint2conf
-rwxr-xr-x root/root usr/bin/tintwizard.py
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/xdg/
drwxr-xr-x root/root usr/etc/xdg/tint2/
-rw-r--r-- root/root usr/etc/xdg/tint2/tint2rc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tint2.1.gz

View File

@ -6,15 +6,16 @@
name=tint2
version=0.10
release=1
release=2
source=(http://$name.googlecode.com/files/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man
--sysconfdir=/usr/etc \
--mandir=/usr/man \
--disable-tint2conf
make
make DESTDIR=$PKG install