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.
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: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-20 03:06 (UTC) |
Last Updated: | 2025-01-24 21:35 (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.
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!
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.
@qs9rx
i maintained this package a while ago, and had it compiled side by side with stable qgis back then. there are some old PKGBUILDs in the revision history here that may be of interest to you, notably using RPATH in the pkgbuild.
Dropped the patches as it compiled fine for me with exiv2 0.28.0-3
and protobuf 24.2-1
.
I tried to harmonize this package with the main qgis package https://gitlab.archlinux.org/archlinux/packaging/packages/qgis but I am getting out of my league and would appreciate some help keeping
qgis-gitinstallable next to
qgis` without conflicts:
-DBINDINGS_GLOBAL_INSTALL=FALSE
leads to the "qgis
" python module installed to /opt/qgis-git/share/qgis/python/qgis
so there are no conflicts with the /usr/lib/python*/site-packages/qgis
module by the qgis
package.
(TBH I am not sure that is even correct and fully referenced by the resulting QGIS package.)
But if we also enable -DWITH_CUSTOM_WIDGETS=TRUE
there are still two conflicts:
- qgis-git: /usr/lib/python3.11/site-packages/PyQt5/uic/widget-plugins/qgis_customwidgets.py exists in filesystem (owned by qgis)
- qgis-git: /usr/lib/qt/plugins/designer/libqgis_customwidgets.so exists in filesystem (owned by qgis)
Any idea how to solve that? It would be great if this package also had the custom widgets usable in an easy way.
Else I will probably set conflicts=(qgis)
in the future and stop all the special treatment in this package.
For now I have removed the -DWITH_CUSTOM_WIDGETS=TRUE
option so the package does not build those, just like before.
Very nice, thank you! I switched this package to sip-65 for now.
Needs sip<=6.5.1 until https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044584.html is fixed.
@MarsSeed: Work is hard and I don't have unlimited time or energy. Sorry!
Anyways, it turns out that a) I meant untwine-git, not pdal-git and b) untwine comes bundled as a copy with the QGIS repo and is build by default so the package works just fine already. :)
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.