all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35818] [PATCH 01/31] gnu: mate-common: Use mirror://mate/ in source URI.
@ 2019-05-21  8:50 guy fleury iteriteka
  2019-05-21  8:50 ` [bug#35820] [PATCH 02/31] gnu: mate-icon-theme: " guy fleury iteriteka
                   ` (30 more replies)
  0 siblings, 31 replies; 36+ messages in thread
From: guy fleury iteriteka @ 2019-05-21  8:50 UTC (permalink / raw)
  To: 35818

* gnu/packages/mate.scm(mate-common)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/" directly.
---
 gnu/packages/mate.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index f234d2c..9ab0bdd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -79,8 +79,7 @@
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pub.mate-desktop.org/releases/"
-                           (version-major+minor version) "/"
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 36+ messages in thread

end of thread, other threads:[~2019-05-27 10:03 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21  8:50 [bug#35818] [PATCH 01/31] gnu: mate-common: Use mirror://mate/ in source URI guy fleury iteriteka
2019-05-21  8:50 ` [bug#35820] [PATCH 02/31] gnu: mate-icon-theme: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35819] [PATCH 03/31] gnu: mate-icon-theme-faenza: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35821] [PATCH 04/31] gnu: mate-desktop: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35822] [PATCH 05/31] gnu: libmateweather: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35823] [PATCH 06/31] gnu: mate-terminal: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35824] [PATCH 07/31] gnu: mate-session-manager: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35825] [PATCH 08/31] gnu: mate-settings-daemon: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35826] [PATCH 09/31] gnu: libmatemixer: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35827] [PATCH 10/31] gnu: libmatekbd: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35828] [PATCH 11/31] gnu: mate-menus: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35830] [PATCH 12/31] gnu: mate-applets: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35829] [PATCH 13/31] gnu: mate-media: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35831] [PATCH 14/31] gnu: mate-panel: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35832] [PATCH 15/31] gnu: atril: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35833] [PATCH 16/31] gnu: caja: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35834] [PATCH 17/31] gnu: caja-extensions: " guy fleury iteriteka
2019-05-21  8:50 ` [bug#35835] [PATCH 18/31] gnu: mate-control-center: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35836] [PATCH 19/31] gnu: marco: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35838] [PATCH 20/31] gnu: mate-user-guide: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35837] [PATCH 21/31] gnu: mate-calc: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35839] [PATCH 22/31] gnu: mate-backgrounds: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35840] [PATCH 23/31] gnu: mate-netbook: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 24/31] gnu: mate-screensaver: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 25/31] gnu: mate-utils: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 26/31] gnu: eom: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 27/31] gnu: engrampa: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 28/31] gnu: pluma: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 29/31] gnu: mate-system-monitor: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 30/31] gnu: mate-polkit: " guy fleury iteriteka
2019-05-21  8:51 ` [bug#35818] [PATCH 31/31] gnu: mate-themes: Use mirror://mate/themes/ " guy fleury iteriteka
2019-05-21 11:26 ` [bug#35818] [PATCH] gnu: Use mirror://mate/ in source URIs Tobias Geerinckx-Rice
2019-05-22  6:59   ` Guy fleury
2019-05-24 15:40   ` Ludovic Courtès
2019-05-27  7:11     ` guy fleury iteriteka
2019-05-27 10:02       ` bug#35818: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.