Path to this page:
./
wip/obmenu,
Openbox menu editor
Branch: CURRENT,
Version: 1.0,
Package name: obmenu-1.0,
Maintainer: ccatrianObmenu 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.
Required to run:[
x11/py-gtk2] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 039d82e7e59eed951397def51c0068099b2738f8
Filesize: 25.757 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2012-10-03 23:32:45 by Aleksej Saushev | Files touched by this commit (49) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-04-22 18:47:10 by othyro | Files touched by this commit (1) |
Log message:
Clarified LICENSE.
Glad to find this already in wip :)
|
2010-01-06 17:52:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Doesn't start with python26:
Traceback (most recent call last):
File "/usr/pkg/bin/obmenu", line 582, in <module>
app.init()
File "/usr/pkg/bin/obmenu", line 575, in init
self.createTree(None, None)
File "/usr/pkg/bin/obmenu", line 41, in createTree
if self.menu.getMenu(it["id"]) and it["action"] == \
"":
File "/usr/pkg/lib/python2.6/site-packages/obxml.py", line 340, in \
getMenu
d = self._get_item_props(i)
File "/usr/pkg/lib/python2.6/site-packages/obxml.py", line 117, in \
_get_item_props
accion = it.attributes["name"].nodeValue
File "/usr/pkg/lib/python2.6/site-packages/_xmlplus/dom/minidom.py", \
line 532, in __getitem__
return self._attrs[attname_or_tuple]
KeyError: 'name'
|
2010-01-01 13:13:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add missing file to PLIST.
|
2009-12-27 05:01:38 by César Catrián C. | Files touched by this commit (4) | |
Log message:
Import obmenu-1.0 as wip/obmenu.
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.
|