diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 21:13:10 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-26 21:13:10 +0100 |
commit | 52bb61b36b430f2a4d7315aeb13bbb7cd39983bd (patch) | |
tree | 515712b1a1ba452f2943b5ec60af82ea2b52b365 | |
parent | 057e033d4a73ac610303c98260015c7d5ecb28b7 (diff) | |
download | nutyx-pakxe-52bb61b36b430f2a4d7315aeb13bbb7cd39983bd.tar.gz nutyx-pakxe-52bb61b36b430f2a4d7315aeb13bbb7cd39983bd.tar.bz2 nutyx-pakxe-52bb61b36b430f2a4d7315aeb13bbb7cd39983bd.tar.xz nutyx-pakxe-52bb61b36b430f2a4d7315aeb13bbb7cd39983bd.zip |
Ajout de gtk-chtheme#0.3.1-1
-rw-r--r-- | extra/gtk-chtheme/.footprint | 3 | ||||
-rw-r--r-- | extra/gtk-chtheme/.md5sum | 1 | ||||
-rw-r--r-- | extra/gtk-chtheme/Pkgfile | 17 |
3 files changed, 21 insertions, 0 deletions
diff --git a/extra/gtk-chtheme/.footprint b/extra/gtk-chtheme/.footprint new file mode 100644 index 000000000..f38caf6d9 --- /dev/null +++ b/extra/gtk-chtheme/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gtk-chtheme diff --git a/extra/gtk-chtheme/.md5sum b/extra/gtk-chtheme/.md5sum new file mode 100644 index 000000000..4b354ce58 --- /dev/null +++ b/extra/gtk-chtheme/.md5sum @@ -0,0 +1 @@ +f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2 diff --git a/extra/gtk-chtheme/Pkgfile b/extra/gtk-chtheme/Pkgfile new file mode 100644 index 000000000..1b5594c1b --- /dev/null +++ b/extra/gtk-chtheme/Pkgfile @@ -0,0 +1,17 @@ +# Description: Ce petit programme permet de modifier facilement votre thème GTK +# URL: http://plasmasturm.org/code/gtk-chtheme/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk + +name=gtk-chtheme +version=0.3.1 +release=1 +source=(http://plasmasturm.org/programs/gtk-chtheme/$name-$version.tar.bz2) + +build() { + cd $name-$version + make + mkdir -p $PKG/usr/bin + install -m755 gtk-chtheme $PKG/usr/bin +} |