[Lunar-commits] <moonbase-gnome3> gtk-engines: needed for gnome-themses-standard
v4hn
me at v4hn.de
Tue Feb 19 02:11:10 CET 2013
commit ac2fb93011016325a37364025613cf431419a7f9
Author: v4hn <me at v4hn.de>
Date: Mon, 18 Feb 2013 17:11:10 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/ac2fb93011016325a37364025613cf431419a7f9
gtk-engines: needed for gnome-themses-standard
---
core/gtk-engines2/BUILD | +11/-0
core/gtk-engines2/DEPENDS | +1/-0
core/gtk-engines2/DETAILS | +14/-0
3 files changed, 26 insertions(+)
--- /dev/null
+++ b/core/gtk-engines2/BUILD
@@ -0,0 +1,11 @@
+# the following sedit rule is needed to compile with
+# current glib-2 -- wdp
+sedit "s:#include <glib/gtimer.h>:#include <glib.h>:" engines/clearlooks/src/animation.c &&
+
+# Adds in support for Clearlooks animation (still needs to be
+# activated by the user in the grkrc file) and enables the
+# lua based scritping engine (uses an internal version of lua,
+# no outside depends needed)
+OPTS+=" --enable-animation --enable-lua" &&
+
+default_build
--- /dev/null
+++ b/core/gtk-engines2/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
--- /dev/null
+++ b/core/gtk-engines2/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=gtk-engines2
+ VERSION=2.20.2
+ SOURCE=gtk-engines-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/gtk-engines/${VERSION%.*}
+ SOURCE_VFY=sha1:574c7577d70eaacecd2ffa14e288ef88fdcb6c2a
+ WEB_SITE=http://www.gtk.org
+ ENTERED=20020714
+ UPDATED=20130217
+ SHORT="Theme engines for GTK+-2"
+
+cat << EOF
+Standard theme engines and themes for GTK+-2.0.
+EOF
More information about the Lunar-commits
mailing list