summaryrefslogtreecommitdiffstats
path: root/aurora/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 17:03:38 +0200
committerpiernov <piernov@piernov.org>2012-05-13 20:10:44 +0200
commit69a9a5993d9c2ac9d8190440c9faa707f25f300c (patch)
treed9b51e637c42cc8d65191f2679066d105f92ad33 /aurora/Pkgfile
parent369ffb3a70b414f5ea9cce2c9a2c60e18a1fe55a (diff)
downloadnutyx-extra-69a9a5993d9c2ac9d8190440c9faa707f25f300c.tar.gz
nutyx-extra-69a9a5993d9c2ac9d8190440c9faa707f25f300c.tar.bz2
nutyx-extra-69a9a5993d9c2ac9d8190440c9faa707f25f300c.tar.xz
nutyx-extra-69a9a5993d9c2ac9d8190440c9faa707f25f300c.zip
ajout aurora 1.5.1-1
(cherry picked from commit cd8968370e4c2f36ec2bd8f48139478d010a6350)
Diffstat (limited to 'aurora/Pkgfile')
-rw-r--r--aurora/Pkgfile24
1 files changed, 24 insertions, 0 deletions
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
+}