summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-31 14:23:21 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-31 14:23:21 +0100
commit2df1e3e698eb6dcf9167102194dddebed49c6ca7 (patch)
treefd6d71bc999aa585e3399031d22c3334eb4fe3fe /extra
parent43460a94253a769eacaffe3f36287d925be125ea (diff)
downloadnutyx-pakxe-2df1e3e698eb6dcf9167102194dddebed49c6ca7.tar.gz
nutyx-pakxe-2df1e3e698eb6dcf9167102194dddebed49c6ca7.tar.bz2
nutyx-pakxe-2df1e3e698eb6dcf9167102194dddebed49c6ca7.tar.xz
nutyx-pakxe-2df1e3e698eb6dcf9167102194dddebed49c6ca7.zip
Ajout de tint2#0.8-1
Diffstat (limited to 'extra')
-rw-r--r--extra/tint2/.footprint13
-rw-r--r--extra/tint2/.md5sum1
-rw-r--r--extra/tint2/Pkgfile20
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
+}
+