[Lunar-commits] r21578 - in moonbase/branches/crater/xgl: . beryl-core beryl-manager beryl-plugins beryl-settings compiz-git emerald emerald-themes xgl-git

Samuel Verstraete elangelo at lunar-linux.org
Mon Sep 25 14:31:53 UTC 2006


Author: elangelo
Date: 2006-09-25 14:31:53 +0000 (Mon, 25 Sep 2006)
New Revision: 21578

Added:
   moonbase/branches/crater/xgl/beryl-core/
   moonbase/branches/crater/xgl/beryl-core/BUILD
   moonbase/branches/crater/xgl/beryl-core/DETAILS
   moonbase/branches/crater/xgl/beryl-manager/
   moonbase/branches/crater/xgl/beryl-manager/BUILD
   moonbase/branches/crater/xgl/beryl-manager/DETAILS
   moonbase/branches/crater/xgl/beryl-plugins/
   moonbase/branches/crater/xgl/beryl-plugins/BUILD
   moonbase/branches/crater/xgl/beryl-plugins/DETAILS
   moonbase/branches/crater/xgl/beryl-settings/
   moonbase/branches/crater/xgl/beryl-settings/BUILD
   moonbase/branches/crater/xgl/beryl-settings/DETAILS
   moonbase/branches/crater/xgl/compiz-git/
   moonbase/branches/crater/xgl/compiz-git/BUILD
   moonbase/branches/crater/xgl/compiz-git/CONFLICTS
   moonbase/branches/crater/xgl/compiz-git/DEPENDS
   moonbase/branches/crater/xgl/compiz-git/DETAILS
   moonbase/branches/crater/xgl/compiz-git/PRE_BUILD
   moonbase/branches/crater/xgl/emerald-themes/
   moonbase/branches/crater/xgl/emerald-themes/BUILD
   moonbase/branches/crater/xgl/emerald-themes/DETAILS
   moonbase/branches/crater/xgl/emerald/
   moonbase/branches/crater/xgl/emerald/BUILD
   moonbase/branches/crater/xgl/emerald/DETAILS
Modified:
   moonbase/branches/crater/xgl/xgl-git/DEPENDS
Log:
experimental stuff... bu nice to mess with...
gr,S.


