[QGIS-Developer] Flatpak build experiences?
Richard Duivenvoorde
rdmailings at duif.net
Fri Jun 6 04:54:22 PDT 2025
On 06-06-2025 13:01, Richard Duivenvoorde via QGIS-Developer wrote:
> Thanks! Will see if I can make the recipe build against master instead of a released source zip...
Yep, that worked, THANKS,
this now just worked to build master Qt5:
"buildsystem": "cmake-ninja",
"sources": [
{
- "type": "archive",
- "url": "https://qgis.org/downloads/qgis-3.42.3.tar.bz2",
- "sha256": "677d465a26be245a1230941f005c8e51567604dd6b42387bd41fc8b7eb7a8d3a",
- "x-checker-data": {
- "type": "anitya",
- "project-id": 5779,
- "url-template": "https://qgis.org/downloads/qgis-$version.tar.bz2",
- "stable-only": true
- }
+ "type": "git",
+ "url": "https://github.com/qgis/QGIS.git",
+ "tag": "master",
+ "commit": "2cfc3833ec6dc52fcbb01428505911c113605b31"
}
],
Now see if I can make this work for Qt6... :-)
Regards,
Richard Duivenvoorde
More information about the QGIS-Developer
mailing list