[Lunar-commits] r14913 - moonbase/trunk/x11-utils/MenuMaker

Florin Braescu florin at lunar-linux.org
Sun May 22 12:51:13 UTC 2005


Author: florin
Date: 2005-05-22 12:51:11 +0000 (Sun, 22 May 2005)
New Revision: 14913

Modified:
   moonbase/trunk/x11-utils/MenuMaker/BUILD
   moonbase/trunk/x11-utils/MenuMaker/DETAILS
Log:
bump the version from 0.17 to 0.99.1.

Modified: moonbase/trunk/x11-utils/MenuMaker/BUILD
===================================================================
--- moonbase/trunk/x11-utils/MenuMaker/BUILD	2005-05-22 12:35:42 UTC (rev 14912)
+++ moonbase/trunk/x11-utils/MenuMaker/BUILD	2005-05-22 12:51:11 UTC (rev 14913)
@@ -1,10 +1,10 @@
 (
-cd $BUILD_DIRECTORY               &&
-unpack $SOURCE                    &&
-cd $SOURCE_DIRECTORY              &&
-prepare_install                   &&
-./setup.py install                &&
-mkdir -p /usr/share/doc/MenuMaker &&
-cp $MOONBASE/x11-utils/MenuMaker/menu2-howto.txt /usr/share/doc/MenuMaker/
+  cd $BUILD_DIRECTORY                &&
+  unpack $SOURCE                     &&
+  cd $SOURCE_DIRECTORY               &&
+  prepare_install                    &&
+  ./setup.py install                 &&
+  mkdir -p /usr/share/doc/MenuMaker  &&
+  cp $MOONBASE/x11-utils/MenuMaker/menu2-howto.txt /usr/share/doc/MenuMaker/
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-utils/MenuMaker/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/MenuMaker/DETAILS	2005-05-22 12:35:42 UTC (rev 14912)
+++ moonbase/trunk/x11-utils/MenuMaker/DETAILS	2005-05-22 12:51:11 UTC (rev 14913)
@@ -1,20 +1,27 @@
           MODULE=MenuMaker
-         VERSION=0.17
+         VERSION=0.99.1
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/menumaker/
-       SOURCE_VFY=md5:a572a705f056ede62a736cfb4c51b02e
+   SOURCE_URL=$SFORGE_URL/menumaker/
+       SOURCE_VFY=sha1:6f57f2dc75b95689efeaf2425829f63b4e2c5c5b
          WEBSITE=http://menumaker.sourceforge.net
          ENTERED=20030722
-         UPDATED=20040620
+         UPDATED=20050522
            SHORT="generate menus for supported X window managers"
 
 cat << EOF
-MenuMaker is utility written in Python that is capable of finding installed programs and generating menus for several supported X window managers. It is basically a frontend to library Prophet (currently shipped with MenuMaker) - very powerful heuristics-driven resource locator.
-
+MenuMaker is utility written in Python that is capable of finding 
+installed programs and generating menus for several supported X 
+window managers. It is basically a frontend to library Prophet 
+(currently shipped with MenuMaker) - very powerful heuristics-driven 
+resource locator.
 It features:
-
-    * Large knowledge base (KB) - currently over 500 programs are recognized, 200+ of them are X11-aware - potentional candidates for inclusion into window manager menu.
-    * Sophisticated search algorithms - since each KB entry is actually Python class, search algorithm's complexity is limited by nothing.
-    * Unique Active Menus feature - dynamic menu regeneration with KDE-style Most Actively Used entries on almost every supported window manager.
-    * Ease of use - just a single program call might create menus for several window managers at once.
+    * Large knowledge base (KB) - currently over 500 programs are 
+      recognized, 200+ of them are X11-aware - potentional candidates for 
+      inclusion into window manager menu.
+    * Sophisticated search algorithms - since each KB entry is actually 
+      Python class, search algorithm's complexity is limited by nothing.
+    * Unique Active Menus feature - dynamic menu regeneration with KDE-style 
+      Most Actively Used entries on almost every supported window manager.
+    * Ease of use - just a single program call might create menus for several 
+      window managers at once.
 EOF



More information about the Lunar-commits mailing list