-
Notifications
You must be signed in to change notification settings - Fork 26
Ubuntu Packaging
Luke Horwell edited this page Mar 24, 2024
·
1 revision
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.
Release | GTK Version | Branch |
---|---|---|
20.04 LTS | 3.24.20 | backport_ubuntu_focal_3.24.20 |
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.