Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-themes-standard/
Date: Sat, 29 Dec 2018 12:41:38
Message-Id: 1546087267.6806329e83902090dc21c135b8bcfd86a3b43ce9.eva@gentoo
1 commit: 6806329e83902090dc21c135b8bcfd86a3b43ce9
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Wed Aug 22 16:56:19 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 12:41:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6806329e
7
8 x11-themes/gnome-themes-standard: add missing gnome2-utils
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11 Signed-off-by: Marty E. Plummer <hanetzer <AT> startmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/9667
13 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
14
15 ...-3.22.3.ebuild => gnome-themes-standard-3.22.3-r1.ebuild} | 12 ++++++++++--
16 1 file changed, 10 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild
19 similarity index 86%
20 rename from x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild
21 rename to x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild
22 index a279c0c948f..ebc9862982b 100644
23 --- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3.ebuild
24 +++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.22.3-r1.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31
32 -inherit autotools gnome.org
33 +inherit autotools gnome.org gnome2-utils
34
35 DESCRIPTION="Standard Themes for GNOME Applications"
36 HOMEPAGE="https://git.gnome.org/browse/gnome-themes-standard/"
37 @@ -43,3 +43,11 @@ src_configure() {
38 --disable-gtk3-engine \
39 GTK_UPDATE_ICON_CACHE=$(type -P true)
40 }
41 +
42 +pkg_postinst() {
43 + gnome2_icon_cache_update
44 +}
45 +
46 +pkg_postrm() {
47 + gnome2_icon_cache_update
48 +}