summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-04-17gnu: video: Always use HTTPS on videolan.org.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdca, libdvdread, libdvdnav, libdvdnav-4) (libdvdcss)[source]: Use HTTPS. (libdca, libdvdcss, libbdplus, libaacs)[home-page]: Likewise.
2017-04-17gnu: freedink-data: Update to 1.08.20170401.Kei Kebreau
* gnu/packages/games.scm (freedink-data): Update to 1.08.20170401.
2017-04-17gnu: node: Actually set timeout to 1 h.Danny Milosavljevic
* gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
2017-04-17retroarch: Update to 1.5.0.宋文武
* gnu/packages/games.scm (retroarch): Update to 1.5.0.
2017-04-17gnu: node: Update to 7.8.0.Jelle Licht
* gnu/packages/node.scm (node): Update to 7.8.0. [properties]: Add timeout of 1 h.
2017-04-17gnu: yadifa: Update to 2.2.4.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): Update to 2.2.4.
2017-04-17gnu: perl-sys-cpu: Re-write description.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-sys-cpu)[description]: Fix some typos by re-writing most of the description.
2017-04-17gnu: Fix typos in descriptions.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (di)[description]: Likewise. * gnu/packages/bioinformatics.scm (r-annotate)[description]: Likewise. * gnu/packages/datastructures.scm (sparsehash)[description]: Likewise. * gnu/packages/dns.scm (knot)[description]: Likewise. * gnu/packages/emacs.scm (emacs-idle-highlight)[synopsis, description]: Likewise. * gnu/packages/gnome.scm (libpeas)[description]: Likewise. * gnu/packages/gtk.scm (python2-pygtk)[description]: Likewise. * gnu/packages/kde-frameworks.scm (kactivities)[description]: Fix typo. * gnu/packages/libevent.scm (perl-anyevent)[description]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[description]: Likewise. * gnu/packages/mail.scm (mlmmj)[description]: Likewise. * gnu/packages/maths.scm (vc)[description]: Likewise. * gnu/packages/music.scm (gx-super-fuzz-lv2)[description]: Likewise. * gnu/packages/networking.scm (nload)[description]: Likewise. * gnu/packages/python.scm (python-execnet)[description]: Likewise. * gnu/packages/terminals.scm (tilda)[description]: Likewise. * gnu/packages/python.scm (python-execnet, python-tables) (python2-coverage-test-runner, python2-rope)[description]: Likewise.
2017-04-16gnu: fio: Update to 2.19.Marius Bakke
* gnu/packages/benchmark.scm (fio): Update to 2.19.
2017-04-16gnu: nss: Increase test timeouts.Marius Bakke
* gnu/packages/patches/nss-increase-test-timeout.patch: Wait up to 60s before regarding a test as failed.
2017-04-16gnu: diffoscope: Update to 81.Kei Kebreau
* gnu/packages/package-management.scm (diffoscope): Update to 81.
2017-04-16gnu: Add emacs-calfw.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-calfw): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-04-16gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.Alex Kost
* gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise.
2017-04-16gnu: guile-daemon: Update to 0.1.2.Alex Kost
* gnu/packages/guile.scm (guile-daemon): Update to 0.1.2.
2017-04-15gnu: Add graphene.Roel Janssen
* gnu/packages/gtk.scm (graphene): New variable.
2017-04-16gnu: bullet: Update to 2.86.1.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (bullet): Update to 2.86.1.
2017-04-16gnu: game-development: Use HTTPS where possible.Tobias Geerinckx-Rice
* gnu/packages/game-development.scm (sfml)[home-page]: Use HTTPS. (physfs)[source, home-page]: Likewise. (aseprite)[home-page]: Likewise. (python-pygame)[home-page]: Likewise.
2017-04-16gnu: thefuck: Update to 3.16.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thefuck): Update to 3.16.
2017-04-16gnu: offlineimap: Update to 7.1.0.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (offlineimap): Update to 7.1.0.
2017-04-16gnu: youtube-dl: Update to 2017.04.16.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.16.
2017-04-15gnu: vim: Update to 8.0.0566.ng0
* gnu/packages/vim.scm (vim): Update to 8.0.0566. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-16tests: dicod: Bail out if we cannot connect within 20 seconds.Ludovic Courtès
* gnu/tests/dict.scm (run-dicod-test)["connect inside"]: Bail out after 20 seconds of failure to connect.
2017-04-16services: Add a default value to various service types.Ludovic Courtès
* gnu/services/admin.scm (rottlog-service-type)[default-value]: New field. * gnu/services/base.scm (guix-service-type)[default-value]: New field. (guix-publish-service-type)[default-value]: New field. * gnu/services/cups.scm (cups-service-type)[default-value]: New field. * gnu/services/dict.scm (dicod-service-type)[default-value]: New field. * gnu/services/mcron.scm (mcron-service-type)[default-value]: New field. * gnu/services/networking.scm (<tor-configuration>)[config-file]: Add default value. (tor-service-type)[default-value]: New field. (<bitlbee-configuration>)[interface, port, extra-settings]: Add default values. (bitlbee-service-type)[default-value]: New field. (wpa-supplicant-service-type)[default-value]: New field. (tlp-service-type)[default-value]: New field. (openssh-service-type)[default-value]: New field. * doc/guix.texi (Base Services, Log Rotation) (Networking Services, Printing Services): (Power management Services): Adjust examples accordingly.
2017-04-16services: Service types can now specify a default value for instances.Ludovic Courtès
* gnu/services.scm (&no-default-value): New variable. (<service-type>)[default-value]: New field. (<service>): Rename constructor from 'service' to 'make-service'. (service): New macro. (%service-with-default-value): New procedure. (&missing-value-service-error): New error condition. * tests/services.scm ("services, default value"): New test. * doc/guix.texi (Service Types and Services): Document 'default-value'. (Service Reference): Explain default values.
2017-04-16services: 'service-parameters' becomes 'service-value'.Ludovic Courtès
* gnu/services.scm (<service>)[parameters]: Rename to... [value]: ... this. Change calls to 'service-parameters' to 'service-value'. * gnu/system.scm, gnu/tests/base.scm, guix/scripts/system.scm, tests/services.scm: Likewise. * doc/guix.texi (Service Reference): Adjust accordingly.
2017-04-16gnu: racket: Update to 6.8.Arun Isaac
* gnu/packages/scheme.scm (racket): Update to 6.8.
2017-04-15system: Make grub use <menu-entry> instead of <boot-parameters> again.Danny Milosavljevic
* gnu/system/grub.scm: Remove boot-parameters->menu-entry. (grub-configuration): Don't use boot-parameters->menu-entry. * gnu/system.scm (operating-system-bootcfg): Use menu-entry. * guix/scripts/system.scm (reinstall-grub): Use profile-grub-entries. (perform-action): Use profile-grub-entries.
2017-04-15gnu: giac-xcas: Update to 1.2.3-37.Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-37. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: asymptote: Update to 2.41Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.41. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: idris: Fix idris-default-arguments.Peter Mikkelsen
* gnu/packages/idris.scm (idris-default-arguments): Don't set IDRIS_LIBRARY_PATH before building and change --install to --build. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: idris: Update to 1.0.Peter Mikkelsen
* gnu/packages/idris.scm (idris): Update to 1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: speedtest-cli: Update to 1.0.3.Mathieu Othacehe
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.3. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-15gnu: ceph: Disable failing test.Marius Bakke
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/storage.scm (ceph)[source]: Use it.
2017-04-15gnu: rocksdb: Don't build static library.Marius Bakke
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add new Makefile substitution. Remove 'delete-static-library' phase. Adjust 'build-release-libraries' phase to match. <#:make-flags>: Remove redundant flag.
2017-04-15gnu: rocksdb: Disable failing test.Marius Bakke
* gnu/packages/databases.scm (rocksdb)[arguments]<#:phases>: Add one more test to 'disable-failing-tests' phase.
2017-04-15gnu: bc: Update to 1.07.1.Marius Bakke
* gnu/packages/algebra.scm (bc): Update to 1.07.1. [native-inputs]: Add ED and TEXINFO. [arguments]<#:phases>: Remove.
2017-04-15gnu: mupdf: Update to 1.11.Marius Bakke
Also delete two stray patches that were added in 92ae98e2a0c2ffc807111dbf7616df47a9d3b31c and lost in a subsequent merge (mupdf/fixed was already gone at e90e0fad1b3ba79d81f02424e143ee6f4f736e8b). * gnu/packages/patches/mupdf-CVE-2017-5896.patch, gnu/packages/patches/mupdf-CVE-2017-5991.patch, gnu/packages/patches/mupdf-mujs-CVE-2016-10132.patch, gnu/packages/patches/mupdf-mujs-CVE-2016-10133.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/patches/mupdf-build-with-openjpeg-2.1.patch: Adjust. * gnu/packages/pdf.scm (mupdf): Update to 1.11. [source]: Remove mujs patches. Adjust snippet to source rename.
2017-04-15gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
2017-04-15gnu: kodi: Update to 18.0_alpha-2-478d306.Marius Bakke
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-2-478d306. [arguments]<#:configure-flags>: Remove obsolete flag.
2017-04-15system: Pass boot-parameters to (gnu system grub).Mathieu Othacehe
* gnu/system.scm (operating-system-bootcfg): Pass boot-parameters. * gnu/system/grub.scm (boot-parameters->menu-entry): New variable. (grub-configuration-file): Use boot-parameters->menu-entry. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15system: grub: Use (first all-entries) instead of (first entries).Danny Milosavljevic
* gnu/system/grub.scm (grub-configuration-file): Use (first all-entries) instead of (first entries).
2017-04-15tests: Remove unused import (gnu system grub).Danny Milosavljevic
* gnu/tests/web.scm: Remove unused import.
2017-04-15system: Rename (internal) grub-device to fs->boot-device.Mathieu Othacehe
* gnu/system.scm (grub-device): Rename to... (fs->boot-device): ... this. (operating-system-grub.cfg): Adapt. (operating-system-parameters-file): Adapt. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15vm: Reword grub.cfg to bootcfg.Mathieu Othacehe
* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg, (initialize-hard-disk): ditto, * gnu/system/vm.scm (system-disk-image): ditto, (system-qemu-image): ditto, (system-qemu-image/shared-store): ditto. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15system: Rename operating-system-grub.cfg to operating-system-bootcfg.Mathieu Othacehe
* gnu/system.scm (operating-system-grub.cfg): Rename to... (operating-system-bootcfg): ... this. * gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg. (system-qemu-image): Use operating-system-bootcfg. (system-qemu-image/shared-store): Use operating-system-bootcfg. * guix/scripts/system.scm (perform-action): Use operating-system-bootcfg. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15gnu: wireshark: Update to 2.2.6.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 2.2.6. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-15system: Rename kernel->grub-label to kernel->boot-label.Mathieu Othacehe
* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label. (operating-system-grub.cfg): Adapt. (operating-system-parameters-file): Ditto. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-04-15gnu: Add orca.宋文武
* gnu/packages/gnome.scm (orca): New package.
2017-04-15gnu: Add python-pyatspi.宋文武
* gnu/packages/gnome.scm (python-pyatspi): New package.
2017-04-15gnu: speech-dispatcher: Add more inputs.宋文武
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak, pulseaudio and python.