Opened 8 years ago
Closed 8 years ago
#51449 closed update (fixed)
Update gtk-mac-bundler from 0.7.3 to 0.7.4 - make gtk3-demo work
Reported by: | fredowski | Owned by: | gellule.xg@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | nerdling (Jeremy Lavergne) |
Port: | gtk-mac-bundler |
Description (last modified by mf2k (Frank Schima))
There is a new version 0.7.4 of gtk-mac-bundler in upstream. I updated the portfile to use the new upstream version.
I tried to create an app bundle for the gtk3-demo that is part of the examples. I tried to create the example directly from the macports installation without the jhbuild environment. For this purpose I added
- a patch to add the changes between 0.7.4 to the git version from February 2016
- a patch for bundler.py for the charset.alias as in the previous macports version
- a patch for examples/gtk3-demo.bundle to produce the bundle from macports
- a patch for examples/gtk3-launcher.sh to start the application.
- a change in the portfile to copy the examples to /opt/local/share/gtk-mac-bundler/examples
- a change in the portfile to modify the prefix in examples/gtk3-demo.bundle
With these changes I can produce the gtk3-demo application directly from the macports environment via
gtk-mac-bundler /opt/local/share/gtk-mac-bundler/examples/gtk3-demo.bundle
Attachments (5)
Change History (12)
Changed 8 years ago by fredowski
Attachment: | patch-0.7.4-to-24Feb2016.diff added |
---|
Changed 8 years ago by fredowski
Attachment: | patch-bundler_py.diff added |
---|
Changed 8 years ago by fredowski
Attachment: | patch-gtk3-demo-bundle.diff added |
---|
comment:1 follow-up: 3 Changed 8 years ago by mf2k (Frank Schima)
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Version: | 2.3.4 |
Changed 8 years ago by fredowski
Attachment: | portfile.diff added |
---|
comment:3 Changed 8 years ago by fredowski
Replying to mf2k@…:
Some comments:
- Based on the keywords, you are claiming to be a maintainer for this port, but your email does match the maintainer email. Are you the same person?
No, sorry I just copied the keywords from the previous update bug. I am not the maintainer.
- The
revision
line should be deleted because it starts at 0 when increasing the version and that is the default value.
I deleted the revision line and uploaded a new portfile.diff
Thanks for the hints!
comment:4 Changed 8 years ago by mf2k (Frank Schima)
Cc: | gellule.xg@… removed |
---|---|
Keywords: | maintainer removed |
Owner: | changed from macports-tickets@… to gellule.xg@… |
OK, thanks!
Changed 8 years ago by fredowski
Attachment: | patch-gtk3-launcher.diff added |
---|
comment:5 Changed 8 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… added |
---|
Maintainer timeout.
Updated in r148965.
comment:7 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thank you for the patch.
Some comments:
revision
line should be deleted because it starts at 0 when increasing the version and that is the default value.