Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
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-06-09 23:07:45 +02:00
Ivan Mincik
0a86610c1f
qgis: 3.36.2 -> 3.36.3
2024-05-20 12:33:43 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
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-27 02:23:22 +02:00
Ivan Mincik
23213868a0
qgis: 3.36.1 -> 3.36.2
2024-04-19 17:14:25 +02:00
Ivan Mincik
446f424c0e
qgis: 3.36.0 -> 3.36.1
2024-03-22 17:00:33 +01:00
Ivan Mincik
e5577715aa
qgis: small dependencies reordering
2024-03-15 11:29:35 +01:00
Ivan Mincik
e7d00278ff
qgis: 3.34.3 -> 3.36.0
2024-02-23 18:21:16 +01:00
Ivan Mincik
5faeab050f
qgis: 3.34.2 -> 3.34.3
2024-01-30 17:30:34 +01:00
Ivan Mincik
d32abf7f98
qgis: 3.34.1 -> 3.34.2
2023-12-29 21:02:08 +01:00
Ivan Mincik
a16cdc2e39
qgis: 3.34.0 -> 3.34.1
2023-11-26 12:02:19 +01:00
Ivan Mincik
f495f23554
qgis: 3.32.3 -> 3.34.0
...
Co-authored-by: timlinux
closes : #264482
2023-11-01 21:26:11 +01:00
Weijia Wang
b2ef0ae4cf
qgis, qgis-ltr: add patch for exiv2 0.28
2023-10-01 21:25:00 +02:00
Ivan Mincik
0c2f7ed3a2
qgis: 3.32.2 -> 3.32.3
2023-09-17 15:49:35 +02:00
Ivan Mincik
b2a14fc0e4
qgis: disable building tests
...
No tests are currently executed during the build process. Disable
building them to save significant amount of time and resources.
2023-08-26 15:15:51 +02:00
Ivan Mincik
85cf505bdf
qgis: alphabetical sorting of dependencies
2023-08-23 10:52:22 +02:00
Ivan Mincik
e831daaf4d
qgis: 3.28.3 -> 3.32.2
2023-08-23 10:52:21 +02:00
Ivan Mincik
f28c626a19
qgis: change package maintainer to geospatial team
...
Maintainer change was pre-discussed with @willcohen and @sikmir over
email. @willcohen and @sikmir are now members of Geospatial team.
2023-06-19 17:19:14 +02:00
Kerstin Humm
0b0cc93e79
remove myself (erictapen) from packages which I don't use anymore
2023-04-03 17:07:16 +02:00
Ivan Mincik
6b3986df94
qgis: 3.28.2 -> 3.28.3
2023-01-30 10:22:01 +01:00
hqurve
bba45f07ce
qgis, qgis-ltr: fix grass
2023-01-02 10:10:02 -04:00
hqurve
cc51367718
qgis, qgis-ltr: disable qtwebkit by default
...
qtwebkit has been marked has having known vulnerabilities.
Since qtlocation was propagated by qtwebkit, it now needs to be
explicitly added.
See also: 783d526965
2023-01-02 10:09:36 -04:00
Ivan Mincik
e5348c1c8c
qgis: 3.26.2 -> 3.28.2
2022-12-17 08:25:40 +01:00
Sergei Trofimovich
1666dc68b7
qgis: drop unused xlibsWrapper inputs
...
Validated as no material change in `out` output with `diffoscope`.
2022-12-14 23:36:40 +00:00
Nikolay Korotkiy
e54e97acec
qgis: 3.26.1 → 3.26.2
2022-08-21 01:30:53 +03:00
Thomas Watson
c3aff2b7d7
qgis, qgis-ltr: fix build
...
A recent upgrade to PyQt5 broke the build due to incompatibilities
with SIP < 5. Upstream QGIS has supported SIP >= 5 for a while now
so this patch corrects the issue by using the latest SIP and adding
the necessary dependencies.
The logic to find the PyQt5 libraries and SIP files is different
for SIP >= 5, so a patch is included to correctly supply them.
This also adds wrapGAppsHook to prevent opening file dialogs from
crashing on non-NixOS distributions.
2022-08-06 19:17:07 -05:00
github-actions[bot]
83702a6ef7
Merge master into staging-next
2022-07-18 18:01:14 +00:00
Nikolay Korotkiy
83841f8bf7
qgis: 3.26.0 → 3.26.1
2022-07-18 14:09:45 +02:00
Josef Kemetmüller
1ca04aa9f1
treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
...
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Will Cohen
34a533b1e2
qgis: 3.24.2 -> 3.26.0
2022-06-23 12:41:04 +02:00
Will Cohen
14d77e895d
qgis: 3.24.1 -> 3.24.2
2022-05-03 14:39:07 +02:00
Will Cohen
fd620c8da1
qgis: 3.24.0 -> 3.24.1
2022-03-22 17:56:16 +01:00
Will Cohen
e18d2801ad
qgis: add willcohen to maintainers
2022-02-27 22:30:33 +01:00
Will Cohen
2448f4dd45
qgis: 3.22.3 -> 3.24.0
2022-02-27 22:30:33 +01:00
Will Cohen
2ca00af2c7
qgis: 3.22.1 -> 3.22.3
2022-01-25 23:14:33 -08:00
Matthew Pickering
85d0a94f90
qgis, pyqt: introduce qgis-ltr and update qgis
...
Add qtlocation to pyqt, and ensure that it is included with both
qgis derivations.
2022-01-25 23:14:33 -08:00
Matthew Pickering
ce4927f0d5
qgis: enable 3D, grass
...
Grass is a runtime dependency which qgis attempts to find on the path.
3D is on by default with normal distributions so we should
also enable it.
2022-01-25 23:14:33 -08:00
Will Cohen
2cdbb565ad
qgis: update QSCI_SIP_DIR location
2022-01-05 19:02:00 -05:00
Kerstin Humm
2d0c11c034
qgis: add erictapen as maintainer
2021-11-26 20:58:59 +01:00
Lancelot SIX
e5adc91d63
qgis: 3.16.13 -> 3.16.14
2021-11-24 14:16:50 +00:00
Lancelot SIX
39a0639b70
qgis: 3.6.10 -> 3.6.13
2021-11-14 17:28:41 +00:00
Lancelot SIX
042eebd8d9
qgis: fix build with PROJ 8
...
Co-authored-by: Robert Schütz <nix@dotlambda.de>
2021-09-26 23:11:28 -07:00
Nikolay Korotkiy
ac47659bde
qgis: 3.16.9 → 3.16.10
2021-08-24 00:47:39 +03:00
Nikolay Korotkiy
8d49729305
qgis: 3.16.7 → 3.16.9
2021-08-01 13:36:28 +03:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Eduardo Sánchez Muñoz
3626f2663b
qgis: fix PyQt5 SIP path
2021-06-27 00:25:13 +02:00
Lancelot SIX
93f419b7a8
qgis: 3.16.6 -> 3.16.7
2021-05-27 09:35:57 +02:00
Eduardo Sánchez Muñoz
08a26e4579
pythonPackages.sip: rename to sip_4
...
sip 4 is the old and unmaintained version
2021-05-10 20:41:38 +02:00
Lancelot SIX
689b77097e
qgis: 3.16.5 -> 3.16.6
2021-04-21 17:17:31 +01:00
Lancelot SIX
f8da9ce9fc
qgis: 3.10.13 -> 3.16.5
...
The file has been reformated using nixpkgs-fmt.
2021-04-15 11:14:15 -04:00
Nikolay Korotkiy
1ed65d38c5
qgis: 3.10.11 → 3.10.13, mark unbroken
2020-12-23 20:53:15 +03:00