[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/182: gnu: gegl: Add source URIs.
From: |
guix-commits |
Subject: |
152/182: gnu: gegl: Add source URIs. |
Date: |
Fri, 15 Nov 2019 00:02:01 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit c29daab9afd8fbfb018f83d836e3a13bbf776a33
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Nov 10 00:29:57 2019 +0100
gnu: gegl: Add source URIs.
* gnu/packages/gimp.scm (gegl)[source]: Add URIs.
---
gnu/packages/gimp.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 4fd3cd0..6a16a39 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -94,7 +94,13 @@ provided, as well as a framework to add new color models and
data types.")
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
(string-take version 3)
- "/gegl-" version ".tar.bz2")))
+ "/gegl-" version ".tar.xz")
+ (string-append "https://ftp.gtk.org/pub/gegl/"
+ (version-major+minor version)
+ "/gegl-" version ".tar.xz")
+ (string-append "ftp://ftp.gtk.org/pub/gegl/"
+ (version-major+minor version)
+ "/gegl-" version ".tar.xz")))
(sha256
(base32
"0njydcr6qdmfzh4fxx544681qxdpf7y6b2f47jcypn810dlxy4h1"))))
- 128/182: gnu: miniupnpc: Don't use NAME in source URI., (continued)
- 128/182: gnu: miniupnpc: Don't use NAME in source URI., guix-commits, 2019/11/15
- 133/182: gnu: fribidi: Fix CVE-2019-18397., guix-commits, 2019/11/15
- 136/182: gnu: perl-class-inspector: Update to 1.36., guix-commits, 2019/11/15
- 139/182: services: hpcguix-web: Delete lock files during activation., guix-commits, 2019/11/15
- 142/182: gnu: make-bootstrap: Memoize GCC variant., guix-commits, 2019/11/15
- 143/182: gnu: make-bootstrap: Slightly clarify 'package-with-relocatable-glibc'., guix-commits, 2019/11/15
- 141/182: services: 'fold-services' memoizes service values., guix-commits, 2019/11/15
- 145/182: gnu: Add matcha-theme., guix-commits, 2019/11/15
- 144/182: doc: Mention value /var to localstatedir option., guix-commits, 2019/11/15
- 146/182: gnu: Add artyfx, guix-commits, 2019/11/15
- 152/182: gnu: gegl: Add source URIs.,
guix-commits <=
- 151/182: gnu: babl: Update to 0.1.72., guix-commits, 2019/11/15
- 159/182: gnu: cgal: Use HTTPS home page., guix-commits, 2019/11/15
- 157/182: gnu: faad2: Update to 2.8.6., guix-commits, 2019/11/15
- 163/182: gnu: monero-gui: Update to 0.15.0.0., guix-commits, 2019/11/15
- 126/182: gnu: neovim: Update to 0.4.3., guix-commits, 2019/11/15
- 124/182: build: Warn about etc/indent-code.el when Emacs is absent., guix-commits, 2019/11/15
- 147/182: gnu: youtube-dl: Update to 2019.11.05., guix-commits, 2019/11/15
- 148/182: gnu: qtractor: Update to 0.9.11., guix-commits, 2019/11/15
- 122/182: ui: Emit hyperlinks for 'license' in package search results., guix-commits, 2019/11/15
- 127/182: gnu: signify: Update to 27., guix-commits, 2019/11/15