diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/tint2/.footprint | 13 | ||||
-rw-r--r-- | extra/tint2/.md5sum | 1 | ||||
-rw-r--r-- | extra/tint2/Pkgfile | 20 |
3 files changed, 34 insertions, 0 deletions
diff --git a/extra/tint2/.footprint b/extra/tint2/.footprint new file mode 100644 index 000000000..ad36490c6 --- /dev/null +++ b/extra/tint2/.footprint @@ -0,0 +1,13 @@ +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 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tint2.1.gz +drwxr-xr-x root/root usr/share/tint2/ +-rw-r--r-- root/root usr/share/tint2/default_icon.png diff --git a/extra/tint2/.md5sum b/extra/tint2/.md5sum new file mode 100644 index 000000000..f495b73fa --- /dev/null +++ b/extra/tint2/.md5sum @@ -0,0 +1 @@ +866bc529cb7d0884e976f8fc9aef0eea tint2-0.8.tar.gz diff --git a/extra/tint2/Pkgfile b/extra/tint2/Pkgfile new file mode 100644 index 000000000..2e5039954 --- /dev/null +++ b/extra/tint2/Pkgfile @@ -0,0 +1,20 @@ +# Description: task barre pour wm léger +# URL: http://code.google.com/p/tint2/ +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: glib xorg-libxrandr xorg-libxinerama pango imlib2 cairo + +name=tint2 +version=0.8 +release=1 +source=(http://tint2.googlecode.com/files/$name-$version.tar.gz) + +build() { +cd $name-$version +./configure --prefix=/usr --sysconfdir=/etc + +make +make DESTDIR=$PKG install +rm -r $PKG/usr/share/doc +} + |