From 63cd9f3d027a7b9fdde80b75b6cf21040426a98a Mon Sep 17 00:00:00 2001 From: bg Date: Wed, 11 Nov 2009 17:22:52 +0100 Subject: Ajout de aurora --- extra/aurora/.footprint | 7 +++++++ extra/aurora/.md5sum | 1 + extra/aurora/Pkgfile | 21 +++++++++++++++++++++ extra/aurora/Pkgfile~ | 19 +++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 extra/aurora/.footprint create mode 100644 extra/aurora/.md5sum create mode 100644 extra/aurora/Pkgfile create mode 100644 extra/aurora/Pkgfile~ (limited to 'extra/aurora') diff --git a/extra/aurora/.footprint b/extra/aurora/.footprint new file mode 100644 index 000000000..436482e59 --- /dev/null +++ b/extra/aurora/.footprint @@ -0,0 +1,7 @@ +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 b/extra/aurora/.md5sum new file mode 100644 index 000000000..7d2b792b8 --- /dev/null +++ b/extra/aurora/.md5sum @@ -0,0 +1 @@ +5eeea57c5938306ad7ccfc7cd71d009d 56438-aurora-1.5.1.tar.bz2 diff --git a/extra/aurora/Pkgfile b/extra/aurora/Pkgfile new file mode 100644 index 000000000..d26c94506 --- /dev/null +++ b/extra/aurora/Pkgfile @@ -0,0 +1,21 @@ +# 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 + +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 +} diff --git a/extra/aurora/Pkgfile~ b/extra/aurora/Pkgfile~ new file mode 100644 index 000000000..94f03cc8d --- /dev/null +++ b/extra/aurora/Pkgfile~ @@ -0,0 +1,19 @@ +# 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 + +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 +} -- cgit v1.2.3-54-g00ecf