[Lunar-commits] r22891 - moonbase/trunk/gnome2/core/gtk-engines2

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Jan 9 01:51:32 CET 2007


Author: v3rt1g0
Date: 2007-01-09 01:51:32 +0100 (Tue, 09 Jan 2007)
New Revision: 22891

Added:
   moonbase/trunk/gnome2/core/gtk-engines2/BUILD
Modified:
   moonbase/trunk/gnome2/core/gtk-engines2/DETAILS
Log:
  Module Version Bump: gtk-engines2 (2.9.0 -> 2.9.1)

   * new GTK+-2 engine based on lua (it uses an internal copy of
     lua, no external depends needed).
   * improvements to the ClearLooks glossy style
   * other misc bugfixes for ClearLooks
   * Adding in support for animation in gtk engines.  The user
     still has to enable it in the supporting theme's gtkrc file,
     this just makes it possible.  I've had this locally for quite
     a while now, kept forgetting to add it.

  compiled/tested: gcc-3.4.6 | glibc-2.3.6 | kernel headers 2.6.x


Added: moonbase/trunk/gnome2/core/gtk-engines2/BUILD
===================================================================
--- moonbase/trunk/gnome2/core/gtk-engines2/BUILD	                        (rev 0)
+++ moonbase/trunk/gnome2/core/gtk-engines2/BUILD	2007-01-09 00:51:32 UTC (rev 22891)
@@ -0,0 +1,11 @@
+(
+
+  # 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="$OPTS  --enable-animation  --enable-lua"
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnome2/core/gtk-engines2/DETAILS
===================================================================
--- moonbase/trunk/gnome2/core/gtk-engines2/DETAILS	2007-01-08 23:41:00 UTC (rev 22890)
+++ moonbase/trunk/gnome2/core/gtk-engines2/DETAILS	2007-01-09 00:51:32 UTC (rev 22891)
@@ -1,12 +1,12 @@
           MODULE=gtk-engines2
-         VERSION=2.9.0
+         VERSION=2.9.1
           SOURCE=gtk-engines-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtk-engines-$VERSION
       SOURCE_URL=$GNOME_URL/sources/gtk-engines/2.9/
-      SOURCE_VFY=sha1:cfbeb79c6d5f7b84001df4318dd2922ba259c880
+      SOURCE_VFY=sha1:6aeba9bc301a7e48d16743734cffe8383d59e62f
         WEB_SITE=http://www.gtk.org/
          ENTERED=20020714
-         UPDATED=20070102
+         UPDATED=20070108
            SHORT="Theme engines for GTK+-2"
 
 cat << EOF



More information about the Lunar-commits mailing list