[Lunar-commits] <moonbase-gnome> Revert "gtk-engines2: remove it. It is in gnome3 now."
Florin Braescu
florin at lunar-linux.org
Sun Mar 3 18:26:29 CET 2013
commit ca1f5cb89ae437f9fd9cd9a8253e7afd980a016a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:26:29 -0800
URL: https://github.com/lunar-linux/moonbase-gnome/commit/ca1f5cb89ae437f9fd9cd9a8253e7afd980a016a
Revert "gtk-engines2: remove it. It is in gnome3 now."
This reverts commit 5183804f9b99dae39c931cd6624d700015596345.
---
core/gtk-engines2/BUILD | +15/-0
core/gtk-engines2/DEPENDS | +1/-0
core/gtk-engines2/DETAILS | +15/-0
3 files changed, 31 insertions(+)
--- /dev/null
+++ b/core/gtk-engines2/BUILD
@@ -0,0 +1,15 @@
+(
+
+ # 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
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/core/gtk-engines2/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
--- /dev/null
+++ b/core/gtk-engines2/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gtk-engines2
+ MAJOR=2.20
+ VERSION=$MAJOR.2
+ SOURCE=gtk-engines-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
+ SOURCE_URL=$GNOME_URL/sources/gtk-engines/$MAJOR
+ SOURCE_VFY=sha1:574c7577d70eaacecd2ffa14e288ef88fdcb6c2a
+ WEB_SITE=http://www.gtk.org
+ ENTERED=20020714
+ UPDATED=20101229
+ 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