summaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
Commit message (Collapse)AuthorAge
* gnu: gpxsee: Update to 10.3.Nikolay Korotkiy via Guix-patches via2022-02-08
| | | | | | * gnu/packages/gps.scm (gpxsee): Update to 10.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gama: Update to 2.17.Efraim Flashner2022-01-20
| | | | * gnu/packages/gps.scm (gama): Update to 2.17.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\
| * gnu: gpxsee: Update to 10.0.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/gps.scm (gpxsee): Update to 10.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: gpsd: Update to 3.23.1.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/gps.scm (gpsd): Update to 3.23.1. [arguments]: Don't explicitly return #t from phases.
| * gnu: Consolidate duplicate copyright names.Greg Hogan2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: gama: Update to 2.15.Efraim Flashner2021-09-22
| | | | | | | | * gnu/packages/gps.scm (gama): Update to 2.15.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: GPSD: Update to 3.23.Leo Famulari2021-07-27
| | | | | | | | | | | | | | | | | | | | Fixes <https://gitlab.com/gpsd/gpsd/-/issues/144>, "GPSD time will jump back 1024 weeks at after week=2180 (23-October-2021)". See also <http://bugs.gnu.org/49815>. * gnu/packages/gps.scm (gpsd): Update to 3.23. [arguments]: Set TAR=noop in the 'fix-build' phase.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: gama: Delete bundled pdfs.Efraim Flashner2021-03-01
| | | | | | | | | | * gnu/packages/gps.scm (gama)[source]: Adjust snippet to also remove generated PDFs.
| * gnu: gama: Update to 2.14.Efraim Flashner2021-03-01
| | | | | | | | * gnu/packages/gps.scm (gama): Update to 2.14.
* | Merge branch 'master' into core-updatesChristopher Baines2021-02-03
|\|
| * gnu: gama: Update to 2.13.Efraim Flashner2021-01-17
| | | | | | | | * gnu/packages/gps.scm (gama): Update to 2.13.
* | gnu: Adjust package collection to Wrap using GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was automated using: $ git ls-files | grep .scm | \ xargs sed 's/(getenv "PYTHONPATH")/(getenv "GUIX_PYTHONPATH")/' -i $ git ls-files | grep .scm | \ xargs sed 's/`("PYTHONPATH"/`("GUIX_PYTHONPATH"/' -i * gnu/packages/admin.scm (nmap): (dstat): Wrap using GUIX_PYTHONPATH. * gnu/packages/audio.scm (jack-2): (carla): Likewise. * gnu/packages/benchmark.scm (fio): Likewise. * gnu/packages/bioinformatics.scm (couger): Likewise. (gess, find-circ, filtlong, nanopolish): Likewise. * gnu/packages/cdrom.scm (cdemu-client): Likewise. * gnu/packages/chemistry.scm (avogadro): Likewise. * gnu/packages/connman.scm (econnman): Likewise. * gnu/packages/cups.scm (hplip): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/display-managers.scm (lightdm): Likewise. * gnu/packages/ebook.scm (cozy): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/engineering.scm (kicad, volk, freecad): Likewise. * gnu/packages/game-development.scm (renpy): Likewise. * gnu/packages/games.scm (roguebox-adventures) (seahorse-adventures, kajongg): Likewise. * gnu/packages/gimp.scm (gimp, glimpse): Likewise. * gnu/packages/glib.scm (itstool): Likewise. * gnu/packages/gnome.scm (gnome-music, gtg, rhythmbox): Likewise. (eolie, d-feet, gedit, caribou, gnome-shell, authenticator) (gnome-todo, orca, passwordsafe, terminator, setzer) (libratbag, komikku): Likewise. * gnu/packages/gps.scm (gpsd): Likewise. * gnu/packages/gtk.scm (gtk-doc): Likewise. * gnu/packages/ibus.scm (ibus, ibus-libpinyin, ibus-anthy) (ibus-libhangul): Likewise. * gnu/packages/inkscape.scm (inkscape-1.0): Likewise. * gnu/packages/linux.scm (bcc): Likewise. * gnu/packages/mail.scm (notifymuch): Likewise. * gnu/packages/maths.scm (units): Likewise. * gnu/packages/music.scm (solfege): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/patchutils.scm (patchwork): Likewise. * gnu/packages/photo.scm (rapid-photo-downloader, entangle): Likewise. * gnu/packages/plotutils.scm (asymptote): Likewise. * gnu/packages/presentation.scm (presentty): Likewise. * gnu/packages/screen.scm (byobu): Likewise. * gnu/packages/storage.scm (ceph): Likewise. * gnu/packages/syndication.scm (liferea): Likewise. * gnu/packages/task-management.scm (blanket): Likewise. * gnu/packages/text-editors.scm (manuskript): Likewise. * gnu/packages/version-control.scm (gitless, cgit, git-when-merged) (git-imerge): Likewise. * gnu/packages/video.scm (pitivi): Likewise. * gnu/packages/virtualization.scm (criu): Likewise. * gnu/packages/xfce.scm (catfish): Likewise.
* gnu: gpsbabel: Enable tests.Efraim Flashner2021-01-06
| | | | | | | * gnu/packages/patches/gps.scm (gpsbabel)[source]: Add patch. [arguments]: Enable tests. * gnu/packages/patches/gpsbabel-fix-i686-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: gpsbabel: Unbundle zlib.Efraim Flashner2021-01-06
| | | | | * gnu/packages/gps.scm (gpsbabel)[source]: Adjust snippet to remove bundled zlib and references from the Makefile.
* gnu: gpsbabel: Update to 1.7.0.Björn Höfling2021-01-06
| | | | | | | | | | | * gnu/packages/gps.scm (gpsbabel): Update to 1.7.0. [source]: Use git-fetch, remove obsolete patches. [inputs]: Add libusb. * gnu/packages/patches/gpsbabel-minizip.patch: Remove file. * gnu/packages/patches/gpsbabel-qstring.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove entries. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gpxsee: Update to 7.37.Tobias Geerinckx-Rice2020-11-30
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.37.
* gnu: gama: Update to 2.12.Efraim Flashner2020-11-29
| | | | * gnu/packages/gps.scm (gama): Update to 2.12.
* gnu: gpxsee: Update to 7.36.Tobias Geerinckx-Rice2020-11-13
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.36.
* gnu: gpxsee: Update to 7.35.Tobias Geerinckx-Rice2020-11-05
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.35.
* gnu: gama: Remove bundled library.Efraim Flashner2020-10-28
| | | | | * gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled expat-1.1 library.
* gnu: gama: Update to 2.11.Efraim Flashner2020-10-28
| | | | * gnu/packages/gps.scm (gama): Update to 2.11.
* gnu: gpxsee: Update to 7.34.Tobias Geerinckx-Rice2020-10-16
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.34.
* gnu: gama: Update to 2.10.Efraim Flashner2020-09-27
| | | | * gnu/packages/gps.scm (gama): Update to 2.10.
* gnu: gpsd: Update to 3.21.Tobias Geerinckx-Rice2020-08-16
| | | | * gnu/packages/gps.scm (gpsd): Update to 3.21.
* gnu: gpscorrelate: Update to 2.0.Marius Bakke2020-07-24
| | | | | | * gnu/packages/gps.scm (gpscorrelate): Update to 2.0. [arguments]: Remove #:tests?. [inputs]: Remove GTK+-2. Add GTK+.
* gnu: gama: Update to 2.09.Efraim Flashner2020-07-01
| | | | * gnu/packages/gps.scm (gama): Update to 2.09.
* gnu: gpxsee: Update to 7.30.Tobias Geerinckx-Rice2020-06-06
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.30.
* gnu: gama: Update to 2.08.Efraim Flashner2020-04-22
| | | | * gnu/packages/gps.scm (gama): Update to 2.08.
* gnu: gpsbabel: Make some inputs native.Vincent Legoll2020-04-05
| | | | | | | * gnu/packages/gps.scm (gpsbabel)[inputs]: Move qttools from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: gpsd: Update to 3.20.Guillaume Le Vaillant2020-04-03
| | | | | * gnu/packages/gps.scm (gpsd): Update to 3.20. [inputs]: Add gtk+.
* gnu: gpsd: Install python modules and scripts.Guillaume Le Vaillant2020-03-17
| | | | | | | | * gnu/packages/gps.scm (gpsd)[native-inputs]: Remove python and add bc. [inputs]: Add python, python-pycairo, python-pygobject, python-pyserial, python-wrapper and qtbase. [arguments]: Update scons-flags, remove fix-paths phase, improve fix-build phase and add wrap-python-scripts phase.
* gnu: gpxsee: Extend description.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gps.scm (gpxsee)[description]: Extend.
* gnu: gpxsee: Update to 7.25.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.25.
* gnu: Add gpsd.Guillaume Le Vaillant2020-03-04
| | | | * gnu/packages/gps.scm (gpsd): New variable.
* gnu: gpxsee: Update to 7.16.Tobias Geerinckx-Rice2019-10-30
| | | | * gnu/packages/gps.scm (gpxsee): Update to 7.16.
* Merge branch 'master' into core-updatesLudovic Courtès2019-10-01
|\
| * gnu: gpxsee: Update to 7.12.Tobias Geerinckx-Rice2019-09-28
| | | | | | | | * gnu/packages/gps.scm (gpxsee): Update to 7.12.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: gama: Update to 2.07.Efraim Flashner2019-09-05
| | | | | | | | * gnu/packages/gps.scm (gama): Update to 2.07.
* | gnu: gpsbabel: Remove GCC 5 workaround.Marius Bakke2019-07-31
|/ | | | | * gnu/packages/gps.scm (gpsbabel)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
* gnu: gama: Update to 2.06.Efraim Flashner2019-07-08
| | | | * gnu/packages/gps.scm (gama): Update to 2.06.
* gnu: gpxsee: Fetch from Git instead of a generated tarball.Ludovic Courtès2019-06-13
| | | | * gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.
* gnu: gpxsee: Upgrade to 7.8Nikolay Korotkiy2019-06-13
| | | | | | | | | * gnu/packages/gps.scm (gpxsee): Update to 7.8. [arguments]: Leave "config.h" unchanged in 'configure' phase. Remove 'install' phase. [home-page, synopsis, description]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>