[Lunar-commits] r26930 - moonbase/trunk/libs/openMotif

Moritz Heiber moe at lunar-linux.org
Mon Nov 26 16:21:41 CET 2007


Author: moe
Date: 2007-11-26 16:21:41 +0100 (Mon, 26 Nov 2007)
New Revision: 26930

Added:
   moonbase/trunk/libs/openMotif/CONFIGURE
Modified:
   moonbase/trunk/libs/openMotif/BUILD
   moonbase/trunk/libs/openMotif/DETAILS
Log:
A little patch to disable the demos and minor BUILD tweaks



Modified: moonbase/trunk/libs/openMotif/BUILD
===================================================================
--- moonbase/trunk/libs/openMotif/BUILD	2007-11-26 14:47:24 UTC (rev 26929)
+++ moonbase/trunk/libs/openMotif/BUILD	2007-11-26 15:21:41 UTC (rev 26930)
@@ -1,12 +1,13 @@
 (
 
-  OPTS="$OPTS --x-libraries=/usr/lib/xorg --prefix=/usr/X11R6 --sysconfdir=/etc --enable-jpeg \
-              --enable-png --with-x --enable-xft --x-includes=/usr/include/X11"
+  if [ "$INSTALL_DEMOS" == "n" ] ; then
+    patch_it $SOURCE2 0
+  fi &&
 
+  OPTS="$OPTS --x-libraries=/usr/lib/xorg --prefix=/usr --sysconfdir=/etc \
+              --enable-jpeg --enable-png --enable-themes --with-x --enable-xft \
+              --x-includes=/usr/include/X11"
+
   default_build
 
- # We need to create this symlink. Attention on upgrades!
- # Version number may change!
- # ln -sf /usr/X11R6/lib/libXm.so.3.0.2 /usr/X11R6/lib/libXm.so.2
-
 ) > $C_FIFO 2>&1

Added: moonbase/trunk/libs/openMotif/CONFIGURE
===================================================================
--- moonbase/trunk/libs/openMotif/CONFIGURE	                        (rev 0)
+++ moonbase/trunk/libs/openMotif/CONFIGURE	2007-11-26 15:21:41 UTC (rev 26930)
@@ -0,0 +1 @@
+mquery INSTALL_DEMOS "Compile and install Motif demos?" n

Modified: moonbase/trunk/libs/openMotif/DETAILS
===================================================================
--- moonbase/trunk/libs/openMotif/DETAILS	2007-11-26 14:47:24 UTC (rev 26929)
+++ moonbase/trunk/libs/openMotif/DETAILS	2007-11-26 15:21:41 UTC (rev 26930)
@@ -1,9 +1,11 @@
           MODULE=openMotif
          VERSION=2.3.0
           SOURCE=openmotif-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-makefile-no-demos.patch
    SOURCE_URL[0]=ftp://ftp.ics.com/openmotif/2.3/2.3.0/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/openmotif-$VERSION
       SOURCE_VFY=sha1:efb5f5fdc4cc43ef6065594f4ebe98953b7af15e
+     SOURCE2_VFY=sha1:32269c255330a0a1e0c52becb339feaa499df4a0
         WEB_SITE=http://www.motifzone.net/
          ENTERED=20021007
          UPDATED=20071102



More information about the Lunar-commits mailing list