summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 07:27:16 +0100
committersibel <lesibel@free.fr>2011-03-14 07:27:16 +0100
commit1a107f7bd5c454902c153f6261e73b17787d97cf (patch)
treea2f34529e297142b72c449939536fafce3234590
parenta50e88dfedd28083f2e12148bb7937f2429847af (diff)
downloadnutyx-extra-1a107f7bd5c454902c153f6261e73b17787d97cf.tar.gz
nutyx-extra-1a107f7bd5c454902c153f6261e73b17787d97cf.tar.bz2
nutyx-extra-1a107f7bd5c454902c153f6261e73b17787d97cf.tar.xz
nutyx-extra-1a107f7bd5c454902c153f6261e73b17787d97cf.zip
aurora deplace dans ouvert
-rw-r--r--extra/aurora/.footprint.i6867
-rw-r--r--extra/aurora/.footprint.x86_647
-rw-r--r--extra/aurora/.md5sum.i6861
-rw-r--r--extra/aurora/.md5sum.x86_641
-rw-r--r--extra/aurora/Pkgfile23
5 files changed, 0 insertions, 39 deletions
diff --git a/extra/aurora/.footprint.i686 b/extra/aurora/.footprint.i686
deleted file mode 100644
index 436482e59..000000000
--- a/extra/aurora/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/gtk-2.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libaurora.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libaurora.so
diff --git a/extra/aurora/.footprint.x86_64 b/extra/aurora/.footprint.x86_64
deleted file mode 100644
index 436482e59..000000000
--- a/extra/aurora/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/gtk-2.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libaurora.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libaurora.so
diff --git a/extra/aurora/.md5sum.i686 b/extra/aurora/.md5sum.i686
deleted file mode 100644
index 7d2b792b8..000000000
--- a/extra/aurora/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-5eeea57c5938306ad7ccfc7cd71d009d 56438-aurora-1.5.1.tar.bz2
diff --git a/extra/aurora/.md5sum.x86_64 b/extra/aurora/.md5sum.x86_64
deleted file mode 100644
index 7d2b792b8..000000000
--- a/extra/aurora/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-5eeea57c5938306ad7ccfc7cd71d009d 56438-aurora-1.5.1.tar.bz2
diff --git a/extra/aurora/Pkgfile b/extra/aurora/Pkgfile
deleted file mode 100644
index 26d0204ca..000000000
--- a/extra/aurora/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Description: Moteur gtk
-# URL: http://gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk
-# Run on: gtk
-
-name=aurora
-version=1.5.1
-release=1
-source=(http://gnome-look.org/CONTENT/content-files/56438-aurora-1.5.1.tar.bz2)
-
-build() {
- tar xzf aurora-gtk-engine-1.5.tar.gz
- cd aurora-1.5
- ./configure --prefix=/usr \
- --enable-animation
- make
- make DESTDIR=$PKG install
- tar xjf ../Aurora.tar.bz2 -C $startdir/usr/share/themes
- chown -R root:root $startdir/usr/share/themes
-}
-