Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-colors-themes/
Date: Sun, 12 Sep 2021 21:12:58
Message-Id: 1631480855.15b7cead67134fb890a5aa6b0acdbca92c358621.ionen@gentoo
1 commit: 15b7cead67134fb890a5aa6b0acdbca92c358621
2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
3 AuthorDate: Fri Sep 10 15:24:30 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 21:07:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b7cead
7
8 x11-themes/gnome-colors-themes: use xdg instead of gnome2-utils
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/22263
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 .../gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild | 14 +-------------
16 1 file changed, 1 insertion(+), 13 deletions(-)
17
18 diff --git a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
19 index 94ffa1b9f6c..b631c1d47a0 100644
20 --- a/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
21 +++ b/x11-themes/gnome-colors-themes/gnome-colors-themes-5.5.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit gnome2-utils
27 +inherit xdg
28
29 DESCRIPTION="Some gnome-colors iconsets including a Gentoo one"
30 HOMEPAGE="https://code.google.com/p/gnome-colors/"
31 @@ -31,15 +31,3 @@ src_install() {
32
33 einstalldocs
34 }
35 -
36 -pkg_preinst() {
37 - gnome2_icon_savelist
38 -}
39 -
40 -pkg_postinst() {
41 - gnome2_icon_cache_update
42 -}
43 -
44 -pkg_postrm() {
45 - gnome2_icon_cache_update
46 -}