Commit Graph

62602 Commits

Author SHA1 Message Date
Ludovic Courtès 8b1f7c03d2
.guix-channel: Add primary URL.
* .guix-channel: Add 'url'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 4ae762af76
channels: Warn when pulling from a mirror.
* guix/channels.scm (<channel-metadata>)[url]: New field.
(read-channel-metadata): Initialize it.
(read-channel-metadata-from-source): Likewise.
(channel-instance-primary-url): New procedure.
(latest-channel-instances): Compare CHANNEL's URL against it.
* doc/guix.texi (Channels)[Primary URL]: New subsection.
2020-06-17 19:32:43 +02:00
Ludovic Courtès cb8c698e8d
news: Add entry for authenticated channels.
* etc/news.scm: Add entry.
2020-06-17 19:32:43 +02:00
Ludovic Courtès ba8c09f289
build-system/gnu: Rename "make dist" phase to 'build-dist'.
* guix/build/gnu-dist.scm (%dist-phases): Add BUILD under the name
'build-dist'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 7488d70c55
build-system/gnu: Simplify 'dist-package'.
* guix/build-system/gnu.scm (dist-package): Use default keyword
arguments in 'substitute-keyword-arguments'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès dabbddbbaa
build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'.
This has become redundant with the standard 'unpack' phase since
17919a5801.

* guix/build/gnu-dist.scm (copy-source): Remove.
(%dist-phases): Remove 'unpack' phase.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 03686f26cc
build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.
* guix/build/gnu-dist.scm (install-dist): Remove code for
'hydra-build-products'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 2ee1cce324
build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'.
This has been superseded by the 'bootstrap' phase added in
189be331ac.

* guix/build/gnu-dist.scm (autoreconf): Remove.
(%dist-phases): Remove it.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 8cca3f939a
build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API.
This is a followup to 464f544739.

* guix/build-system/gnu.scm (dist-package): Do not call 'autoconf-wrapper'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès 9c8893ce20
gnu: gnurl: Update home page.
* gnu/packages/gnunet.scm (gnurl): Update 'home-page'.
2020-06-17 19:32:39 +02:00
Zhu Zihao 94e72b7502
gnu: font-sarasa-gothic: Update to 0.12.7
From 5e41fcb899267b6854990e79edca3526e90ebb11 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Wed, 17 Jun 2020 21:33:01 +0800
Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.12.7

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-06-17 13:29:16 -04:00
Tobias Geerinckx-Rice 0bed485a39
gnu: vlc: Update to 3.0.11.
* gnu/packages/video.scm (vlc): Update to 3.0.11.
2020-06-17 18:42:09 +02:00
Tobias Geerinckx-Rice 32d531eef8
gnu: foo2zjs: Update to 20200610.
* gnu/packages/cups.scm (foo2zjs): Update to 20200610.
2020-06-17 18:42:09 +02:00
Tobias Geerinckx-Rice ccc960bb9f
gnu: xmobar: Update to 0.34.
* gnu/packages/wm.scm (xmobar): Update to 0.34.
2020-06-17 18:42:08 +02:00
Tobias Geerinckx-Rice ad9db848b0
gnu: nix: Update to 2.3.6.
* gnu/packages/package-management.scm (nix): Update to 2.3.6.
2020-06-17 18:42:07 +02:00
Maxim Cournoyer 7fcf4fa082
gnu: linphoneqt: Remove obsolete phase.
Now that we have Qt 5.14, having SOURCE_DATE_EPOCH set prevents
reproducibility problems with the Qt Resource Compiler (this was fixed
upstream in Qt 5.13).

