[Lunar-commits] r26225 - moonbase/trunk/x11-wm/golem

Auke Kok sofar at lunar-linux.org
Tue Oct 16 06:33:44 CEST 2007


Author: sofar
Date: 2007-10-16 06:33:44 +0200 (Tue, 16 Oct 2007)
New Revision: 26225

Added:
   moonbase/trunk/x11-wm/golem/BUILD
   moonbase/trunk/x11-wm/golem/CONFIGURE
   moonbase/trunk/x11-wm/golem/DEPENDS
Modified:
   moonbase/trunk/x11-wm/golem/DETAILS
Log:
I have followed your advice sonar, and replaced the CONFIGURED code with
mquery. I hope this time it is satisfactory.



From:  flakeroats at hotmail.com


Added: moonbase/trunk/x11-wm/golem/BUILD
===================================================================
--- moonbase/trunk/x11-wm/golem/BUILD	                        (rev 0)
+++ moonbase/trunk/x11-wm/golem/BUILD	2007-10-16 04:33:44 UTC (rev 26225)
@@ -0,0 +1,5 @@
+(
+  unset CFLAGS &&
+  unset LDFLAGS &&
+  default_build
+) > $C_FIFO 2>&1

Added: moonbase/trunk/x11-wm/golem/CONFIGURE
===================================================================
--- moonbase/trunk/x11-wm/golem/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/x11-wm/golem/CONFIGURE	2007-10-16 04:33:44 UTC (rev 26225)
@@ -0,0 +1,3 @@
+mquery GOLEM_PLUGINS "Disable golem plugins? (NOT RECOMMENDED)" n "--disable-plugins" ""
+mquery GOLEM_XINERAMA "Enable Xinerama for multiple monitors support?" n "--enable-xinerama" ""
+mquery GOLEM_I18N "Enable i18n support?" n "--enable-i18n" ""

Added: moonbase/trunk/x11-wm/golem/DEPENDS
===================================================================
--- moonbase/trunk/x11-wm/golem/DEPENDS	                        (rev 0)
+++ moonbase/trunk/x11-wm/golem/DEPENDS	2007-10-16 04:33:44 UTC (rev 26225)
@@ -0,0 +1,2 @@
+optional_depends "esound" "--enable-sound" "" "to enable sound support"
+optional_depends "dmalloc" "--enable-dmalloc" "" "to enable dmalloc debug support"

Modified: moonbase/trunk/x11-wm/golem/DETAILS
===================================================================
--- moonbase/trunk/x11-wm/golem/DETAILS	2007-10-16 04:33:25 UTC (rev 26224)
+++ moonbase/trunk/x11-wm/golem/DETAILS	2007-10-16 04:33:44 UTC (rev 26225)
@@ -1,10 +1,11 @@
-         MODULE=golem
-         VERSION=0.0.4
-          SOURCE=$MODULE-$VERSION.tar.gz
+          MODULE=golem
+         VERSION=0.0.6
+          SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:c073c260d926cbe67989d841c5a1ff8b1f59394e
         WEB_SITE=http://golem.sourceforge.net/
          ENTERED=20011211
-         UPDATED=20011211
+         UPDATED=20071015
            SHORT="X11 Window Manager."
 cat << EOF
 Golem is an X11 Window Manager. Design goals are that it be fast and



More information about the Lunar-commits mailing list