Commit Graph

45309 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice f3addff21c
gnu: libelf: Use archived home page and mirrored source.
* gnu/packages/elf.scm (libelf)[source]: Use mirror URLs.
[home-page]: Use archived home page.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice dbe2dfa528
gnu: pidgin: Use HTTPS home page.
* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 569958aeb5
gnu: pidgin: Add network-manager support.
* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager.
[arguments]: Undisable it in #:configure-flags.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 0fcb0e5076
gnu: pidgin: Update to 2.13.0.
* gnu/packages/messaging.scm (pidgin): Update to 2.13.0.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice a4cf65c804
gnu: pidgin: Don't use NAME in source URI.
* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 8a8597819e
gnu: duplicity: Update to 0.7.19.
* gnu/packages/backup.scm (duplicity): Update to 0.7.19.
2019-05-26 03:27:33 +02:00
Ludovic Courtès 7fcb86da2b
store: Fix 'hash-part->path' docstring.
* guix/store.scm (hash-part->path): Adjust docstring to match reality.
2019-05-26 01:34:17 +02:00
Ludovic Courtès 493375cdb2
publish: Maintain a hash-part-to-store-item mapping in cache.
Fixes <https://bugs.gnu.org/33897>.

* guix/scripts/publish.scm (hash-part-mapping-cache-file)
(hash-part->path*): New procedures.
* guix/scripts/publish.scm (render-narinfo/cached)[delete-entry]: Delete
the 'hash-part-mapping-cache-file'.
Use 'hash-part->path*' instead of 'hash-part->path'.
* tests/publish.scm ("with cache, vanishing item"): New test.
2019-05-26 01:34:17 +02:00
Reza Alizadeh Majd ed90104cc8
services: sddm: Fix root login failure issue.
* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG.
(sdm-autologin-pam-service): Set uid from CONFIG.
(sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and
'sddm-autologin-pam-service'.
* doc/guix.texi (X Window): Adjust 'minimum-uid' documentation.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-05-26 01:34:16 +02:00
Arun Isaac 336674549d
services: cgit: Fix typo.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with
"the".
2019-05-25 15:58:03 +05:30
Kei Kebreau 41cdaf47e1
gnu: squirrel: Fix build.
This follows commit 9d0c291e3e.

* gnu/packages/squirrel.scm: Adjust module reference.
2019-05-25 06:08:23 -04:00
Brian Leung 7547648091
gnu: emacs-lispy: Update to 0.27.0.
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 0.27.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:37 +02:00
Brian Leung c799fd63f6
gnu: emacs-avy: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:37 +02:00
Brian Leung eea4ed9869
gnu: emacs-highlight-symbol: Update to 1.3.1-7a789c7.
* gnu/packages/emacs-xyz.scm (emacs-highlight-symbol): Update to 1.3.1-7a789c7.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:33 +02:00
Arun Isaac d2928fa63f
linux-container: Check if nscd run directory exists when container is run.
* gnu/system/linux-container.scm (containerized-operating-system):
(container-script): Check for existence of the host nscd run directory in the
container script. This check should be run when the container is started, not
when the container script is created.
[network-mappings]: Delete variable.
[nscd-run-directory, nscd-mapping]: New variables.
2019-05-25 11:06:22 +05:30
Kei Kebreau 8698d986db
gnu: supertux: Update to 0.6.0.
* gnu/packages/games.scm (supertux): Update to 0.6.0.
[source]: Add patches.
[arguments]: Add -DUSE_SYSTEM_PHYSFS=ON. Add 'patch-squirrel-path' phase.
[inputs]: Add freetype and squirrel.
* gnu/packages/patches/supertux-fix-build-with-gcc5.patch,
gnu/packages/patches/supertux-unbundle-squirrel.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2019-05-24 21:00:15 -04:00
Kei Kebreau 608d148c50
gnu: squirrel: Install headers and documentation.
* gnu/packages/squirrel.scm (squirrel)[arguments]: Disable building static
libraries. Add 'install-documentation' and 'install-headers' phases.
[native-inputs]: Add python-sphinx.
2019-05-24 21:00:15 -04:00
Kei Kebreau 03b630686f
gnu: squirrel: Build from a source archive instead of a Git checkout.
* gnu/packages/squirrel.scm (squirrel)[source]: Use url-fetch and adjust the
source URL accordingly.
2019-05-24 21:00:15 -04:00
Marius Bakke 848e600d71
gnu: Remove help2man@1.47.6.
* gnu/packages/man.scm (help2man): Update to 1.47.10.
(help2man/latest): Remove variable.
2019-05-25 00:53:04 +02:00
Marius Bakke bb9dec546f
gnu: gawk: Update to 5.0.0.
* gnu/packages/patches/libgpg-error-gawk-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (libgpg-error)[source](modules, patches): New fields.
* gnu/packages/gawk.scm (gawk): Update to 5.0.0.
2019-05-25 00:47:54 +02:00
Marius Bakke 5dc3de3ac7
gnu: libidn2: Update to 2.2.0.
* gnu/packages/libidn.scm (libidn2): Update to 2.2.0.
2019-05-25 00:47:54 +02:00
Marius Bakke 91cf806425
gnu: libuv: Update to 1.29.1.
* gnu/packages/libevent.scm (libuv): Update to 1.29.1.
2019-05-25 00:47:54 +02:00
Marius Bakke 98be913d5b
gnu: dbus: Update to 1.12.14.
* gnu/packages/glib.scm (dbus): Update to 1.12.14.
2019-05-25 00:47:54 +02:00
Marius Bakke 45771d63c5
gnu: cmake: Update to 3.14.4.
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.4.
2019-05-25 00:47:53 +02:00
Marius Bakke e7809d96aa
gnu: bison: Update to 3.4.1.
* gnu/packages/bison.scm (bison): Update to 3.4.1.
2019-05-25 00:47:53 +02:00
Marius Bakke a3e53041b8
gnu: perl: Update to 5.30.0.
* gnu/packages/patches/perl-no-sys-dirs.patch: Adjust Errno.h hunk.
* gnu/packages/perl.scm (perl): Update to 5.30.0.
2019-05-25 00:47:53 +02:00
Marius Bakke 1b4c3faff4
gnu: curl: Remove unused module import.
This is a follow-up to commit 52cb7748cb.

* gnu/packages/curl.scm: Don't import (gnu packages ssh).
2019-05-25 00:47:53 +02:00
Marius Bakke 74659ebef1
gnu: curl: Remove graft for 7.65.0.
* gnu/packages/curl.scm (curl): Update to 7.65.0.
(curl-7.65.0): Remove variable.
2019-05-25 00:30:09 +02:00
Marius Bakke 57df83e07d
Merge branch 'staging' into core-updates 2019-05-25 00:25:15 +02:00
Marius Bakke 136b7d81f0
gnu: nss, nss-certs: Update to 3.44.
* gnu/packages/nss.scm (nss): Update to 3.44.
* gnu/packages/certs.scm (nss-certs): Likewise.
2019-05-24 23:28:32 +02:00
Marius Bakke d43a696080
gnu: imagemagick: Update to 6.9.10-46.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-46.
2019-05-24 23:28:32 +02:00
Marius Bakke 736b66a099
gnu: eudev: Update to 3.2.8.
* gnu/packages/linux.scm (eudev): Update to 3.2.8.
2019-05-24 23:28:31 +02:00
Marius Bakke b97f4a357c
gnu: python-urllib3: Update to 1.25.3.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.3.
2019-05-24 23:28:31 +02:00
Marius Bakke b8725cdf94
gnu: python-pysocks: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.0.
2019-05-24 23:28:31 +02:00
Marius Bakke ab43d1f827
gnu: at-spi2-core: Update to 2.32.1.
* gnu/packages/patches/at-spi2-core-meson-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.32.1.
[source](patches): Remove.
2019-05-24 23:28:30 +02:00
Marius Bakke b97b47b676
gnu: libva: Update to 2.4.1.
* gnu/packages/video.scm (libva): Update to 2.4.1.
2019-05-24 23:28:30 +02:00
Marius Bakke b2965b26ee
gnu: python-mako: Update to 1.0.10.
* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.10.
2019-05-24 23:28:30 +02:00
Marius Bakke 05a5bd8366
gnu: python-requests: Update to 2.22.0.
* gnu/packages/python-web.scm (python-requests): Update to 2.22.0.
2019-05-24 23:28:29 +02:00
Marius Bakke 657e025def
gnu: cups-filters: Update to 1.23.0.
* gnu/packages/cups.scm (cups-filters): Update to 1.23.0.
2019-05-24 23:28:29 +02:00
Marius Bakke ab6693c45f
gnu: libical: Update to 3.0.5.
* gnu/packages/calendar.scm (libical): Update to 3.0.5.
[native-inputs]: Add GTK-DOC.
2019-05-24 23:28:29 +02:00
Marius Bakke 2a11a029a4
gnu: sbc: Update to 1.4.
* gnu/packages/linux.scm (sbc): Update to 1.4.
2019-05-24 23:28:28 +02:00
Marius Bakke d309b36d30
gnu: python-sphinx: Update to 2.0.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.0.1.
[arguments]: Remove Python2 workaround.
[propagated-inputs]: Remove PYTHON-SIX and PYTHON-SPHINXCONTRIB-WEBSUPPORT.
Add PYTHON-SPHINXCONTRIB-APPLEHELP, PYTHON-SPHINXCONTRIB-DEVHELP,
PYTHON-SPHINXCONTRIB-HTMLHELP, PYTHON-SPHINXCONTRIB-JSMATH,
PYTHON-SPHINXCONTRIB-QTHELP, and PYTHON-SPHINXCONTRIB-SERIALIZINGHTML.
(python2-sphinx)[source]: Stay on version 1.7.7.
[arguments]: New field.
[propagated-inputs]: Do not inherit from the Python 3 Sphinx variant.
2019-05-24 23:24:09 +02:00
Marius Bakke 224d2e2efd
gnu: postgresql: Remove graft for 10.8.
* gnu/packages/databases.scm (postgresql): Update to 10.8.
[replacement]: Remove.
(postgresql-10.8): Remove variable.
2019-05-24 22:48:59 +02:00
Marius Bakke ddb4062784
Merge branch 'master' into staging 2019-05-24 22:44:51 +02:00
Marius Bakke dbe533292b
gnu: help2man: Update to 1.47.10.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.10.
2019-05-24 21:54:32 +02:00
Marius Bakke ceb1936aa4
gnu: python-markdown: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1.
2019-05-24 21:54:32 +02:00
Marius Bakke 0cb9bacbfa
gnu: perl: Update home page.
* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS.
2019-05-24 21:54:32 +02:00
Marius Bakke 6eceb2d445
gnu: Add python-sphinxcontrib-qthelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public variable.
2019-05-24 21:54:32 +02:00
Marius Bakke 72f278a0ff
gnu: Add python-sphinxcontrib-htmlhelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public variable.
2019-05-24 21:54:32 +02:00
Marius Bakke 67be8943c3
gnu: Add python-sphinxcontrib-jsmath.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable.
2019-05-24 21:54:31 +02:00