Added: moonbase/branches/crater/xgl/beryl-core/BUILD
===================================================================
--- moonbase/branches/crater/xgl/beryl-core/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-core/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+   ./autogen.sh
+
+	 cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr --with-system-mesa=yes
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/beryl-core/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/beryl-core/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-core/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=beryl-core
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/beryl-core/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Added: moonbase/branches/crater/xgl/beryl-manager/BUILD
===================================================================
--- moonbase/branches/crater/xgl/beryl-manager/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-manager/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+#  ./autogen.sh
+
+# cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/beryl-manager/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/beryl-manager/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-manager/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=beryl-manager
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/beryl-manager/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Added: moonbase/branches/crater/xgl/beryl-plugins/BUILD
===================================================================
--- moonbase/branches/crater/xgl/beryl-plugins/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-plugins/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+  ./autogen.sh
+
+ cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/beryl-plugins/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/beryl-plugins/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-plugins/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=beryl-plugins
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/beryl-plugins/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Added: moonbase/branches/crater/xgl/beryl-settings/BUILD
===================================================================
--- moonbase/branches/crater/xgl/beryl-settings/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-settings/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+  ./autogen.sh
+
+ cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/beryl-settings/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/beryl-settings/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/beryl-settings/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=beryl-settings
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/beryl-settings/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Added: moonbase/branches/crater/xgl/compiz-git/BUILD
===================================================================
--- moonbase/branches/crater/xgl/compiz-git/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/compiz-git/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+(
+  . /etc/profile.d/x11r7.rc &&
+
+   ./autogen.sh --build=$BUILD					\
+                --prefix=${X11R7_PREFIX:-/usr}	\
+		            --with-gl-libs="/usr/lib/libGL.la -pthread -ldrm" \
+                $OPTS                                           &&
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/compiz-git/CONFLICTS
===================================================================
--- moonbase/branches/crater/xgl/compiz-git/CONFLICTS	                        (rev 0)
+++ moonbase/branches/crater/xgl/compiz-git/CONFLICTS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,6 @@
+conflicts XOrg  &&
+conflicts XOrg-test &&
+conflicts XOrg-fonts-base &&
+conflicts XOrg-fonts-extra &&
+conflicts XOrg-drm &&
+conflicts XOrg-drm-cvs

Added: moonbase/branches/crater/xgl/compiz-git/DEPENDS
===================================================================
--- moonbase/branches/crater/xgl/compiz-git/DEPENDS	                        (rev 0)
+++ moonbase/branches/crater/xgl/compiz-git/DEPENDS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,4 @@
+depends control-center2	&&
+depends XOrg7	&&
+depends glitz-cvs	&&
+depends	mesa-cvs

Added: moonbase/branches/crater/xgl/compiz-git/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/compiz-git/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/compiz-git/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,15 @@
+          MODULE=compiz-git
+             MOD=compiz
+         VERSION=git
+          SOURCE=$MOD.tar.bz2
+				SOURCE2=Mesa.tar.bz2
+      SOURCE_URL=git://anongit.freedesktop.org/xorg/app/compiz  
+     SOURCE2_URL=cvs://:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa:Mesa
+        WEB_SITE=http://www.freedesktop.org/wiki/Software/Xgl
+         ENTERED=20060531
+         UPDATED=`date -u +%Y%m%d`
+           SHORT="Compiz-cvs"
+
+cat << EOF
+Compiz-cvs
+EOF

Added: moonbase/branches/crater/xgl/compiz-git/PRE_BUILD
===================================================================
--- moonbase/branches/crater/xgl/compiz-git/PRE_BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/compiz-git/PRE_BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,4 @@
+default_pre_build   &&
+cd $BUILD_DIRECTORY   &&
+unpack $SOURCE2         
+

Added: moonbase/branches/crater/xgl/emerald/BUILD
===================================================================
--- moonbase/branches/crater/xgl/emerald/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/emerald/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+#  ./autogen.sh
+
+# cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/emerald/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/emerald/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/emerald/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=emerald
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/emerald/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Added: moonbase/branches/crater/xgl/emerald-themes/BUILD
===================================================================
--- moonbase/branches/crater/xgl/emerald-themes/BUILD	                        (rev 0)
+++ moonbase/branches/crater/xgl/emerald-themes/BUILD	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,12 @@
+( 
+
+#  ./autogen.sh
+
+# cp config.h.in "[config.h].in"
+
+	 ./autogen.sh --prefix=/usr
+
+   default_make
+
+
+) > $C_FIFO 2>&1

Added: moonbase/branches/crater/xgl/emerald-themes/DETAILS
===================================================================
--- moonbase/branches/crater/xgl/emerald-themes/DETAILS	                        (rev 0)
+++ moonbase/branches/crater/xgl/emerald-themes/DETAILS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -0,0 +1,10 @@
+MODULE=emerald-themes
+VERSION=svn
+SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_URL=svn://metascape.afraid.org/svnroot/beryl/emerald-themes/trunk
+WEB_SITE=http://forum.beryl-project.org
+ENTERED=20060925
+UPDATED=20060925
+SHORT="compiz without gnome dependencies"
+ cat<<EOF
+ EOF

Modified: moonbase/branches/crater/xgl/xgl-git/DEPENDS
===================================================================
--- moonbase/branches/crater/xgl/xgl-git/DEPENDS	2006-09-25 14:30:52 UTC (rev 21577)
+++ moonbase/branches/crater/xgl/xgl-git/DEPENDS	2006-09-25 14:31:53 UTC (rev 21578)
@@ -1,4 +1,4 @@
 depends XOrg7		&&
 depends util-macros	&&
-depends compiz-cvs	&&
+depends compiz-git	&&
 depends glitz-cvs	



More information about the Lunar-commits mailing list