-
Notifications
You must be signed in to change notification settings - Fork 25
Ubuntu Packaging
Due to the complexity, high effort and low user base, packages for Ubuntu have been discontinued.
Existing packages will continue to work, but may be replaced by normal GTK 3 packages if/when there's a GTK 3 security update, due to how the packages are versioned.
Packaging for Ubuntu is performed using the ./scripts/create-ubuntu-package.sh
script. This will retrieve the latest gtk+3.0
source package, apply our patches and create a source package that is uploaded to Launchpad for a PPA.
Note that Launchpad is required as a binary package may not build locally. If you can improve the script to build locally, please send us a pull request!
Release | GTK Version | Branch/Tag |
---|---|---|
20.04 LTS | 3.24.20 | 3.24.20-ubuntu20.04 |
21.10 | 3.24.30 | master |
22.04 LTS | 3.24.30 | master |
24.04 LTS | 3.24.41 | master |
For 20.04 LTS: Due to differences in GTK versions, a couple of patches needed amending. A branch was created for these changes and fix a build problem. The branch was deleted in favour of a tag, if you want to browse the files from that point.