aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: ALSA: Update to 1.1.9.•••* gnu/packages/linux.scm (alsa-lib, alsa-utils, alsa-plugins): Update to 1.1.9. * gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add phase to adjust ALSA header file name. Marius Bakke2019-05-13
* gnu: libinput: Update to 1.13.2.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.13.2. Marius Bakke2019-05-13
* gnu: mesa: Update to 19.0.4.•••* gnu/packages/gl.scm (mesa): Update to 19.0.4. Rutger Helling2019-05-13
* gnu: mariadb: Update to 10.1.40.•••* gnu/packages/databases.scm (mariadb): Update to 10.1.40. Marius Bakke2019-05-08
* gnu: Valgrind: Remove version 3.14.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.15.0. (valgrind-3.15): Remove variable. Marius Bakke2019-05-08
* gnu: libgsf: Update to 1.14.46.•••* gnu/packages/gnome.scm (libgsf): Update to 1.14.46. Marius Bakke2019-05-08
* gnu: vulkan-headers: Update to 1.1.107.•••* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.107. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. Rutger Helling2019-05-07
* gnu: llvm: Update to 8.0.0.•••* gnu/packages/llvm.scm (llvm): Update to 8.0.0. * gnu/packages/llvm.scm (clang-runtime): Update hash. * gnu/packages/llvm.scm (clang): Update hash. Rutger Helling2019-05-06
* gnu: mesa: Update gallium drivers.•••* gnu/packages/gl.scm (mesa)[arguments]: Update configure-flags for aarch64 and armhf for gallium drivers. Efraim Flashner2019-05-05
* gnu: opus: Update to 1.3.1.•••* gnu/packages/xiph.scm (opus): Update to 1.3.1. Marius Bakke2019-05-04
* gnu: libdrm: Update to 2.4.98.•••* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.98. Marius Bakke2019-05-04
* gnu: libpsl: Update to 0.21.0.•••* gnu/packages/web.scm (libpsl): Update to 0.21.0. Marius Bakke2019-05-04
* gnu: python-cython: Update to 0.29.7.•••* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.7. Marius Bakke2019-05-04
* gnu: pcre2: Update to 10.33.•••* gnu/packages/pcre.scm (pcre2): Update to 10.33. Marius Bakke2019-05-04
* gnu: imagemagick: Update to 6.9.10-42.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-42. Marius Bakke2019-05-04
* gnu: gtk+: Update to 3.24.8.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.8. [source](snippet): Remove. Marius Bakke2019-05-04
* gnu: gstreamer: Update to 1.16.0.•••* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-bad, gst-plugins-ugly, python-gst): Update to 1.16.0. (gst-plugins-good): Likewise. [source](patches): Remove. [arguments]: Remove #:make-flags. (gst-libav): Update to 1.16.0. [inputs]: Change FFMPEG-3.4 to FFMPEG. * gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Marius Bakke2019-05-04
* gnu: orc: Update to 0.4.29.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.29. Marius Bakke2019-05-04
* gnu: mesa: Update to 19.0.3.•••* gnu/packages/gl.scm (mesa): Update to 19.0.3. Marius Bakke2019-05-04
* gnu: ocaml-menhir: Update to 20181113.•••* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20181113. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt2019-05-03
* gnu: Add python-django-extensions.•••* gnu/packages/django.scm (python-django-extensions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sam2019-05-03
* gnu: Add python-django-taggit.•••* gnu/packages/django.scm (python-django-taggit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sam2019-05-03
* shepherd: Include /etc/localtime in service containers.•••Fixes a bug whereby Tor (for example) would emit syslog messages with a UTC timestamp instead of local time. * gnu/build/shepherd.scm (default-mounts): Add /etc/localtime to MAPPINGS. Ludovic Courtès2019-05-03
* gnu: tor: Update to 0.4.0.5.•••* gnu/packages/tor.scm (tor): Update to 0.4.0.5. Tobias Geerinckx-Rice2019-05-03
* gnu: Add python-css-parser, python2-css-parser.•••* gnu/packages/python-web.scm (python-css-parser, python2-css-parser): New variables. Signed-off-by: Andreas Enge <andreas@enge.fr> Brendan Tildesley2019-05-03
* gnu: web: Change 'l:' prefix to 'license:'.•••* gnu/packages/web.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Andreas Enge <andreas@enge.fr> Brendan Tildesley2019-05-03
* installer: Do not sort the guided partition schemes in the selection page.•••Previously, the "Everything is one partition" entry would come first in English but it would be second in French. This change keeps it the first choice regardless of the language. * gnu/installer/newt/partition.scm (run-scheme-page): Pass #:sort-listbox-items? to 'run-scheme-page'. Ludovic Courtès2019-05-03
* installer: Ensure 'packages' field is a superset of '%base-packages'.•••Fixes <https://bugs.gnu.org/35541>. Reported by Florian Pelz <pelzflorian@pelzflorian.de>. * gnu/installer/services.scm (system-services->configuration): Generate a snippet that appends PACKAGES to %BASE-PACKAGES. Ludovic Courtès2019-05-03
* Correct email address for ison.•••* .mailmap, gnu/packages/lxde.scm: Update email address. Signed-off-by: Andreas Enge <andreas@enge.fr> ison2019-05-03
* gnu: r-cluster: Update to 2.0.9.•••* gnu/packages/statistics.scm (r-cluster): Update to 2.0.9. [inputs]: Move gfortran from here... [native-inputs]: ...to here. Ricardo Wurmus2019-05-03
* gnu: r-irkernel: Update to 1.0.1.•••* gnu/packages/cran.scm (r-irkernel): Update to 1.0.1. Ricardo Wurmus2019-05-03
* gnu: r-ouch: Update to 2.14-1.•••* gnu/packages/cran.scm (r-ouch): Update to 2.14-1. Ricardo Wurmus2019-05-03
* gnu: r-fs: Update to 1.3.0.•••* gnu/packages/cran.scm (r-fs): Update to 1.3.0. Ricardo Wurmus2019-05-03
* gnu: linux-libre: Update to 5.0.11.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.11. (%linux-libre-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.19: Update to 4.19.38.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.38. (%linux-libre-4.19-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.14: Update to 4.14.115.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.115. (%linux-libre-4.14-hash): Update hash. Mark H Weaver2019-05-02
* gnu: linux-libre@4.9: Update to 4.9.172.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.172. Mark H Weaver2019-05-02
* gnu: pluma: Use older version of gtksourceview.•••Reported by L p R n d n <guix@lprndn.info>. Fixes <https://bugs.gnu.org/35535>. * gnu/packages/mate.scm (pluma)[inputs]: Replace gtksourceview with gtksourceview-3. Ricardo Wurmus2019-05-02
* gnu: mate-applets: Use older version of gtksourceview.•••Reported by L p R n d n <guix@lprndn.info>. * gnu/packages/mate.scm (mate-applets)[inputs]: Replace gtksourceview with gtksourceview-3. Ricardo Wurmus2019-05-02
* gnu: le-certs: Update hashes.•••They added the 3 missing '^M' to all pem certs. * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem. 宋文武2019-05-02
* Merge branch 'version-1.0.0'Ludovic Courtès2019-05-02
|\
| * vm: Build ISOs and VM images in a UTF-8 environment.•••Fixes a bug whereby building an image containing non-ASCII file names would fail due to improper decoding of file names. * gnu/system/vm.scm (iso9660-image, qemu-image): Set GUIX_LOCPATH and call 'setlocale' in the build environment. Ludovic Courtès2019-05-01
| * gnu: guix: Update to 326dcbf.Ludovic Courtès2019-05-01
| * gnu: guix: Update to 1.0.0.Ludovic Courtès2019-05-01
| * vm-image: Add 'label' field.•••* gnu/system/examples/vm-image.tmpl (label): New field. Ludovic Courtès2019-05-01
| * gnu: u-boot-tools: Only run full test suite on x86_64.•••* gnu/packages/bootloaders (u-boot-tools)[arguments]<#:phases>[check]: Modify phase. [check-x86]: New phase. [patch]: New phase. Vagrant Cascadian2019-04-30
| * gnu: gexiv2: Skip failing test on 32-bit platforms.•••* gnu/packages/gnome.scm (gexiv2)[arguments]: New field. Ludovic Courtès2019-04-30
| * gnu: libplist: Run tests sequentially.•••Fixes <https://bugs.gnu.org/35501>. Reported by Brendan Tildesley <mail@brendan.scot>. * gnu/packages/libusb.scm (libplist)[arguments]: New field. Ludovic Courtès2019-04-30
| * gnu: Add i3lock.•••* gnu/packages/wm.scm (i3lock): New public variable. (cherry picked from commit b6afc350514ae5016adc6ca70f7be72aa3ecb2d2) Marius Bakke2019-04-30
| * services: colord: Make public and searchable.•••* gnu/services/desktop.scm (colord-service-type): Make public. [description]: New field. Ludovic Courtès2019-04-30