summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-08 20:13:12 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-08 20:13:12 +0100
commitb1dfd44e429870f5f6af4357769946bc150368e7 (patch)
tree30b2ef7b4565024cc2ac66c68707c2f3ffd22224
parent55182cfa18164d629068f1ce6b0a7dfb079d74e3 (diff)
downloadnutyx-extra-b1dfd44e429870f5f6af4357769946bc150368e7.tar.gz
nutyx-extra-b1dfd44e429870f5f6af4357769946bc150368e7.tar.bz2
nutyx-extra-b1dfd44e429870f5f6af4357769946bc150368e7.tar.xz
nutyx-extra-b1dfd44e429870f5f6af4357769946bc150368e7.zip
Suppression de fichiers obsolètes
-rw-r--r--extra/candido/Pkgfile~40
-rw-r--r--extra/murrine/Pkgfile~18
2 files changed, 0 insertions, 58 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
-
-}
diff --git a/extra/murrine/Pkgfile~ b/extra/murrine/Pkgfile~
deleted file mode 100644
index 5db1edbc0..000000000
--- a/extra/murrine/Pkgfile~
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Moteur gtk
-# URL: http://www.cimitan.com/murrine/engine
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk
-
-name=murrine
-version=0.90.3
-release=1
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/murrine/0.90/murrine-0.90.3.tar.gz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --enable-animation &&amp
- make
- make DESTDIR=$PKG install
-}