aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: inxi-minimal: Update to 3.3.19-1.Tobias Geerinckx-Rice2022-07-17
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.19-1.
* gnu: hwinfo: Update to 21.82.Tobias Geerinckx-Rice2022-07-17
| | | | * gnu/packages/hardware.scm (hwinfo): Update to 21.82.
* gnu: libdmtx: Omit static library.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/aidc.scm (libdmtx)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: libdmtx: Update to 0.7.7.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/aidc.scm (libdmtx): Update to 0.7.7. [arguments]: Re-enable tests.
* gnu: diffoscope: Update to 219.Tobias Geerinckx-Rice2022-07-17
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 219.
* gnu: cpuid: Use G-expressions.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/linux.scm (cpuid)[arguments]: Rewrite as G-expressions.
* gnu: cpuid: Update to 20220620.Tobias Geerinckx-Rice2022-07-17
| | | | * gnu/packages/linux.scm (cpuid): Update to 20220620.
* gnu: dmidecode: Use G-expressions.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/admin.scm (dmidecode)[arguments]: Rewrite as G-expressions.
* gnu: dmidecode: Update to 3.4.Tobias Geerinckx-Rice2022-07-17
| | | | * gnu/packages/admin.scm (dmidecode): Update to 3.4.
* gnu: nginx: Update to 1.23.0.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/web.scm (nginx): Update to 1.23.0. (nginx-documentation): Update to 1.23.0-2862-cf7551842617.
* gnu: lolcat: Move to (gnu packages toys).Tobias Geerinckx-Rice2022-07-17
| | | | | | | | As fun as this is, the gameplay is disappointing. Also add a missing 2019 copyright for Liliana Marie. * gnu/packages/games.scm (lolcat): Move from here… * gnu/packages/toys.scm (lolcat): …to here.
* gnu: smartmontools: Do not claim to be a ‘local build’.Tobias Geerinckx-Rice2022-07-17
| | | | | * gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO in #:make-flags.
* gnu: flameshot: Update to 12.1.0.arkhan2022-07-19
| | | | | | * gnu/packages/image.scm (flameshot): Update to 12.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gaupol: Update to 1.11.Nikolay Korotkiy2022-07-19
| | | | | | * gnu/packages/video.scm (gaupol): Update to 1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-babel-danish.Wiktor Żelazny2022-07-19
| | | | | | * gnu/packages/tex.scm (texlive-babel-danish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-generic-babel-norsk.Wiktor Żelazny2022-07-19
| | | | | | * gnu/packages/tex.scm (texlive-generic-babel-norsk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add berry.jgart2022-07-19
| | | | | | * gnu/packages/wm.scm (berry): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add glopSharlatan Hellseher2022-07-19
| | | | | | * gnu/packages/lisp-xyz.scm: (sbcl-glop, ecl-glop, cl-glop): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-bsdiff4.Antero Mejr2022-07-19
| | | | | | * gnu/packages/python-xyz.scm (python-bsdiff4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-clrprint.jgart2022-07-19
| | | | | | * gnu/packages/python-xyz.scm (python-clrprint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: clyrics: Update to 0.13.Ludovic Courtès2022-07-19
| | | | * gnu/packages/music.scm (clyrics): Update to 0.13.
* services: tor: Switch to 'least-authority-wrapper'.Ludovic Courtès2022-07-19
| | | | | | | | * gnu/services/networking.scm (tor-configuration->torrc): Remove "User" and "PidFile". (tor-shepherd-service): Use 'least-authority-wrapper' and 'make-forkexec-constructor' instead of 'make-forkexec-constructor/container'.
* gnu: k3b: Add inputs bash-minimal and cdrtools.Thomas Danckaert2022-07-19
| | | | | | | * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add bash-minimal (wrap-program is used), add cdrtools. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: k3b: Fix build.Thomas Danckaert2022-07-19
| | | | | | | * gnu/packages/kde-multimedia.scm (k3b)[phases]: Add phase fix-cmake-taglib in order to use correct Taglib include and library variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tcc: Update to a83b285.Ekaitz Zarraga2022-07-19
| | | | | | | | | Fixes <https://issues.guix.gnu.org/52140>. Reported by Guillaume Le Vaillant <glv@posteo.net>. * gnu/packages/c.scm (tcc): Update to a83b28568596afd8792fd58d1a5bd157fc6b6634. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: commencement: Explicitly provide the source of 'tcc-boot'.Ekaitz Zarraga2022-07-19
| | | | | | | * gnu/packages/commencement.scm (tcc-boot)[source]: Remove dependency on tcc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add trivial-custom-debugger.Pierre Neidhardt2022-07-19
| | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger, ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables.
* gnu: bidiv: Add release-monitoring-url.Efraim Flashner2022-07-18
| | | | * gnu/packages/fribidi.scm (bidiv)[properties]: New field.
* gnu: khal: Update to 0.10.5.Efraim Flashner2022-07-18
| | | | | * gnu/packages/calendar.scm (khal): Update to 0.10.5. [arguments]: Remove trailing #t from phases.
* gnu: weechat: Update to 3.6.Efraim Flashner2022-07-18
| | | | | * gnu/packages/irc.scm (weechat): Update to 3.6. [arguments]: Adjust instances of architecture specific code.
* gnu: tig: Rebuild some of the generated documentation.Efraim Flashner2022-07-18
| | | | | * gnu/packages/version-control.scm (tig)[source]: Add snippet to remove some of the generated documentation.
* gnu: tig: Install shell completions.Efraim Flashner2022-07-18
| | | | | * gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to install shell completions.
* gnu: tig: Update to 2.5.6.Efraim Flashner2022-07-18
| | | | * gnu/packages/version-control.scm (tig): Update to 2.5.6.
* gnu: emacs-plz: Update to 0.2.Nicolas Goaziou2022-07-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.
* gnu: qgis: Disable failing tests.Felix Gruber2022-07-18
| | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after upgrading geos to 3.10.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: saga: Update to 8.2.1.Felix Gruber2022-07-18
| | | | | | | | | | * gnu/packages/geo.scm (saga): Update to 8.2.1. [build-system]: Use cmake-build-system. [arguments]: Set tests? to #f as there are no tests. Add phase for changing into saga-gis directory which contains the actual source code. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pcb2gcode: Update to 2.4.0.Felix Gruber2022-07-18
| | | | | | * gnu/packages/engineering.scm (pcb2gcode): Update to 2.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: geos: Update to 3.10.2.Felix Gruber2022-07-18
| | | | | | | | | * gnu/packages/geo.scm (geos): Update to 3.10.2. [build-system]: Use cmake-build-system. [arguments]: Remove trailing #t in 'patch-test-shebangs phase. [homepage]: Change to https://libgeos.org/. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: grass: Update to 7.8.7.Felix Gruber2022-07-18
| | | | | | * gnu/packages/geo.scm (grass): Update to 7.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libgeotiff: Update to 1.7.1.Felix Gruber2022-07-18
| | | | | | * gnu/packages/geo.scm (libgeotiff): Update to 1.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gbonds.Philip McGrath2022-07-18
| | | | | | * gnu/packages/finance.scm (gbonds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add oauth2ms.John Kehayias2022-07-18
| | | | | | * gnu/packages/python-web.scm (oauth2ms): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-msal.John Kehayias2022-07-18
| | | | | | * gnu/packages/python-web.scm (python-msal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xl2tpd: Update to 1.3.17.Jean-Pierre De Jesus DIAZ2022-07-18
| | | | | | * gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add pw.Paul A. Patience2022-07-18
| | | | | | * gnu/packages/monitoring.scm (pw): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gst-plugins-bad: Limit inputs based on architecture.Efraim Flashner2022-07-18
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Only build with mediasdk and svt-hevc on supported architectures.
* gnu: mediasdk: Limit supported architectures.Efraim Flashner2022-07-18
| | | | * gnu/packages/video.scm (mediasdk)[supported-systems]: New field.
* gnu: svt-hevc: Limit supported architectures.Efraim Flashner2022-07-18
| | | | * gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
* gnu: libmpeg3: Fix building on many architectures.Efraim Flashner2022-07-17
| | | | | * gnu/packages/video.scm (libmpeg3)[arguments]: Add a custom phase to set the CFLAGS based on the Makefile. Remove trailing #t from phases.
* gnu: gama: Update to 2.21.Efraim Flashner2022-07-17
| | | | * gnu/packages/gps.scm (gama): Update to 2.21.