diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 20:13:12 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-08 20:13:12 +0100 |
commit | b1dfd44e429870f5f6af4357769946bc150368e7 (patch) | |
tree | 30b2ef7b4565024cc2ac66c68707c2f3ffd22224 /extra/candido | |
parent | 55182cfa18164d629068f1ce6b0a7dfb079d74e3 (diff) | |
download | nutyx-pakxe-b1dfd44e429870f5f6af4357769946bc150368e7.tar.gz nutyx-pakxe-b1dfd44e429870f5f6af4357769946bc150368e7.tar.bz2 nutyx-pakxe-b1dfd44e429870f5f6af4357769946bc150368e7.tar.xz nutyx-pakxe-b1dfd44e429870f5f6af4357769946bc150368e7.zip |
Suppression de fichiers obsolètes
Diffstat (limited to 'extra/candido')
-rw-r--r-- | extra/candido/Pkgfile~ | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/extra/candido/Pkgfile~ b/extra/candido/Pkgfile~ deleted file mode 100644 index 8bdfc8eff..000000000 --- a/extra/candido/Pkgfile~ +++ /dev/null @@ -1,40 +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 - tar xjf ../Aurora.tar.bz2 -C $startdir/usr/share/themes - -} |