Opened 10 months ago

Closed 9 months ago

#67923 closed enhancement (fixed)

gtk4 @4.10.4: add broadway variant

Reported by: diogob003 (Diogo) Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: gtk3 gtk4

Description

I'm suggesting add a new variant ​broadway to gtk3 and gtk4.

Tell me what do you think?

I need this to build some things, specially ​Cambalache (an alternative to Glade that works with gtk4). No additional dependencies is required and there are no conflicts.

It's just add this to gtk4 Portfile

variant broadway description {Enable the broadway (HTML5) gdk backend} {
    configure.args-append   -Dbroadway-backend=true
}

And add this to gtk3 Portfile

variant broadway description {Enable the broadway (HTML5) gdk backend} {
    configure.args-append   -Dbroadway_backend=true
}

Change History (3)

comment:1 Changed 10 months ago by mascguy (Christopher Nielsen)

Owner: set to mascguy
Port: gtk3 added
Status: newassigned

comment:2 Changed 9 months ago by diogob003 (Diogo)

In 0c8486132d7745abed29490ffcaaf7172d966e3c/macports-ports (master):

gtk3, gtk4: Add broadway variant

See #67923

comment:3 in reply to:  2 Changed 9 months ago by mascguy (Christopher Nielsen)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.