diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:01:47 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:01:47 +0100 |
commit | 78d312fcee8e3b523ce0d5f48f49fe4f757f0b33 (patch) | |
tree | 3bed4d5556ae6973802ee147dbfc723850a36f35 /extra/candido/Pkgfile | |
parent | bdfda04d33e24446e7ab2f4e4f7ba16b29c947f6 (diff) | |
download | nutyx-extra-78d312fcee8e3b523ce0d5f48f49fe4f757f0b33.tar.gz nutyx-extra-78d312fcee8e3b523ce0d5f48f49fe4f757f0b33.tar.bz2 nutyx-extra-78d312fcee8e3b523ce0d5f48f49fe4f757f0b33.tar.xz nutyx-extra-78d312fcee8e3b523ce0d5f48f49fe4f757f0b33.zip |
candido, renomé candido-engine
Diffstat (limited to 'extra/candido/Pkgfile')
-rw-r--r-- | extra/candido/Pkgfile | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/extra/candido/Pkgfile b/extra/candido/Pkgfile deleted file mode 100644 index e96c4951d..000000000 --- a/extra/candido/Pkgfile +++ /dev/null @@ -1,59 +0,0 @@ -# Description: Moteur gtk -# URL: http://candido.berlios.de/pages/engine.php -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: gtk - -name=candido-engine -version=0.9.1 -release=1 -source=(http://download.berlios.de/candido/candido-engine-0.9.1.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-Graphite.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-Candy.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-Hybrid.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-NeoGraphite.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-Calm.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-DarkOrange.tar.bz2 \ -http://download.berlios.de/candido/Candido-Engine-Metacity.tar.bz2 \ -http://candido.berlios.de/media/download_gallery/Candido-Selected.tar.bz2 \ -http://download.berlios.de/candido/Candido-Engine-Xfwm4.tar.bz2 \ -http://www.gnome-look.org/CONTENT/content-files/41800-Candido-gPerfect.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/42184-Candido-drear.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/42904-Candido-Graphite2.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/42954-Candido-Carbon.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/42940-Candido-puebla.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/43066-Candido-DarkLime.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/52629-Candido-Mist.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/45426-candido_luna.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/45289-Candido-Clearlooks.tar.gz \ -http://www.gnome-look.org/CONTENT/content-files/42998-Candido-DarkRed.tar.gz) - -build() { - cd candido-engine-0.9.1 - ./configure --prefix=/usr \ - --enable-animation - make - make DESTDIR=$PKG install - cp -r ../Candido-Engine $startdir/usr/share/themes - cp -r ../Candido-Engine-Squared $startdir/usr/share/themes - cp -r ../Candido-Engine-Less $startdir/usr/share/themes - cp -r ../Candido $startdir/usr/share/themes - cp -r ../Candido-Graphite $startdir/usr/share/themes - cp -r ../Candido-Candy $startdir/usr/share/themes - cp -r ../Candido-Hybrid $startdir/usr/share/themes - cp -r ../Candido-NeoGraphite $startdir/usr/share/themes - cp -r ../Candido-Calm $startdir/usr/share/themes - cp -r ../Candido-DarkOrange $startdir/usr/share/themes - cp -r ../Candido-Selected $startdir/usr/share/themes - cp -r ../Candido-gPerfect $startdir/usr/share/themes - cp -r ../Candido-drear $startdir/usr/share/themes - cp -r ../Candido-Graphite2 $startdir/usr/share/themes - cp -r ../Candido-Carbon $startdir/usr/share/themes - cp -r ../Candido-puebla $startdir/usr/share/themes - cp -r ../Candido-DarkLime $startdir/usr/share/themes - cp -r ../Candido-Mist $startdir/usr/share/themes - cp -r ../Candido-Clearlooks $startdir/usr/share/themes - cp -r ../Candido-DarkRed $startdir/usr/share/themes - chown -R root:root $startdir/usr/share/themes -} |