MGlolenstine / gtk4-cross

A Docker container for cross-compiling gtk4 programs to Windows.
58 stars 12 forks source link

Add support for gtksourceview5 #24

Closed Stefan99353 closed 1 year ago

Stefan99353 commented 1 year ago

Since Fedora does not have gtksourceview5 in its repos it needs to be compiled. I could not get that to work, but also could not try for very loing.

MGlolenstine commented 1 year ago

Fedora 35 does seem to package gtksourceview5, admittedly not in the official repositories, but in the Updates one. To install it, you could add the repository to your docker image and install the package or the RPM from here.

The gtk4-cross images will be updated to Fedora 37 shortly and should add gtksourceview5 to the official repositories, removing this overhead.