summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-15scripts: system: Rename grub? and install-grub? to bootloader? and ↵Mathieu Othacehe
install-bootloader?. * guix/scripts/system.scm (perform-action): Rename grub? to bootloader, (%options): rename install-grub? to install-bootloader?, (%default-options): ditto, (process-action): reindent and rename grub? to bootloader?.
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-15scripts: system: Back out operating-system-bootcfg change.Danny Milosavljevic
Follow-up to 475e2ce211ac05a814c1f1bc2b9648baa17ad369. * guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg change.
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-15scripts: system: Move save-load-path-excursion and ↵Danny Milosavljevic
save-environment-excursion macros to the top. * guix/scripts/system.scm (save-load-path-excursion, save-environment-excursion): Move definitions to the top of the file. It allows to use them in the whole file. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
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-15scripts: system: Move save-load-path-excursion and ↵Mathieu Othacehe
save-environment-excursion macros to the top. * guix/scripts/system.scm (save-load-path-excursion, save-environment-excursion): Move definitions to the top of the file. It allows to use them in the whole file. 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.
2017-04-14gnu: samba: Update to 4.5.8.Leo Famulari
This fixes a regression introduced by the security fixes for CVE-2017-2619. * gnu/packages/samba.scm (samba): Update to 4.5.8.
2017-04-14gnu: mutt: Update to 1.8.1.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 1.8.1. [source]: Use HTTPS URL.
2017-04-14gnu: gpgme: Update to 1.9.0.Leo Famulari
* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
2017-04-14gnu: ncmpc: Update to 0.27.Leo Famulari
* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
2017-04-14gnu: libmpdclient: Update to 2.11.Leo Famulari
* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
2017-04-14gnu: mysql: Update to 5.7.18.Leo Famulari
* gnu/packages/databases.scm (mysql): Update to 5.7.18.
2017-04-14gnu: youtube-dl: Update to 2017.04.14.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
2017-04-14gnu: dub: Flesh out synopsis & description.Tobias Geerinckx-Rice
* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what dub is and does.
2017-04-14build: Download aarch64 bootstrap binaries from alpha.gnu.org.Ludovic Courtès
* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL. * gnu/packages/package-management.scm (boot-guile-uri): Likewise.
2017-04-14gnu: emacs-company: Enable tests.Arun Isaac
* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
2017-04-14build: Stop building gnu/build/svg.scm.Mathieu Othacehe
* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm. It fixes the following build warnings: gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create' gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create' gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale' gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface' Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14build-system/cargo: Remove store reference.Mathieu Othacehe
* guix/build/cargo-build-system.scm (generate-checksums): Remove store reference from comment. This comment was matching assert-no-store-file-names regexp in Makefile.am. Also, edit procedure docstring to precise that DIR-NAME is a store directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.Mathieu Othacehe
* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The file was removed of guix in this commit a3a27745013f3e5a287de3bf0187b2f72beb6965. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14gnu: Add guile-syntax-highlight.David Thompson
* gnu/packages/guile.scm (guile-syntax-highlight): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14gnu: julia: Update to 0.5.1.Ricardo Wurmus
* gnu/packages/julia.scm (julia): Update to 0.5.1.
2017-04-14gnu: Add emacs-cdlatex.Arun Isaac
* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
2017-04-14gnu: mafft: Update to 7.310.Ben Woodcroft
* gnu/packages/bioinformatics.scm (mafft): Update to 7.310.
2017-04-13gnu: Add fillets-ng.Ricardo Wurmus
* gnu/packages/games.scm (fillets-ng): New variable.
2017-04-13gnu: Add teeworlds.Ricardo Wurmus
* gnu/packages/games.scm (teeworlds): New variable. * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch.
2017-04-13gnu: Add bam.Ricardo Wurmus
* gnu/packages/build-tools.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-04-14gnu: password-store: Update to 1.7.1.Arun Isaac
* gnu/packages/password-utils.scm (password-store): Update to 1.7.1. [source]: Remove "password-store-gnupg-compat.patch". * gnu/packages/patches/password-store-gnupg-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-04-13gnu: php: Update to 7.1.4.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.1.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: postgresql: Update to 9.6.2.Vasile Dumitrascu
* gnu/packages/databases.scm (postgresql): Update to 9.6.2. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-zenburn-theme: Update to 2.5.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-flycheck: Update to 30.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-flycheck): Update to 30. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-clojure-mode: Update to 5.4.0.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: emacs-company: Update to 0.9.3.Vasile Dumitrascu
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-04-13gnu: Add libxls.Catonano
* gnu/packages/xml.scm (libxls): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>