diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:07:04 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 23:07:04 +0200 |
commit | 3e8a5c725ca2c2fcd7261b30861bb9888df43a08 (patch) | |
tree | ba63e3f2c8a93ab7ecd6a2c0f8f99dcfd76c27e3 /extra/gtk-theme-switch/build~ | |
parent | 3fd77c73ac8f89b2177017b957528a44cfa3b084 (diff) | |
download | nutyx-extra-3e8a5c725ca2c2fcd7261b30861bb9888df43a08.tar.gz nutyx-extra-3e8a5c725ca2c2fcd7261b30861bb9888df43a08.tar.bz2 nutyx-extra-3e8a5c725ca2c2fcd7261b30861bb9888df43a08.tar.xz nutyx-extra-3e8a5c725ca2c2fcd7261b30861bb9888df43a08.zip |
Ajout de gtk-theme-switch#2.0.5-1
Diffstat (limited to 'extra/gtk-theme-switch/build~')
-rw-r--r-- | extra/gtk-theme-switch/build~ | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/gtk-theme-switch/build~ b/extra/gtk-theme-switch/build~ new file mode 100644 index 000000000..9d37c1477 --- /dev/null +++ b/extra/gtk-theme-switch/build~ @@ -0,0 +1,26 @@ +# $Id: $ +# Description: GTK2 Theme Switcher +# URL: http://www.muhri.net/nav.php3?node=gts +# Packager: geantbrun +# Depends on: gtk2 + +name=gtk-theme-switch +version=2.0.5 +release=2 +group=contrib +source=(http://ftp.debian.org/debian/pool/main/g/$name/${name}_${version}.tar.gz\ gtk-s-t.png\ gtk-theme-switch.desktop) + +build() { + cd ${name}-${version} + + make + + install -D -m 755 switch2 $PKG/usr/bin/switch2 + install -D switch.1 $PKG/usr/man/man1/switch.1 + + mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps + cp ../gtk-s-t.png $PKG/usr/share/icons/hicolor/48x48/apps/gtk-s-t.png + mkdir -p $PKG/usr/share/applications + cp ../$name.desktop $PKG/usr/share/applications + chown -R root:root $PKG +}
\ No newline at end of file |