Opened 13 years ago
Closed 6 years ago
#31951 closed enhancement (fixed)
geany: +bundle variant
Reported by: | rudloff@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | geany |
Description
This patch adds a bundle variant that creates an application bundle in /Applications/MacPorts/.
Attachments (6)
Change History (12)
Changed 13 years ago by rudloff@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Keywords: | tiger removed |
Summary: | [geany] +bundle variant → geany: +bundle variant |
Why should this be a variant? Why not just always do this?
Where are the files PkgInfo, Info.plist, geany.icns and launch that the variant references?
Why does the variant override the destroot phase? Why not a post-destroot block that appends to the existing destroot phase?
Could the app portgroup help simply this any?
Finally, however, geany is a gtk app, which usually means it's X11, and X11 apps don't lend themselves to having application bundles.
Changed 13 years ago by rudloff@…
Changed 13 years ago by rudloff@…
Attachment: | Geany.icns added |
---|
Changed 13 years ago by rudloff@…
Attachment: | Info.plist added |
---|
comment:2 Changed 13 years ago by rudloff@…
- Because people with gtk+x11 won't need the bundle.
- Here they are.
- I thought the kind of people that want a bundle does not want the command line version but I may be wrong.
- I did not know such a port existed. I will have a look at it.
- Some people have gtk+quartz and it is not very user-friendly to launch your app with the terminal.
comment:3 Changed 13 years ago by rudloff@…
Here is a new patch, that uses the portgroup. The launch script is necessary in order to avoid "Unknown option: -psn_" errors.
Again, I know most users use GTK apps with X11, but I personnaly use it with gtk-quartz-engine, so having a bundle is nice.
comment:4 Changed 6 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to kiarash@… |
---|---|
Status: | new → assigned |
comment:5 Changed 6 years ago by mf2k (Frank Schima)
Owner: | kiarash@… deleted |
---|---|
Version: | 2.0.3 |
See #57151.
comment:6 Changed 6 years ago by mf2k (Frank Schima)
Owner: | set to mf2k |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Patch