[Lunar-commits] r24824 - moonbase/trunk/x11-utils/mailwatch

Dennis Veatch stumbles at lunar-linux.org
Wed Jun 13 01:29:12 CEST 2007


Author: stumbles
Date: 2007-06-13 01:29:12 +0200 (Wed, 13 Jun 2007)
New Revision: 24824

Removed:
   moonbase/trunk/x11-utils/mailwatch/mailwatch-paths.patch
Modified:
   moonbase/trunk/x11-utils/mailwatch/BUILD
   moonbase/trunk/x11-utils/mailwatch/DETAILS
Log:

fixed


Modified: moonbase/trunk/x11-utils/mailwatch/BUILD
===================================================================
--- moonbase/trunk/x11-utils/mailwatch/BUILD	2007-06-12 23:20:45 UTC (rev 24823)
+++ moonbase/trunk/x11-utils/mailwatch/BUILD	2007-06-12 23:29:12 UTC (rev 24824)
@@ -1,8 +1,9 @@
 (
 
-cat $SCRIPT_DIRECTORY/mailwatch-paths.patch | patch -p1                && 
-make                                                                   &&
-prepare_install                                                        &&
-make install
+  cat $SOURCE_CACHE/$SOURCE2 | patch -p1  &&
 
+  make             &&
+  prepare_install  &&
+  make install
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-utils/mailwatch/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/mailwatch/DETAILS	2007-06-12 23:20:45 UTC (rev 24823)
+++ moonbase/trunk/x11-utils/mailwatch/DETAILS	2007-06-12 23:29:12 UTC (rev 24824)
@@ -1,15 +1,21 @@
-           MODULE=mailwatch
-          VERSION=2.4.2
-          #VERSION=0.7.2
+          MODULE=mailwatch
+         VERSION=2.4.2
           SOURCE=gkrellm-$MODULE-$VERSION.tar.gz
+         SOURCE2=mailwatch-2.4.2.Makefile.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/gkrellm-$MODULE
    SOURCE_URL[0]=http://gkrellm.luon.net/files/
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:a33a4b9745c4588720214e1cc01ee8c4c4667f93
+     SOURCE2_VFY=sha1:992b9554d3fd1d448d956b543b085d6239adf152
         WEB_SITE=http://gkrellm.luon.net/mailwatch.phtml
          ENTERED=20020429
          UPDATED=20030730
            SHORT="monitors most used mailboxes seperately"
 cat << EOF
-
-While GKrellM has a mail monitor of it's own, you have only one counter.. with this plugin you can setup extra counters for your mailboxes. I use GKrellM's own monitor for a total new mail count (and the cool animation).. The plugin monitors my most used mailboxes seperately. You can see it in the screenshot next to this, it's under GKrellM own mailbox monitor. 
-
+While GKrellM has a mail monitor of it's own, you have only one
+counter.. with this plugin you can setup extra counters for your
+mailboxes. I use GKrellM's own monitor for a total new mail count
+(and the cool animation).. The plugin monitors my most used
+mailboxes seperately. You can see it in the screenshot next to
+this, it's under GKrellM own mailbox monitor.
 EOF

Deleted: moonbase/trunk/x11-utils/mailwatch/mailwatch-paths.patch



More information about the Lunar-commits mailing list