diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:49:19 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:49:19 +0200 |
commit | 5a745cb7c5ad1b98deca1a5e1beb8edf5d4407dd (patch) | |
tree | 02bca88fce52fcee0fb6331754e7117abcef9205 /extra/lxappearance | |
parent | ff1a9e56c62bc788d9f02c147bd5b339a846237c (diff) | |
download | nutyx-extra-5a745cb7c5ad1b98deca1a5e1beb8edf5d4407dd.tar.gz nutyx-extra-5a745cb7c5ad1b98deca1a5e1beb8edf5d4407dd.tar.bz2 nutyx-extra-5a745cb7c5ad1b98deca1a5e1beb8edf5d4407dd.tar.xz nutyx-extra-5a745cb7c5ad1b98deca1a5e1beb8edf5d4407dd.zip |
Ajout de lxappearance#0.2-1
Diffstat (limited to 'extra/lxappearance')
-rw-r--r-- | extra/lxappearance/.footprint | 12 | ||||
-rw-r--r-- | extra/lxappearance/.md5sum | 1 | ||||
-rw-r--r-- | extra/lxappearance/Pkgfile | 21 |
3 files changed, 34 insertions, 0 deletions
diff --git a/extra/lxappearance/.footprint b/extra/lxappearance/.footprint new file mode 100644 index 000000000..e55c83e4f --- /dev/null +++ b/extra/lxappearance/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxappearance +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxappearance.desktop +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/lxappearance/ +-rwxr-xr-x root/root usr/share/lxappearance/install-icon-theme.sh +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/lxappearance.1.gz diff --git a/extra/lxappearance/.md5sum b/extra/lxappearance/.md5sum new file mode 100644 index 000000000..092bf010a --- /dev/null +++ b/extra/lxappearance/.md5sum @@ -0,0 +1 @@ +28e436c13ab09af54ffc6b415407ca37 lxappearance-0.2.tar.gz diff --git a/extra/lxappearance/Pkgfile b/extra/lxappearance/Pkgfile new file mode 100644 index 000000000..09cf7d1ab --- /dev/null +++ b/extra/lxappearance/Pkgfile @@ -0,0 +1,21 @@ +# Description: Rglage de l'apparence pour lxde +# URL: http://lxde.org/ +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: gtk + +name=lxappearance +version=0.2 +release=1 + +source=(http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/l/lx/lxde/lxappearance-0.2.tar.gz) + + +build() { +cd $name-$version +./configure --prefix=/usr \ + +make +make DESTDIR=$PKG install + +} |