summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: laszip: Update to 3.4.4.Mattia Bunel13 days1-3/+3
| | | | | | | * gnu/packages/geo.scm (laszip): Update to 3.4.4. Change-Id: I454801958fe77b06dc1c82e30d4c569e88fe2795 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Fix whitespace issues in various descriptions.Gabriel Wicki13 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/audio.scm (ecasound): Fix description. * gnu/packages/axoloti.scm (ksoloti-runtime, ksoloti-patcher): Fix description. * gnu/packages/bioinformatics.scm (trf, ghc-int-interval-map): Fix description. * gnu/packages/chez.scm (chez-scheme, chez-scheme-bootstrap-bootfiles): Fix description. * gnu/packages/code.scm (cscope): Fix description. * gnu/packages/compression.scm (c-blosc): Fix description. * gnu/packages/connman.scm (connman): Fix description. * gnu/packages/crypto.scm (libxcrypt): Fix description. * gnu/packages/display-managers.scm (abstractdark-sddm-theme): Fix description. * gnu/packages/docker.scm (docker-registry): Fix description. * gnu/packages/freedesktop.scm (xdg-user-dirs): Fix description. * gnu/packages/game-development.scm (deutex, grfcodec): Fix description. * gnu/packages/games.scm (chroma): Fix description. * gnu/packages/geo.scm (xygrib): Fix description. * gnu/packages/gnunet.scm (gnunet-scheme): Fix description. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-block-format): Fix description. * gnu/packages/kodi.scm (fstrcmp): Fix description. * gnu/packages/machine-learning.scm (vosk-api): Fix description. * gnu/packages/messaging.scm (biboumi): Fix description. * gnu/packages/music.scm (sooperlooper, samplebrain): Fix description. * gnu/packages/perl.scm (perl-file-readbackwards): Fix description. * gnu/packages/rocm.scm (rocm-bandwidth-test): Fix description. * gnu/packages/scanner.scm (sane-airscan): Fix description. * gnu/packages/security-token.scm (pkcs11-helper): Fix description. * gnu/packages/shellutils.scm (shell-functools): Fix description. * gnu/packages/textutils.scm (catdoc): Fix description. * gnu/packages/tor.scm (tor): Fix description. * gnu/packages/xdisorg.scm (xftwidth, xwallpaper): Fix description. * gnu/packages/xfce.scm (xfce4-volumed-pulse): Fix description. Change-Id: I911836d66eb780c0fa279e3aebf9d7fbd53bf00a Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
* gnu: python-geopack: Fix build.Danny Milosavljevic2024-12-211-1/+1
| | | | | | | * gnu/packages/geo.scm (python-geopack)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd
* gnu: Add python-setuptools/python-wheel where necessary.Lars-Dominik Braun2024-12-131-3/+15
| | | | | | | Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
* build-system/pyproject: Use python-sans-pip-wrapper as default-python.Lars-Dominik Braun2024-12-131-4/+6
| | | | | | | | | | | Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
* gnu: josm: Update to 19253.Julien Lepiller2024-11-221-2/+2
| | | | | | | * gnu/packages/geo.scm (josm): Update to 19253. Change-Id: I903f78eede31d944643de31bac728445fadd629f Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu: java-jmapviewer: Update to 2.22.Julien Lepiller2024-11-221-2/+2
| | | | | | | * gnu/packages/geo.scm (java-jmapviewer): Update to 2.22. Change-Id: Ifbe2bd718fbf999e7900fb629be634d1a3351931 Signed-off-by: Eric Bavier <bavier@posteo.net>
* gnu: shapelib: Update to 1.6.1. [security fixes]Nicolas Graves2024-11-041-4/+4
| | | | | | This fixes CVE-2022-0699. * gnu/packages/geo.scm (shapelib): Update to 1.6.1.
* gnu: josm: Update to 19160.Julien Lepiller2024-09-141-2/+8
| | | | | | | | * gnu/packages/geo.scm (josm): Update to 19160. [arguments]: Update phases accordingly. Update launcher following josm advice. Change-Id: Ic168cb04cf4248167b0724faecba8f2b2d238527
* gnu: java-jmapviewer: Update to 2.20.Julien Lepiller2024-09-141-5/+5
| | | | | | | * gnu/packages/geo.scm (java-jmapviewer): Update to 2.20. [source]: Update URL. Change-Id: I75fdb48601854bdda4fd5f7357a2c4c7ce2f54c5
* gnu: python-metpy: Update to 1.6.3.Vinicius Monego2024-09-021-3/+3
| | | | | | | * gnu/packages/geo.scm (python-metpy): Update to 1.6.3. [source]: Adjust URI. Change-Id: I36f26862188355ee2e7b2dbbb5222958e2562178
* gnu: grass: Fix build.Guillaume Le Vaillant2024-08-311-15/+17
| | | | | | | * gnu/packages/geo.scm (grass)[arguments]: Use 'search-input-*' instead of 'assoc-ref' in 'configure' phase. Change-Id: I34de3bb219163e470561493efb5c41b6dd1e038f
* gnu: geo: Add 'bash' input for 'wrap-program'.Maxime Devos2024-08-311-35/+34
| | | | | | | | | | | | It is required for cross-compilation. * gnu/packages/geo.scm (grass): Remove input labels and trailing #t. [inputs]: Add bash-minimal. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic9d1942098cbfa1d71a81b1f7e0dea352850a4ce
* build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer2024-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | %default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
* gnu: qtlocation: Rename to qtlocation-5.Zheng Junjie2024-07-181-3/+3
| | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtlocation): Rename to qtlocation-5. (python-pyqt,python-pyside-2): * gnu/packages/astronomy.scm (stellarium): * gnu/packages/kde-pim.scm (itinerary): * gnu/packages/kde-utils.scm (kirogi): * gnu/packages/kde.scm (marble-qt): * gnu/packages/messaging.scm (kaidan): * gnu/packages/geo.scm (qmapshack,openorienteering-mapper): (qgis): * gnu/packages/gps.scm (gpxsee): * gnu/packages/radio.scm (sdrangel): (qdmr): Use new name. Change-Id: I51664e36bd1ce25f5add09c6d64665bf505cc551
* gnu: python-cartopy: Update to 0.23.0.Vinicius Monego2024-07-051-4/+12
| | | | | | | * gnu/packages/geo.scm (python-cartopy): Update to 0.23.0. [arguments]<#:test-flags>: Skip more network tests. Change-Id: Idbd2b3c52cba0fb58e78171df330581bf83ecbdf
* gnu: python-geoip2: Update to 4.8.0.Wilko Meyer2024-06-241-4/+6
| | | | | | | | | * gnu/packages/geo.scm (python-geoip2): Update to 4.8.0. [build-system]: Change to pyproject-build-system. [inputs]: Add python-aiohttp. Change-Id: Ie5f4a6f99a8cb1bef562c6d2401391f6467a715d Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-maxminddb: Update to 2.6.2.Wilko Meyer2024-06-241-3/+3
| | | | | | | | * gnu/packages/geo.scm (python-maxminddb): Update to 2.6.2. [build-system]: Change to pyproject-build-system. Change-Id: I824468160fef695a8fb9e517b9d91c90da9a2897 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add python-geopack.Sharlatan Hellseher2024-05-301-0/+26
| | | | | | | * gnu/packages/geo.scm (python-geopack): New variable. Change-Id: I674b09030684dd0d9f94b4b87cf96aeea983ee89 Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: qgis: Update to 3.34.6.Nicolas Graves2024-05-151-14/+76
| | | | | | | | | * gnu/packages/geo.scm (qgis): Update to 3.34.6. [arguments]<#:phases>: Update failing tests list. [inputs]: Add draco, freexl, librttopo, minizip, pdal, qt3d-5. Change-Id: If453a6c7451a63ab7b03f3cd0f36aef844acfb15 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: qgis: Improve package style.Nicolas Graves2024-05-151-150/+151
| | | | | | | | * gnu/packages/geo.scm (qgis)[arguments]<#:phases>: Extract ignored-tests to make them more readable. Re-indent. Change-Id: I2373bba49b9d21ff7dfa0014cf34fafa0e1f3175 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: qgis: Improve package style.Nicolas Graves2024-05-151-32/+25
| | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Use gexp. Change-Id: Ib72ae48ca0895109548e676c6da2d80ac2e1eca6 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gnome-maps: Update to 46.10.Jonathan Brielmaier2024-05-131-3/+13
| | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 46.10. [arguments]: Add phase to setup time zones for a new test. [native-inputs]: Add libportal and tzdata-for-tests. Change-Id: Ife9b17eda68662d2adb289acfeacf1dc8f179a46 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add python-overpass.Wilko Meyer2024-05-121-0/+25
| | | | | | | * gnu/packages/geo.scm (python-overpass): New variable. Change-Id: Icd7a66ec6acd2e213bfd6920a1d71c1e0e815695 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: python-osmnx: Update to 1.9.3.Vinicius Monego2024-05-111-2/+2
| | | | | | * gnu/packages/geo.scm (python-osmnx): Update to 1.9.3. Change-Id: I43cfa856ff146b1d699cb3ec6490515ac95a27d5
* gnu: gplates: Update to 2.5.Vinicius Monego2024-05-111-2/+2
| | | | | | * gnu/packages/geo.scm (gplates): Update to 2.5. Change-Id: I715a599755b3a7b9ac83ea2ce679a3d79e9409f4
* gnu: python-metpy: Update to 1.6.2.Vinicius Monego2024-05-111-2/+2
| | | | | | * gnu/packages/geo.scm (python-metpy): Update to 1.6.2. Change-Id: I6f05105d969d50acf005ac9035eb8055b9ed53bf
* gnu: python-verde: Add missing input.Ricardo Wurmus2024-05-051-1/+1
| | | | | | * gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest. Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
* gnu: Add python-verde.Vinicius Monego2024-04-161-0/+37
| | | | | | | * gnu/packages/geo.scm (python-verde): New variable. Change-Id: I0d176a05a993b19224d22489dd3a8eca19e4f2e0 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add pdal.Vinicius Monego2024-04-081-0/+42
| | | | | | * gnu/packages/geo.scm (pdal): New variable. Change-Id: I7c24fec69b4f0c19a1c246fab39b994e17e36f3a
* gnu: qtserialport: Update to 6.6.3.Zac Berkowitz2024-04-061-1/+1
| | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtserialport): Rename to ... * gnu/packages/qt.scm (qtserialport-5): ... this. * gnu/packages/qt.scm (qtserialport): New variable. * gnu/packages/engineering.scm (fritzing, candle) [inputs]: Replace qtserialport with qtserialport-5. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/kde-utils.scm (atelier, libatcore): Likewise. * gnu/packages/qt.scm (qtserialbus, qtlocation, python-pyqt): Likewise. * gnu/packages/radio.scm (wsjtx, jtdx, js8call) (sdrangel, wfview, qdmr): Likewise. Change-Id: I8e0c8d2408ea0bf776b2efe58e23821cb653363c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libmseed.Vinicius Monego2024-04-061-0/+28
| | | | | | * gnu/packages/geo.scm (libmseed): New variable. Change-Id: I6feb414110c30da408069b36b46a421467d2ccad
* gnu: grass: Remove dependency on lapack.Romain GARBAGE2024-04-041-1/+5
| | | | | | | | * gnu/packages/geo.scm (grass): Remove dependency on lapack. Add 'fix-lapack build phase. Change-Id: I758a9b2434f0ad9f8b85a5c5cde6d0a80e6defb2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qtsensors: Rename package to qtsensors-5.Zheng Junjie2024-04-031-1/+1
| | | | | | | | | | | | * gnu/packages/qt.scm (qtsensors): Rename to qtsensors-5 * gnu/packages/qt.scm (python-pyqt, python-pyside-2) * gnu/packages/geo.scm (openorienteering-mapper) * gnu/packages/kde-plasma.scm (kscreen) * gnu/packages/education.scm (gcompris-qt) Adjust inputs. Change-Id: Ie18fdf82881e508ecc25c535088672d1a89f19ba Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gmt: Update to 6.5.0.Vinicius Monego2024-03-311-2/+2
| | | | | | * gnu/packages/geo.scm (gmt): Update to 6.5.0. Change-Id: Ib6d98494b9b67b23aedccaa50ff785999517c43d
* gnu: gplates: Update to 2.4.Vinicius Monego2024-03-301-12/+8
| | | | | | | | | * gnu/packages/geo.scm (gplates): Update to 2.4. [source]: Use git-fetch and fetch from GitHub. [arguments]: Remove #:configure-flags. [native-inputs]: Remove unzip. Change-Id: Idf7c7ffb902f98361a897ce122c076a1a2f7fdf2
* Merge branch 'gnome-team'Liliana Marie Prikler2024-03-301-4/+3
|\
| * Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-03-021-4/+5
| |\
| * \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-02-131-23/+63
| |\ \
| * \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-02-031-100/+163
| |\ \ \
| * \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-01-141-2/+30
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-01-011-4/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-12-201-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into HEADLiliana Marie Prikler2023-12-031-3/+11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3f5d121162d98ef2ae61a62c4da3b0fd19d864e8
| * | | | | | | | gnu: gnome-maps: Update to 44.5.Vivien Kraus2023-12-021-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 44.5. [inputs]: Replace gtk+ with gtk. Replace webkitgtk-for-gtk3 with webkitgtk. Remove libhandy. Change-Id: I8548878653120ea3cfc7554e2133880f46aeadf8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * | | | | | | | Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-11-191-4/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62da840b7600f2d3d8541e666d09e2f2a1b7d8c4
| * \ \ \ \ \ \ \ \ Merge branch 'master' into gnome-teamLiliana Marie Prikler2023-10-231-2/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
| * | | | | | | | | | gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler2023-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise.
* | | | | | | | | | | gnu: cdo: Update to 2.4.0.Vinicius Monego2024-03-291-4/+4
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (cdo): Update to 2.4.0. [source]: Update URL. [native-inputs]: Add python-wrapper. Change-Id: Ic2dad47e04d99b2903b3d7f53862e1ffa6e4d220
* | | | | | | | | | gnu: osm2pgsql: Update to 1.11.0.Felix Gruber2024-02-261-4/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (osm2pgsql): Update to 1.11.0. [arguments]: Look for proj API version 6 to use recent proj versions. [inputs]: Remove proj-7; add cli11 and proj. Change-Id: If1f14e5c675865d4485b16aca6146f555cc16d5e Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>