[Lunar-commits] r18891 - in moonbase/trunk/x11: . driconf

Jan Eidtmann cmak at lunar-linux.org
Sun Feb 26 17:14:36 UTC 2006


Author: cmak
Date: 2006-02-26 17:14:35 +0000 (Sun, 26 Feb 2006)
New Revision: 18891

Added:
   moonbase/trunk/x11/driconf/
   moonbase/trunk/x11/driconf/BUILD
   moonbase/trunk/x11/driconf/DEPENDS
   moonbase/trunk/x11/driconf/DETAILS
Log:
adding driconf

Added: moonbase/trunk/x11/driconf/BUILD
===================================================================
--- moonbase/trunk/x11/driconf/BUILD	                        (rev 0)
+++ moonbase/trunk/x11/driconf/BUILD	2006-02-26 17:14:35 UTC (rev 18891)
@@ -0,0 +1,7 @@
+(
+
+  sedit "s/\/local//" setup.cfg driconf &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/x11/driconf/DEPENDS
===================================================================
--- moonbase/trunk/x11/driconf/DEPENDS	                        (rev 0)
+++ moonbase/trunk/x11/driconf/DEPENDS	2006-02-26 17:14:35 UTC (rev 18891)
@@ -0,0 +1 @@
+depends pygtk2

Added: moonbase/trunk/x11/driconf/DETAILS
===================================================================
--- moonbase/trunk/x11/driconf/DETAILS	                        (rev 0)
+++ moonbase/trunk/x11/driconf/DETAILS	2006-02-26 17:14:35 UTC (rev 18891)
@@ -0,0 +1,17 @@
+          MODULE=driconf
+         VERSION=0.9.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://dri.freedesktop.org/~fxkuehl/driconf/
+      SOURCE_VFY=sha1:001484b91ef03798d305c28620857a5b21b87bf8
+        WEB_SITE=http://dri.freedesktop.org/wiki/DriConf
+         ENTERED=20060226
+         UPDATED=20060226
+           SHORT="Configuration applet for the Direct Rendering Infrastructure"
+cat << EOF
+DRIconf is a configuration applet for the Direct Rendering Infrastructure. It
+allows customizing performance and visual quality settings of OpenGL drivers on
+a per-driver, per-screen and/or per-application level.
+
+The settings are stored in system wide and per-user XML configuration files,
+which are parsed by the OpenGL drivers on startup.
+EOF



More information about the Lunar-commits mailing list