summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-05-16gnu: ruby: Update to 2.4.0.Ben Woodcroft
* gnu/packages/ruby.scm (ruby): Update to 2.4.0. (ruby-2.3): New variable.
2017-05-14gnu: mesa: Update to 17.0.6.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 17.0.6.
2017-05-14gnu: mutter: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (mutter): Update to 3.24.1. [source]: Use a release tarball instead of a git checkout. [arguments]: Enable wayland and the native backend. Add "use-elogind" phase. Remove "autoreconf" phase. [propagated-inputs]: Remove wayland and wayland-protocols. [inputs]: Add elogind and libxtst.
2017-05-14gnu: gnome-session: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-session): Update to 3.24.1.
2017-05-14gnu: gnome-control-center: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.1.
2017-05-14gnu: gnome-online-accounts: Update to 3.24.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.0.
2017-05-14gnu: gnome-bluetooth: Update to 3.20.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.1.
2017-05-14gnu: gnome-desktop: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
2017-05-14gnu: cogl: Enable wayland support.Kei Kebreau
* gnu/packages/gnome.scm (cogl)[inputs]: Add wayland. [arguments]: Add "--enable-wayland-egl-platform" and "--enable-wayland-egl-server".
2017-05-14gnu: gtk+: Enable wayland backend.Kei Kebreau
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxkbcommon, mesa, wayland and wayland-protocols. [arguments]: Add "--enable-wayland-backend" and "--enable-x11-backend" to #:configure-flags.
2017-05-14gnu: epiphany: Update to 3.24.1.Kei Kebreau
* gnu/packages/gnome.scm (epiphany): Update to 3.24.1. [inputs]: Add JSON-GLIB.
2017-05-14gnu: json-glib: Update to 1.2.8.Kei Kebreau
* gnu/packages/gnome.scm (json-glib): Update to 1.2.8. [source]: Remove snippet.
2017-05-14Merge branch 'master' into stagingMarius Bakke
2017-05-14Merge commit '28ee4d41edf072776777ff3f83aef8502df909e5' into stagingMarius Bakke
2017-05-14gnu: Add Nyacc.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-14maint: Do not update PO files upon "make dist".Ludovic Courtès
This works around a non-determinstic build failure when doing "make distcheck -j4". * po/guix/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable. * po/packages/Makevars (DIST_DEPENDS_ON_UPDATE_PO): New variable.
2017-05-14build: 'assert-no-store-file-names' depends on ChangeLog.Ludovic Courtès
This fixes a bug whereby "make distcheck -j4" might invoke 'assert-no-store-file-names' when the temporary $(distdir)/cl-t exists (and contains store file names), before $(distdir)/ChangeLog has been created. * Makefile.am (assert-no-store-file-names): Depend on $(distdir)/ChangeLog. (dist-hook): Depend on $(distdir)/ChangeLog instead of 'gen-ChangeLog'. (gen-ChangeLog): Add $(distdir)/ChangeLog left of the colon.
2017-05-14gnu: weechat: Update to 1.8.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (weechat): Update to 1.8.
2017-05-14gnu: pv: Use HTTPS.Tobias Geerinckx-Rice
* gnu/packages/pv.scm (pv)[source, home-page]: Use HTTPS.
2017-05-13doc: Document the branching and rebuild scheduling strategy.Ludovic Courtès
* doc/contributing.texi (Submitting Patches): Document the branching scheme.
2017-05-13gnu: guile-ssh: Rename "guile2.2-ssh" to "guile-ssh".Ludovic Courtès
* gnu/packages/ssh.scm (guile-ssh)[inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-ssh): Define using 'deprecated-package'. (guile2.0-ssh): New variable. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Adjust accordingly.
2017-05-13gnu: guile-json: Rename "guile2.2-json" to "guile-json".Ludovic Courtès
* gnu/packages/guile.scm (guile-json)[native-inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-json): Define using 'deprecated-package'. (guile2.0-json): New variable. * gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Update accordingly. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix)[inputs]: Likewise.
2017-05-13gnu: Add nnn.Ethan R. Jones
* gnu/packages/admin.scm (nnn): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-13gnu: emacs-clojure-mode: Enable tests.Arun Isaac
* gnu/packages/emacs.scm (emacs-clojure-mode)[arguments]: Add 'check' phase. [native-inputs]: Add emacs-dash, emacs-s and ert-runner.
2017-05-13gnu: Add ert-runner.Arun Isaac
* gnu/packages/emacs.scm (ert-runner): New variable.
2017-05-13gnu: Add emacs-commander.Arun Isaac
* gnu/packages/emacs.scm (emacs-commander): New variable.
2017-05-13gnu: Add emacs-ansi.Arun Isaac
* gnu/packages/emacs.scm (emacs-ansi): New variable.
2017-05-13bournish: 'ls' adjusts the column width depending on the entries.Ludovic Courtès
* guix/build/bournish.scm (display-tabulated): Remove #:columns and #:column-width parameters. Add #:terminal-width and #:column-gap. Compute COLUMN-WIDTH and COLUMNS.
2017-05-13bournish: 'ls' lists directory contents.Ludovic Courtès
Suggested by Ricardo Wurmus. * guix/build/bournish.scm (ls-command-implementation): When FILE is a directory, list its contents rather than FILE itself.
2017-05-13gnu: php: Add '--with-mysqli' configure option.Alex Sassmannshausen
* gnu/packages/php.scm: Add '--with-mysqli' configure option.
2017-05-13gnu: php: Remove '--enable-threads' configure option.Alex Sassmannshausen
* gnu/packages/php.scm (php): Remove '--enable-threads' configure option, as it is no longer recognized in PHP 7.
2017-05-13gnu: emacs-key-chord: Set source file-name.Arun Isaac
* gnu/packages/emacs.scm (emacs-key-chord)[source]: Add file-name field.
2017-05-13gnu: emacs-transpose-frame: Set source file-name.Arun Isaac
* gnu/packages/emacs.scm (emacs-transpose-frame)[source]: Add file-name field.
2017-05-13gnu: emacs-goto-chg: Set source file-name.Arun Isaac
* gnu/packages/emacs.scm (emacs-goto-chg)[source]: Add file-name field.
2017-05-13import: pypi: Robustify latest-release.Mathieu Othacehe
* guix/import/pypi.scm (latest-release): Check if pypi-fetch has failed. If so return #f, else construct the <upstream-source>.
2017-05-13import: cran: Robustify cran-package?.Mathieu Othacehe
* guix/import/cran.scm (package->upstream-name): Return #f if url start and end index could not be determined. (cran-package?): Check if the upstream-name can be extracted from given package. * tests/cran.scm: Add "r-minimal is not a cran package" to make sure that r-minimal is not detected as a cran package. This fixes a failure of guix refresh on r-minimal because no upsteam-name can be determined from ".../R-version.tar.gz" uri.
2017-05-13gnu: python-termcolor: Fix uri.Mathieu Othacehe
* gnu/packages/python.scm (python-termcolor): Remove "python-" from pypi uri. This was causing guix refresh to fail on this package.
2017-05-13.gitignore: Ignore Emacs auto-save files.ng0
* .gitignore: Add entries for temporary files created by Emacs. Co-authored-by: Alex Kost <alezost@gmail.com>
2017-05-13system: Export 'read-boot-parameters'.Alex Kost
This partially reverts commit 9530e73b496fefe65dcb936825b6beda79f7fdf2. * gnu/system.scm: Export 'read-boot-parameters' for backward compatibility.
2017-05-12gnu: gimp: Update to 2.8.22 [fixes CVE-2007-3126].Leo Famulari
* gnu/packages/gimp.scm (gimp): Update to 2.8.22.
2017-05-13gnu: Add e3.ng0
* gnu/packages/text-editors.scm (e3): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-05-13scripts: Do not create the config directory.Ludovic Courtès
This fixes runs of 'guix package' and 'guix system' tests in environments where $HOME is read-only. * guix/ui.scm (config-directory): Add #:ensure? parameter and honor it. * guix/scripts.scm (warn-about-old-distro): Pass #:ensure? #f to 'config-directory'.
2017-05-13doc: Update "Limitations".Ludovic Courtès
* doc/guix.texi (Limitations): Mention LXDE; increase the package count; reword sentence about services.
2017-05-13tests: "basic" test loads (guix …) modules from the right place.Ludovic Courtès
This is a followup to 7561881f2a5d2dc463c24713745eca03e67044bf. * gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: Remove 'set!' statements, add 'add-to-load-path' statement for GUIX.
2017-05-13tests: Strengthen GC root test.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC root"]: Check for a specific return value, 'success!.
2017-05-12gnu: reptry: Fix build.Mathieu Othacehe
* gnu/packages/patches/reptyr-fix-gcc-7.patch: New file. * gnu/local.mk (dist_patch_DATA): Add new patch. * gnu/packages/screen.scm (reptyr): Use patch.
2017-05-12gnu: bluez: Update to 5.45.Marius Bakke
* gnu/packages/linux.scm (bluez): Update to 5.45.
2017-05-12gnu: postgresql: Update to 9.6.3 [fixes CVE-2017-{7484,7485,7486}].Marius Bakke
* gnu/packages/databases.scm (postgresql): Update to 9.6.3.
2017-05-12gnu: Add lierolibre.Marius Bakke
* gnu/packages/patches/lierolibre-check-unaligned-access.patch, gnu/packages/patches/lierolibre-is-free-software.patch, gnu/packages/patches/lierolibre-remove-arch-warning.patch, gnu/packages/patches/lierolibre-try-building-other-arch.patch, gnu/packages/patches/lierolibre-newer-libconfig.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/games.scm (lierolibre): New variable.
2017-05-12gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].Marius Bakke
* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.