* gnu/packages/linphone.scm (linphoneqt)[phases]: Remove obsolete
'set-qt-rcc-source-date-override phase.
2020-06-17 09:50:44 -04:00
Maxim Cournoyer cb4b60bcee
gnu: emacs-elpy: Disable two tests that fail when building with Emacs 27.
* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]{disable-problematic-tests}:
New phase.
2020-06-17 09:50:44 -04:00
Maxim Cournoyer b8744955f5
gnu: emacs-elpy: Update to 1.34.0.
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.34.0.
2020-06-17 09:50:43 -04:00
Timotej Lazar 916003fa33
gnu: xsnow: Update to 2.0.22.
* gnu/packages/toys.scm (xsnow): Update to 2.0.22.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-17 16:32:02 +03:00
Mathieu Othacehe e3c6768822
gnu: guix: Update to 1.1.0-11.204623b.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b.
2020-06-17 14:41:46 +02:00
Efraim Flashner 204623bc68
gnu: znc: Update home-page.
* gnu/packages/messaging.scm (znc)[home-page]: Follow redirect.
2020-06-17 14:52:21 +03:00
Timotej Lazar df3a461184
gnu: znc: Use HTTPS.
* gnu/packages/messaging.scm (znc)[source]: Use HTTPS.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-17 14:49:23 +03:00
Efraim Flashner 7b3cb5acb8
gnu: efl: Update to 1.24.3.
* gnu/packages/enlightenment.scm (efl): Update to 1.24.3.
[arguments]: Remove opengl flags from configure-flags.
2020-06-17 14:46:43 +03:00
Efraim Flashner ee3eba3b8b
gnu: kodi: Update to 18.7.1.
* gnu/packages/kodi.scm (kodi): Update to 18.7.1.
2020-06-17 14:46:43 +03:00
Tobias Geerinckx-Rice 18debc6e4f
gnu: mgba: Update to 0.8.2.
* gnu/packages/emulators.scm (mgba): Update to 0.8.2.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice ec40d24fb9
gnu: rocksdb: Update to 6.10.2.
* gnu/packages/databases.scm (rocksdb): Update to 6.10.2.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice 6d164aecc8
gnu: sbsigntools: Update to 0.9.4.
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.4.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice 0f27f41d59
gnu: hplip: Update to 3.20.6.
* gnu/packages/cups.scm (hplip): Update to 3.20.6.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice a7d74db93d
gnu: corsix-th: Update to 0.64.
* gnu/packages/games.scm (corsix-th): Update to 0.64.
2020-06-17 13:34:27 +02:00
Mathieu Othacehe 92d8c4aa38
Revert "gnu: guix: Update to 1.1.0-11.559491e."
This reverts commit ed8583d162 because of some
test failures.
2020-06-17 12:25:46 +02:00
nikita a3a8b88620
gnu: gnurl: Update to 7.70.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.70.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-17 12:06:33 +02:00
Ludovic Courtès 94642ab06b
profiles: Add comment at the top of 'manifest' file.
* guix/build/profiles.scm (build-profile): Add comment at the top of
MANIFEST-FILE.
2020-06-17 12:06:33 +02:00
Ludovic Courtès c941b3128b
gnu: Add guvcview.
* gnu/packages/video.scm (guvcview): New variable.
2020-06-17 12:06:33 +02:00
Nicolas Goaziou ce84582b51
gnu: Add frozen-bubble.
* gnu/packages/games.scm (frozen-bubble): New variable.
2020-06-17 11:56:34 +02:00
Nicolas Goaziou eae6dd6f11
gnu: Add perl-sdl.
* gnu/packages/perl.scm (perl-sdl): New variable.
2020-06-17 11:56:34 +02:00
Nicolas Goaziou 16b1237938
gnu: Add perl-alien-sdl.
* gnu/packages/perl.scm (perl-alien-sdl): New variable.
2020-06-17 11:56:33 +02:00
Mathieu Othacehe ed8583d162
gnu: guix: Update to 1.1.0-11.559491e.
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
2020-06-17 11:17:57 +02:00
Leo Famulari 559491ea5b
gnu: Transmission: Clean up the package definition.
* gnu/packages/bittorrent.scm (transmission)[license]: Correct the license
field.
[inputs]: Remove unused inputs inotify-tools, cyrus-sasl, and file.
2020-06-17 01:29:01 -04:00
Giacomo Leidi e7a7a483bc
gnu: papirus-icon-theme: Update to 20200602.
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-16 23:09:47 +02:00
Giacomo Leidi 2eadf0917c
gnu: gnome-shell-extension-dash-to-panel: Update to 37.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
2020-06-16 23:07:44 +02:00
Jonathan Brielmaier d26186232e
gnu: Add chatty.
* gnu/packages/messaging.scm (chatty): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:53:47 +03:00
Jonathan Brielmaier 593ef98a28
gnu: Add purple-mm-sms.
* gnu/packages/messaging.scm (purple-mm-sms): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:36:37 +03:00
Jonathan Brielmaier 0faed3995b
gnu: Add feedbackd.
* gnu/packages/gnome.scm (feedbackd): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:30:03 +03:00
Tanguy Le Carrour f1adcfd37a
gnu: poetry: Update to 1.0.9.
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.9.
[arguments] Adjust required versions of pyrsistent. Remove required
version of importlib-metadata.
[propagated-inputs] Add python-msgpack-transitional.
Remove python-importlib-metadata.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:21:40 +03:00
Tanguy Le Carrour 8d5c55b2e8
gnu: python-memcached: Add patch to fix syntax warnings.
* gnu/packages/patches/python-memcached-syntax-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-memcached)[source]: Add it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 23:18:26 +03:00
Efraim Flashner daca70770a
gnu: guile-chickadee: Supress guile warnings.
* gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add
make-flag to not autocompile guile files.
2020-06-16 23:05:43 +03:00
Efraim Flashner fb42a763e8
gnu: guile-sdl2: Remove unused configure-flags.
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
2020-06-16 23:02:48 +03:00
Danny O'Brien 70fb07b520
gnu: guile-chickadee: Update to 0.5.0.
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.5.0.
[inputs]: Add libvorbis, mpg123, openal.
(guile3.0-chickadee)[inputs]: Same.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 22:58:36 +03:00
Danny O'Brien 75990dcc57
gnu: guile-sdl2: Update to 0.5.0.
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16 22:58:27 +03:00
Michael Rohleder b3e52889c5
gnu: emacs-deadgrep: Update to 0.10.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10.
[inputs]: change into...
[propagated-inputs]: ... this.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-16 21:35:29 +02:00