[Lunar-commits] <moonbase> obmenu: First version.

Duncan Gibson engelsman at lunar-linux.org
Sun Feb 20 15:27:11 CET 2011


commit dc198d7cdc597d8aa7b1ee2008dfc4ecce20dffe
Author: aGaTHoS <agathos at fobos.org>
Date:   Sun Feb 20 15:27:11 2011 +0100

    obmenu: First version.
    
    Note: downloads,compiles,installs OK, but untested - engelsman
---
 zbeta/obmenu/BUILD   |    6 ++++++
 zbeta/obmenu/DEPENDS |    3 +++
 zbeta/obmenu/DETAILS |   18 ++++++++++++++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/zbeta/obmenu/BUILD b/zbeta/obmenu/BUILD
new file mode 100644
index 0000000..33510d7
--- /dev/null
+++ b/zbeta/obmenu/BUILD
@@ -0,0 +1,6 @@
+(
+   python setup.py build &&
+   prepare_install &&
+   python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/obmenu/DEPENDS b/zbeta/obmenu/DEPENDS
new file mode 100644
index 0000000..5389001
--- /dev/null
+++ b/zbeta/obmenu/DEPENDS
@@ -0,0 +1,3 @@
+depends Python
+depends libglade
+depends pygtk
diff --git a/zbeta/obmenu/DETAILS b/zbeta/obmenu/DETAILS
new file mode 100644
index 0000000..f2df9d0
--- /dev/null
+++ b/zbeta/obmenu/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=obmenu
+         VERSION=1.0
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://prdownloads.sourceforge.net/obmenu/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:7b638d5309ca463980782c60d94e76f02565b596
+        WEB_SITE="http://obmenu.sf.net"
+         ENTERED=20110214
+         UPDATED=20110214
+           SHORT="A menu editor designed for openbox."
+cat <<EOF
+Obmenu is a menu editor designed for openbox. It's easy to use,
+allowing to get the most out of the powerful Openbox menu system,
+while hiding the xml layout from the user.  It also (optionally)
+installs a bunch of dynamic menus (pipe menus), such as Gnome menus
+or a quick-navigator.  You can also use the obxml module to easily
+write pipe menus of your own in Python.
+EOF


More information about the Lunar-commits mailing list