about summary refs log tree commit diff
path: root/pkgs/applications/gis/qgis
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-05-20qgis-ltr: 3.34.6 -> 3.34.7Ivan Mincik1-2/+2
2024-05-20qgis: 3.36.2 -> 3.36.3Ivan Mincik1-2/+2
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar2-4/+4
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-20Merge pull request #305329 from imincik/qgis-3.36.2Ivan Mincik1-2/+2
qgis: 3.36.1 -> 3.36.2
2024-04-19qgis-ltr: 3.34.5 -> 3.34.6Ivan Mincik1-2/+2
2024-04-19qgis: 3.36.1 -> 3.36.2Ivan Mincik1-2/+2
2024-03-22Merge pull request #298094 from imincik/qgis-ltr-3.34.5Nikolay Korotkiy1-2/+2
qgis-ltr: 3.34.4 -> 3.34.5
2024-03-22qgis-ltr: 3.34.4 -> 3.34.5Ivan Mincik1-2/+2
2024-03-22qgis: 3.36.0 -> 3.36.1Ivan Mincik1-2/+2
2024-03-21Merge pull request #296119 from imincik/qgis-ltr-3.34.4Ivan Mincik2-89/+38
qgis-ltr: 3.28.15 -> 3.34.4
2024-03-15qgis-ltr: 3.28.15 -> 3.34.4Ivan Mincik2-89/+38
2024-03-15qgis: small dependencies reorderingIvan Mincik1-1/+1
2024-02-23qgis: 3.34.3 -> 3.36.0Ivan Mincik1-2/+3
2024-02-06qgis-ltr: 3.28.14 -> 3.28.15Ivan Mincik1-2/+2
2024-02-02qgis-ltr: disable PDAL supportIvan Mincik2-138/+4
QGIS-LTR is failing to build with PDAL 2.6. PDAL support can be re-enabled once https://github.com/qgis/QGIS/pull/54940 is backported. Closes #281266 .
2024-01-30qgis: 3.34.2 -> 3.34.3Ivan Mincik1-2/+2
2024-01-08qgis-ltr: build with pdal 2.5Ivan Mincik2-1/+137
2023-12-30Merge pull request #277598 from NixOS/qgis-3.34.2Ivan Mincik1-2/+2
qgis: 3.34.1 -> 3.34.2
2023-12-29qgis-ltr: 3.28.13 -> 3.28.14Ivan Mincik1-2/+2
2023-12-29qgis: 3.34.1 -> 3.34.2Ivan Mincik1-2/+2
2023-11-27Merge pull request #270109 from imincik/qgis-3.28.13Nikolay Korotkiy1-2/+2
qgis-ltr: 3.28.12 -> 3.28.13
2023-11-26qgis-ltr: 3.28.12 -> 3.28.13Ivan Mincik1-2/+2
2023-11-26qgis: 3.34.0 -> 3.34.1Ivan Mincik1-2/+2
2023-11-09Merge pull request #264871 from imincik/qgis-3.34.0Nikolay Korotkiy1-10/+7
qgis: 3.32.3 -> 3.34.0
2023-11-05qgis-ltr: 3.28.11 -> 3.28.12Ivan Mincik1-2/+2
2023-11-01qgis: 3.32.3 -> 3.34.0Ivan Mincik1-10/+7
Co-authored-by: timlinux closes: #264482
2023-10-01qgis, qgis-ltr: add patch for exiv2 0.28Weijia Wang2-0/+12
2023-09-20Merge pull request #252001 from imincik/qgis-nixos-testNikolay Korotkiy3-2/+74
qgis: add nixos tests
2023-09-18Merge pull request #255741 from imincik/qgis-ltr-3.28.11Nikolay Korotkiy1-2/+2
qgis-ltr: 3.28.10 -> 3.28.11
2023-09-17qgis-ltr: 3.28.10 -> 3.28.11Ivan Mincik1-2/+2
2023-09-17qgis: 3.32.2 -> 3.32.3Ivan Mincik1-2/+2
2023-09-02qgis: add nixos testsIvan Mincik3-2/+74
Add NixOS test for QGIS and QGIS-LTR. This test creates QGIS vector memory layer containing Nix snowflake. This proves that application can successfully start and Python bindings are working. By default, Python script is executed in non-interactive mode and QGIS is closed after script is finished. This script can be also executed interactively by running following command: ``` nix-build -A qgis QGIS_TEST_INTERACTIVE=True ./result/bin/qgis --code pkgs/applications/gis/qgis/test.py ``` In this case, QGIS is not automatically closed.
2023-08-30Merge pull request #251592 from imincik/qgis-dont-build-testWeijia Wang2-3/+10
qgis: disable building tests
2023-08-26qgis-ltr: disable building testsIvan Mincik1-0/+1
No tests are currently executed during the build process. Disable building them to save significant amount of time and resources.
2023-08-26qgis-ltr: alphabetical sorting of dependenciesIvan Mincik2-42/+58
2023-08-26qgis: alphabetical sorting of dependenciesIvan Mincik1-3/+9
2023-08-26qgis-ltr: 3.28.7 -> 3.28.10Ivan Mincik1-2/+2
2023-08-26qgis: disable building testsIvan Mincik1-0/+1
No tests are currently executed during the build process. Disable building them to save significant amount of time and resources.
2023-08-23qgis: alphabetical sorting of dependenciesIvan Mincik1-57/+78
2023-08-23qgis: 3.28.3 -> 3.32.2Ivan Mincik4-5/+66
2023-06-19qgis: change package maintainer to geospatial teamIvan Mincik2-8/+8
Maintainer change was pre-discussed with @willcohen and @sikmir over email. @willcohen and @sikmir are now members of Geospatial team.
2023-06-01qgis-ltr: 3.28.5 -> 3.28.7Ivan Mincik1-2/+2
2023-04-04qgis-ltr: 3.22.16 -> 3.28.5Ivan Mincik2-2/+3
2023-04-03remove myself (erictapen) from packages which I don't use anymoreKerstin Humm2-2/+2
2023-02-07qgis-ltr: 3.22.15 -> 3.22.16Ivan Mincik1-2/+2
2023-01-30Merge pull request #213529 from imincik/qgis-3.28.3Weijia Wang1-2/+2
qgis: 3.28.2 -> 3.28.3
2023-01-30qgis: 3.22.14 -> 3.22.15Ivan Mincik1-2/+2
2023-01-30qgis: 3.28.2 -> 3.28.3Ivan Mincik1-2/+2
2023-01-05Merge pull request #206856 from imincik/qgis-3.22.14Nikolay Korotkiy1-2/+2
qgis-ltr: 3.22.13 -> 3.22.14