FreeBSD Bugzilla – Attachment 154409 Details for
Bug 198031
[PATCH] x11-wm/obmenu execute actions have empty command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Show command in execute actions
obmenu.diff (text/plain), 1.05 KB, created by
Horia Racoviceanu
on 2015-03-15 23:03:45 UTC
(
hide
)
Description:
Show command in execute actions
Filename:
MIME Type:
Creator:
Horia Racoviceanu
Created:
2015-03-15 23:03:45 UTC
Size:
1.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 381361) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= obmenu > PORTVERSION= 1.0 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= x11-wm > MASTER_SITES= SF > >@@ -12,10 +12,11 @@ > > LICENSE= GPLv2 > >-USES= python >+USES= python shebangfix > USE_GNOME= pygtk2 > USE_PYTHON= distutils > PYDISTUTILS_PKGNAME= obMenu >+SHEBANG_FILES= obxml.py > > PORTDOCS= README > OPTIONS_DEFINE= DOCS >@@ -25,6 +26,13 @@ > DESKTOP_ENTRIES="Obmenu" "Menu manager for Openbox" ${PORTNAME} \ > "${PORTNAME}" "Settings;" "" > >+post-patch: >+ @${REINPLACE_CMD} -e 's|itm.nodeName.lower() == "execute"|itm.nodeName.lower() == "command"|; \ >+ s|self.dom.createElement("execute")|self.dom.createElement("command")|; \ >+ s|xml.dom.minidom.Element("execute")|xml.dom.minidom.Element("command")|; \ >+ s|i.nodeName == "execute"|i.nodeName == "command"|' \ >+ ${WRKSRC}/obxml.py >+ > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
horia
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 198031
:
153519
|
154409