Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/
Date: Sat, 28 Nov 2020 17:01:47
Message-Id: 1606582891.01a52e7c4a0be5d3131ca47ea0722b31d5d8958d.mattst88@gentoo
1 commit: 01a52e7c4a0be5d3131ca47ea0722b31d5d8958d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 16:57:51 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 17:01:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a52e7c
7
8 x11-themes/adwaita-icon-theme: Depend on new enough librsvg
9
10 adwaita-icon-theme now uses SVG features only available in the Rust
11 version of librsvg (newer than 2.40). The suspicion is that the
12 uninitialized reads in bug #750239 are due to the missing functionality
13 in librsvg 2.40.
14
15 See https://gitlab.gnome.org/GNOME/librsvg/-/issues/654#note_972787
16 and https://people.gnome.org/~federico/blog/do-not-use-librsvg-2.40.x.html
17
18 Closes: https://bugs.gentoo.org/750239
19 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
20
21 ...ita-icon-theme-3.36.1.ebuild => adwaita-icon-theme-3.36.1-r1.ebuild} | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
25 similarity index 98%
26 rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
27 rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
28 index f75c1404799..73263b8240b 100644
29 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
30 +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
31 @@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd
32 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source SVG via its pixbuf loader and at runtime for rendering scalable icons shipped by the theme
33 RDEPEND="
34 >=x11-themes/hicolor-icon-theme-0.10
35 - gnome-base/librsvg:2
36 + >=gnome-base/librsvg-2.48:2
37 "
38 DEPEND="${RDEPEND}
39 x11-libs/gtk+:3