[Lunar-commits] r23348 - in moonbase/branches/crater: . compiz

Samuel Verstraete elangelo at lunar-linux.org
Mon Feb 19 22:28:21 CET 2007


Author: elangelo
Date: 2007-02-19 22:28:20 +0100 (Mon, 19 Feb 2007)
New Revision: 23348

Added:
   moonbase/branches/crater/compiz/
   moonbase/branches/crater/compiz/DEPENDS
   moonbase/branches/crater/compiz/DETAILS
Log:
moving this here so i can work on it
gr,S.


Added: moonbase/branches/crater/compiz/DEPENDS
===================================================================
--- moonbase/branches/crater/compiz/DEPENDS	                        (rev 0)
+++ moonbase/branches/crater/compiz/DEPENDS	2007-02-19 21:28:20 UTC (rev 23348)
@@ -0,0 +1,32 @@
+optional_depends "GConf2" \
+                 ""       \
+		 "--disable-gconf" \
+		 "For configuration through the GConftool" &&
+		 
+optional_depends "dbus" \
+                 " "    \
+		 "--disable-dbus --disable-dbus-glib" \
+		 "dbus plugin" &&
+
+optional_depends "gtk+-2"  \
+                 " " \
+		 "--disable-gtk" \
+                 "gtk window decorator" &&
+
+optional_depends "metacity" \
+                 " " \
+		 "--disable-metacity" \
+		 "metacity theme support" &&
+
+optional_depends "gnome2" \
+                 " " \
+		 "--disable-gnome" \
+		 "gnome settings module" &&
+
+optional_depends "qt3" \
+                 " " \
+		 "--disable-kde" \
+		 "kde window decorator"
+
+
+

Added: moonbase/branches/crater/compiz/DETAILS
===================================================================
--- moonbase/branches/crater/compiz/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/compiz/DETAILS	2007-02-19 21:28:20 UTC (rev 23348)
@@ -0,0 +1,14 @@
+      MODULE=compiz
+     VERSION=0.3.6
+      SOURCE=$MODULE-$VERSION.tar.bz2
+  SOURCE_URL=http://xorg.freedesktop.org/archive/individual/app
+    WEB_SITE=http://www.go-compiz.org
+     ENTERED=20070219
+     UPDATED=20070219
+       SHORT="compositing window manager"
+
+cat<<EOF
+Compiz is a compositing window manager that uses 3D graphics 
+acceleration via OpenGL. It provides various new graphical effects 
+and features on any desktop environment, including Gnome and KDE.
+EOF



More information about the Lunar-commits mailing list