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-common/
Date: Sun, 12 Sep 2021 21:12:57
Message-Id: 1631480855.f5477e0838f27dbecd7add2f6b89ecf9d61bd887.ionen@gentoo
1 commit: f5477e0838f27dbecd7add2f6b89ecf9d61bd887
2 Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
3 AuthorDate: Fri Sep 10 15:23:39 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=f5477e08
7
8 x11-themes/gnome-colors-common: 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 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 .../gnome-colors-common-5.5.1-r1.ebuild | 14 +-------------
15 1 file changed, 1 insertion(+), 13 deletions(-)
16
17 diff --git a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
18 index 2370f83c992..09ae8ff4c50 100644
19 --- a/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
20 +++ b/x11-themes/gnome-colors-common/gnome-colors-common-5.5.1-r1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit gnome2-utils
26 +inherit xdg
27
28 DESCRIPTION="Colorized icons shared between all gnome-colors iconsets"
29 HOMEPAGE="https://code.google.com/p/gnome-colors/"
30 @@ -44,15 +44,3 @@ src_install() {
31
32 einstalldocs
33 }
34 -
35 -pkg_preinst() {
36 - gnome2_icon_savelist
37 -}
38 -
39 -pkg_postinst() {
40 - gnome2_icon_cache_update
41 -}
42 -
43 -pkg_postrm() {
44 - gnome2_icon_cache_update
45 -}