Opened 10 years ago
Closed 10 years ago
#45324 closed defect (fixed)
geany: change +gtk3 dependency to vte-2.90, post-activate processing
Reported by: | dbevans (David B. Evans) | Owned by: | kiarash@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | cooljeanius (Eric Gallager) |
Port: | geany |
Description
As of vte 0.38.0, vte has incremented its API version to 2.91 with many API changes. geany is not yet compatible with these changes. See upstream issue 336.
The attached patch changes the vte dependency for +gtk3 from vte to vte-2.90 which is compatible with the terminal feature of geany. In addition, post-activate processing is added that updates the desktop database and the hicolor icon cache to properly register geany and make it's icons available at run time.
Attachments (1)
Change History (3)
Changed 10 years ago by dbevans (David B. Evans)
Attachment: | patch-geany-vte-2.90.diff added |
---|
comment:2 Changed 10 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r126699, maintainer timeout.
Note: See
TracTickets for help on using
tickets.
Proposed patch for geany +gtk3 vte compatibility