[MacPorts] #40110: app portgroup have x11 application not bounce indefinitely
MacPorts
noreply at macports.org
Wed Dec 4 07:27:44 PST 2013
#40110: app portgroup have x11 application not bounce indefinitely
--------------------------+--------------------------
Reporter: elelay@… | Owner: ryandesign@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: | Keywords:
Port: |
--------------------------+--------------------------
Comment (by ctreleaven@…):
Proposal: extend app port group to add 'app.behaviour' . Default would
be as now, 'agent' would add "<key>LSUIElement</key><string>1</string>" as
above. Ref:
https://developer.apple.com/library/mac/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/20001431-108256
Other app.behaviour values could be added as/when needs identified.
Should be transparent to existing use of the portgroup.
Incidentally, I think the reinplace should have a return between the plist
elements, ala
{{{
reinplace -E
{s|(<string>APPL</string>)|\1\r<key>LSUIElement</key><string>1</string>|}
\
${destroot}${applications_dir}/${app.name}/Contents/Info.plist
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40110#comment:6>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list