[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: gdk-pixbuf: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
02/07: gnu: gdk-pixbuf: Absorb grafted replacement. |
Date: |
Fri, 16 Apr 2021 17:00:08 -0400 (EDT) |
lfam pushed a commit to branch wip-ungrafting
in repository guix.
commit a456b09c43b2505edfbd3c16c4130af4b72a30e2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 12 13:47:59 2021 -0500
gnu: gdk-pixbuf: Absorb grafted replacement.
* gnu/packages/gtk.scm (gdk-pixbuf)[source]: Use
gdk-pixbuf-CVE-2020-29385.patch.
[replacement]: Remove field.
(gdk-pixbuf/fixed): Remove variable.
---
gnu/packages/gtk.scm | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bffc9e0..16efb07 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -567,12 +567,12 @@ highlighting and other features typical of a source code
editor.")
(package
(name "gdk-pixbuf")
(version "2.40.0")
- (replacement gdk-pixbuf/fixed)
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
+ (patches (search-patches "gdk-pixbuf-CVE-2020-29385.patch"))
(sha256
(base32
"1rnlx9yfw970maxi2x6niaxmih5la11q1ilr7gzshz2kk585k0hm"))))
@@ -624,15 +624,6 @@ in the GNOME project.")
(license license:lgpl2.0+)
(home-page "https://developer.gnome.org/gdk-pixbuf/")))
-(define gdk-pixbuf/fixed
- (package
- (inherit gdk-pixbuf)
- (source (origin
- (inherit (package-source gdk-pixbuf))
- (patches
- (append (search-patches "gdk-pixbuf-CVE-2020-29385.patch")
- (origin-patches (package-source gdk-pixbuf))))))))
-
;; To build gdk-pixbuf with SVG support, we need librsvg, and librsvg depends
;; on gdk-pixbuf, so this new varibale. Also, librsvg adds 90MiB to the
;; closure size.
- branch wip-ungrafting created (now 76b6c61), guix-commits, 2021/04/16
- 05/07: gnu: cyrus-sasl: Absorb grafted replacement., guix-commits, 2021/04/16
- 01/07: gnu: OpenSSL: Absorb grafted replacement., guix-commits, 2021/04/16
- 02/07: gnu: gdk-pixbuf: Absorb grafted replacement.,
guix-commits <=
- 03/07: gnu: cairo: Absorb grafted replacement., guix-commits, 2021/04/16
- 07/07: gnu: Python: Absorb grafted replacement., guix-commits, 2021/04/16
- 04/07: gnu: libcroco: Absorb grafted replacement., guix-commits, 2021/04/16
- 06/07: gnu: Python 2: Absorb grafted replacement., guix-commits, 2021/04/16