Package Details: qgis-git 4.99_master.r95470.c4b875028a6-1

Git Clone URL: https://aur.archlinux.org/qgis-git.git (read-only, click to copy)
Package Base: qgis-git
Description: Geographic Information System (GIS) that supports vector, raster & database formats - Development master
Upstream URL: http://qgis.org/
Keywords: GIS Qt5
Licenses: GPL
Provides: qgis
Submitter: okanisis
Maintainer: gaelic (Fincer, qs9rx)
Last Packager: qs9rx
Votes: 19
Popularity: 0.33
First Submitted: 2015-08-20 03:06 (UTC)
Last Updated: 2026-02-04 18:40 (UTC)

Pinned Comments

gaelic commented on 2017-03-06 20:58 (UTC) (edited on 2018-07-22 09:39 (UTC) by gaelic)

Please note:

This is the master branch of qgis (3.30) which may not be able to compile because of upstream problems or rapid changes in dependencies.

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

kmpm commented on 2026-02-16 19:45 (UTC)

draco, qt6-multimedia, qt6-svg, qtkeychain-qt6 seems to be missing (or having qt5 version) from depends

As for fiddling with icons and stuff. It would be great to be able to have both qgis and qgis-git installed at the same time, and be able to tell them apart.

I'm messing about with a version of qgis-git in https://codeberg.org/kmpm/aur-qgis-git if you want to have a look at some work in progress :)

qs9rx commented on 2026-02-04 18:43 (UTC)

I have pushed a fairly big update where I fixed the build and removed non-standard flags. This means QGIS Server and the QtQuick things are not included anymore. I think this package should not have its own opinions about what to build, but stay close to upstream defaults.

If someone has opinions about all the fiddling with icons and mime types, I'd appreciate input.

qs9rx commented on 2025-12-30 15:04 (UTC)

Cheers! I pushed a new "4.99" PKGBUILD that should use Qt6. This compiled fine here but I could imagine dependencies missing in the file. If errors occur I would be highly appreciative of help.

markstos commented on 2025-12-30 12:41 (UTC)

QGIS git master has now switched to QT6 as a dependency. That can be confirmed here, from the INSTALL file on the master branch:

https://github.com/qgis/QGIS/blob/master/INSTALL.md

The #1 build dependency is "Qt >= 6.6.0"

hadallen commented on 2025-10-28 16:48 (UTC)

having issues building with boost 1.89: /usr/bin/ld: warning: libboost_serialization.so.1.88.0, needed by /usr/lib/libSFCGAL.so.2, not found

not sure if there is a workaround. trying to figure it out, will update if found

qs9rx commented on 2025-05-07 19:45 (UTC)

Yes, with QGIS 4.0 in October.

This package will keep tracking standard git master and that is currently 3.42 where Qt5 is still the standard.

As I said, feel welcome to make a Qt6 fork :)

Xavier commented on 2025-05-07 17:00 (UTC)

@qs9rx right now it is official, QGIS 4.0 will be Qt6-only: https://blog.qgis.org/2025/04/17/qgis-is-moving-to-qt6-and-launching-qgis-4-0/

qs9rx commented on 2025-01-25 12:34 (UTC)

I have removed python-future and tested successfully, thanks for the notice!

I will not change this package to Qt 6 until QGIS officially switches (planned for autumn/winter 2025). Feel welcome to fork this into qgis-qt6-git or something.

dreieck commented on 2025-01-11 15:55 (UTC)

If possible, please remove the dependency on python-furure/ make the package working without python-future:

WARNING: python-future package is not compatible with Python 3.13

The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).

That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.

If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.

Regards and thanks for this package!

Xavier commented on 2024-11-29 19:39 (UTC) (edited on 2024-11-29 19:41 (UTC) by Xavier)

Hi @gaelic, @qs9rx and @fincer thanks for maintenance this package, It would be great to take advantage of this git version to test Qgis with QT 6, Qgis >= 3.40 is ready to compile on Qt 6 and I really want to test Qgis with Qt 6 and also for testing and fix my Qgis plugins with it.