summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: samplv1: Update to 0.9.14.Tobias Geerinckx-Rice2020-05-17
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.14.
* gnu: drumkv1: Update to 0.9.14.Tobias Geerinckx-Rice2020-05-17
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.14.
* gnu: synthv1: Update to 0.9.14.Tobias Geerinckx-Rice2020-05-17
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.14.
* gnu: guile-hall: Update to 0.3.1.Alex Sassmannshausen2020-05-16
| | | | * gnu/packages/guile-xyz.scm (guile-hall): Update to 0.3.1.
* gnu: multipath-tools: Enable tests.Marius Bakke2020-05-16
| | | | | | * gnu/packages/linux.scm (multipath-tools)[arguments]: Remove #:tests?. Add #:test-target. Add phase to add missing linker flag. [native-inputs]: Add CMOCKA.
* gnu: heimdal: Update to 7.7.0.Maxim Cournoyer2020-05-16
| | | | | | And fix the test suite failures as a side effect. * gnu/packages/kerberos.scm (heimdal): Update to 7.7.0.
* gnu: gajim: Adapt search path for Python 3.8.Marius Bakke2020-05-16
| | | | | | | | Fixes <https://bugs.gnu.org/41319>. Reported by Raghav Gururajan <raghavgururajan@disroot.org>. * gnu/packages/messaging.scm (gajim)[native-search-paths]: Update the PYTHONPATH variable to search for Python 3.8 packages.
* gnu: multipath-tools: Update to 0.8.4.Marius Bakke2020-05-16
| | | | | | | | * gnu/packages/patches/multipath-tools-sans-systemd.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (multipath-tools): Update to 0.8.4. [source](patches): New field. [arguments]: Add #:parallel-build?. Add phase to fix erroneous compiler warning.
* gnu: multipath-tools: Fetch with git.Marius Bakke2020-05-16
| | | | * gnu/packages/linux.scm (multipath-tools)[source]: Change to GIT-FETCH.
* gnu: xdot: Fix typo in description.Marius Bakke2020-05-16
| | | | | * gnu/packages/graphviz.scm (xdot)[description]: Add space after comma, capitalize 'Python'.
* gnu: tinyxml2: Update to 8.0.0.Vincent Legoll2020-05-16
| | | | | | * gnu/packages/xml.scm (tinyxml2): Update to 8.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnome-shell-extension-dash-to-dock: Update to 67.Leo Prikler2020-05-16
| | | | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 67. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add lib3ds.Ekaitz Zarraga2020-05-16
| | | | | | * gnu/packages/engineering.scm (lib3ds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openctm: Correct inputs vs native-inputsEkaitz Zarraga2020-05-16
| | | | | | | * gnu/packages/engineering.scm (openctm): Move mesa, glu, glut and gtk+-2 to inputs Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-pass: Update to 2.0.Michael Rohleder2020-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pass): Update to 2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add font-api-mj-mincho.Julien Lepiller2020-05-16
| | | | * gnu/packages/fonts.scm (font-api-mj-mincho): New variable.
* gnu: Add java-picocli.Julien Lepiller2020-05-16
| | | | gnu/packages/java.scm (java-picocli): New variable.
* gnu: bap: Update to 2.0.0.Julien Lepiller2020-05-16
| | | | * gnu/packages/ocaml.scm (bap): Update to 2.0.0.
* gnu: guile-hall: Update to 0.3.0.Alex Sassmannshausen2020-05-16
| | | | * gnu/packages/guile-xyz.scm (guile-hall): Update to 0.3.0.
* gnu: z3: Update to 4.8.8.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/maths.scm (z3): Update to 4.8.8.
* gnu: youtube-dl: Update to 2020.05.08.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.05.08.
* gnu: console-setup: Update to 1.195.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/xorg.scm (console-setup): Update to 1.195.
* gnu: utf8proc: Update to 2.5.0.Tobias Geerinckx-Rice2020-05-16
| | | | | * gnu/packages/textutils.scm (utf8proc): Update to 2.5.0. [native-inputs]: Update test data UNICODE_VERSION.
* gnu: utf8proc: Factor out UNICODE_VERSION.Tobias Geerinckx-Rice2020-05-16
| | | | | * gnu/packages/textutils.scm (utf8proc)[native-inputs]: Use a single UNICODE_VERSION.
* gnu: Order (gnu packase suckless) module imports.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/suckless.scm: Order module imports alphabetically.
* gnu: Support cross-gccs in (gnu packages suckless).Tobias Geerinckx-Rice2020-05-16
| | | | | | | * gnu/packages/suckless.scm (blind, dmenu, spoon, slock, st, surf, sent) (xbattmon, skroll, sbm, prout, noice, human, fortify-headers, colors) (libutf, lchat, scron)[arguments]: Use ${target}-gcc when cross-compiling.
* gnu: libutf: Use GIT- helpers.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/suckless (libutf)[source]: Use GIT-VERSION and GIT-FILE-NAME.
* gnu: fortify-headers: Update to 1.1.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/suckless.scm (fortify-headers): Update to 1.1.
* gnu: st: Update to 0.8.3.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/suckless.scm (st): Update to 0.8.3.
* gnu: Don't use NAME in (gnu packages suckless) URIs.Tobias Geerinckx-Rice2020-05-16
| | | | | * gnu/packages/suckless.scm (spoon, xbattmon, wificurse, skroll, sbm) (prout, fortify-headers, colors, scron)[source]: Hard-code NAME.
* gnu: lchat: Update to 0.0.0-4.e3b64e6.Tobias Geerinckx-Rice2020-05-16
| | | | | * gnu/packages/suckless.scm (lchat): Update to 0.0.0-4.e3b64e6. [source]: Use GIT-VERSION and GIT-FILE-NAME.
* gnu: zsh-autosuggestions: Update to 0.6.4.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/shellutils.scm (zsh-autosuggestions): Update to 0.6.4.
* gnu: wine-staging-patchset-data: Update to 5.8.Tobias Geerinckx-Rice2020-05-16
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.8.
* gnu: flowee: Update to 2020.03.3.Tom Zander via Guix-patches via2020-05-16
| | | | | | * gnu/packages/finance.scm (flowee): Update to 2020.03.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: fulcrum: Update to 1.1.1.Tom Zander via Guix-patches via2020-05-16
| | | | | | * gnu/packages/finance.scm (fulcrum): Update to 1.1.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add lldpd.Ricardo Wurmus2020-05-16
| | | | * gnu/packages/networking.scm (lldpd): New variable.
* gnu: Add openjdk14.Not Zed2020-05-16
| | | | | | * gnu/packages/java.scm (openjdk14): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add openjdk13.Not Zed2020-05-16
| | | | | | * gnu/packages/java.scm (openjdk13): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add rawdog.raingloom2020-05-16
| | | | | | * gnu/packages/syndication.scm (rawdog): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add python-pytidylib.宋文武2020-05-16
| | | | * gnu/packages/python-xyz.scm (python-pytidylib, python2-pytidylib): New variables.
* gnu: delft-icon-theme: Update to 1.12.Leo Prikler2020-05-16
| | | | | | * gnu/packages/gnome-xyz.scm (delft-icon-theme): Update to 1.12. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: papirus-icon-theme: Update to 20200430.Leo Prikler2020-05-16
| | | | | | * gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200430. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: matcha-theme: Update to 2020-05-09.Leo Prikler2020-05-16
| | | | | | | | * gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2020-05-09. [source]: Update URL. [arguments]: Update build script. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-libmpsse: Update to 1.4.1.Danny Milosavljevic2020-05-15
| | | | | | * gnu/packages/embedded.scm (python-libmpsse): Update to 1.4.1. [arguments]<#:phases>[set-environment-up]: Fix build with Python 3.8.
* gnu: kicad: Re-use common fields in add-ons.Tobias Geerinckx-Rice2020-05-15
| | | | | | | * gnu/packages/engineering.scm (kicad-i18n, kicad-symbols): Re-use kicad's VERSION and HOME-PAGE. (kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Re-use kicad's VERSION.
* gnu: kicad-templates: Update to 5.1.6.Tobias Geerinckx-Rice2020-05-15
| | | | * gnu/packages/engineering.scm (kicad-templates): Update to 5.1.6.
* gnu: kicad-packages3d: Update to 5.1.6.Tobias Geerinckx-Rice2020-05-15
| | | | * gnu/packages/engineering.scm (kicad-packages3d): Update to 5.1.6.
* gnu: kicad-footprints: Update to 5.1.6.Tobias Geerinckx-Rice2020-05-15
| | | | * gnu/packages/engineering.scm (kicad-footprints): Update to 5.1.6.
* gnu: kicad-symbols: Update to 5.1.6.Tobias Geerinckx-Rice2020-05-15
| | | | * gnu/packages/engineering.scm (kicad-symbols): Update to 5.1.6.
* gnu: kicad-i18n: Update to 5.1.6.Tobias Geerinckx-Rice2020-05-15
| | | | * gnu/packages/engineering.scm (kicad-i18n): Update to 5.1.6.