[Lunar-commits] r15973 - moonbase/trunk/utils/apmd

Terry Chan tchan at lunar-linux.org
Mon Aug 1 16:06:29 UTC 2005


Author: tchan
Date: 2005-08-01 16:06:28 +0000 (Mon, 01 Aug 2005)
New Revision: 15973

Added:
   moonbase/trunk/utils/apmd/CONFIGURE
Modified:
   moonbase/trunk/utils/apmd/BUILD
   moonbase/trunk/utils/apmd/DETAILS
Log:
Fixed this module for removing the xserver code.


Modified: moonbase/trunk/utils/apmd/BUILD
===================================================================
--- moonbase/trunk/utils/apmd/BUILD	2005-08-01 15:58:56 UTC (rev 15972)
+++ moonbase/trunk/utils/apmd/BUILD	2005-08-01 16:06:28 UTC (rev 15973)
@@ -3,8 +3,8 @@
   patch_it $SOURCE_CACHE/$SOURCE2 1 &&
   patch_it $SOURCE_CACHE/$SOURCE3 1 &&
 
-  if ! module_installed xserver ; then
-    message "xfree86 server is not installed, so xapm will not be built"
+  if [ "$USE_X11" == "n" ]; then
+    message "An X server is not installed, so xapm will not be built"
     sedit "s/apmd xapm/apmd/" Makefile
     sedit "/  xapm/d" Makefile
   fi &&

Added: moonbase/trunk/utils/apmd/CONFIGURE
===================================================================
--- moonbase/trunk/utils/apmd/CONFIGURE	2005-08-01 15:58:56 UTC (rev 15972)
+++ moonbase/trunk/utils/apmd/CONFIGURE	2005-08-01 16:06:28 UTC (rev 15973)
@@ -0,0 +1 @@
+mquery USE_X11   "Build xapmd ?" y

Modified: moonbase/trunk/utils/apmd/DETAILS
===================================================================
--- moonbase/trunk/utils/apmd/DETAILS	2005-08-01 15:58:56 UTC (rev 15972)
+++ moonbase/trunk/utils/apmd/DETAILS	2005-08-01 16:06:28 UTC (rev 15973)
@@ -1,17 +1,15 @@
           MODULE=apmd
          VERSION=3.2.1
-        #VERSION=3.0.2
           SOURCE=${MODULE}_${VERSION}.orig.tar.gz
          SOURCE2=${MODULE}_${VERSION}-4.diff.gz
          SOURCE3=$MODULE-$VERSION-Makefile.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION.orig
-   SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/apmd/
-      SOURCE_VFY=md5:99523e709f5033d3d64ad38d3954f7fc
-#  SOURCE_URL[0]=http://www.worldvisions.ca/~apenwarr/apmd/
-  SOURCE2_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/apmd/
-     SOURCE2_VFY=md5:3bec6042cc90c730209046fdc0b99ec1
+      SOURCE_URL=ftp://ftp.debian.org/debian/pool/main/a/apmd/
+      SOURCE_VFY=sha1:080502459af16cd5c6847949bd8ee26d5a187f11
+     SOURCE2_URL=ftp://ftp.debian.org/debian/pool/main/a/apmd/
+     SOURCE2_VFY=sha1:38935a54211e194101cae213860952599b81cce5
      SOURCE3_URL=$PATCH_URL/
-     SOURCE3_VFY=md5:5c6a3d9d8db1c9d01da4c438b7bfdbb0
+     SOURCE3_VFY=sha1:e2470618a7698f4435f3a9d639a1dd418ec372ac
         WEB_SITE=http://www.worldvisions.ca/~apenwarr/apmd/
          ENTERED=20020203
          UPDATED=20040317



More information about the Lunar-commits mailing list