From 69a9a5993d9c2ac9d8190440c9faa707f25f300c Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 12 May 2012 17:03:38 +0200 Subject: ajout aurora 1.5.1-1 (cherry picked from commit cd8968370e4c2f36ec2bd8f48139478d010a6350) --- aurora/Pkgfile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 aurora/Pkgfile (limited to 'aurora/Pkgfile') diff --git a/aurora/Pkgfile b/aurora/Pkgfile new file mode 100644 index 000000000..c4ef4f490 --- /dev/null +++ b/aurora/Pkgfile @@ -0,0 +1,24 @@ +# Description: gtk engines +# URL: http://www.xfce-look.org/content/show.php/Aurora+Gtk+Engine?content=56438 +# Maintainer: tyrry33 at gmail dot com +# Packager: tyrry33 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-$version.tar.bz2 \ + http://www.gnome-look.org/CONTENT/content-files/80431-aurorasmooth.tar.bz2) + +build() { + tar zxf aurora-gtk-engine-1.5.tar.gz + cd aurora-1.5 + ./configure --prefix=/usr --enable-animation + make + make DESTDIR=$PKG install + install -d $PKG/usr/share/themes + cd $PKG/usr/share/themes + tar jxf $SRC/Aurora.tar.bz2 + cp -r $SRC/AuroraSmooth ./ + chmod 644 Aurora*/*/gtkrc +} -- cgit v1.2.3-54-g00ecf