Package Details: qgis-git 3.99_master.r88828.1cdf1d72b8a-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: 17
Popularity: 0.000000
First Submitted: 2015-08-20 03:06 (UTC)
Last Updated: 2024-11-24 12:12 (UTC)

Dependencies (43)

Required by (3)

Sources (1)

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 .. 12 Next › Last »

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.

okanisis commented on 2024-01-01 22:03 (UTC)

@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.

qs9rx commented on 2023-09-10 10:53 (UTC)

Dropped the patches as it compiled fine for me with exiv2 0.28.0-3 and protobuf 24.2-1.

qs9rx commented on 2023-07-07 11:10 (UTC)

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 keepingqgis-gitinstallable next toqgis` 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.

qs9rx commented on 2022-05-20 18:56 (UTC)

Very nice, thank you! I switched this package to sip-65 for now.

buzo commented on 2022-05-16 13:16 (UTC)

I have created the AUR package sip-65 to fix qgis-ltr. It could be useful here, too. :)

qs9rx commented on 2022-05-08 14:32 (UTC)

Needs sip<=6.5.1 until https://www.riverbankcomputing.com/pipermail/pyqt/2022-April/044584.html is fixed.

qs9rx commented on 2022-04-14 16:54 (UTC)

@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. :)

MarsSeed commented on 2022-04-11 10:46 (UTC)

@qs9rx, why don't you create an AUR/pdal-qgis-git package?

AUR is meant for user-side automated build and update, not for forcing users to edit PKGBUILDs and build manually.

So it would seem the logical and convenient solution for me to create that new package and make qgis-git depend on that.