Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Tue, 11 Sep 2018 01:31:04
Message-Id: 1536629432.152be30612f5d496a98969d7892ddd6b94f6432a.gyakovlev@gentoo
1 commit: 152be30612f5d496a98969d7892ddd6b94f6432a
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Mon Aug 27 15:14:54 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 01:30:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152be306
7
8 net-irc/weechat: add missing gnome2_icon_cache_update
9
10 Closes: https://github.com/gentoo/gentoo/pull/9710
11 Package-Manager: Portage-2.3.48, Repoman-2.3.10
12
13 net-irc/weechat/{weechat-2.2.ebuild => weechat-2.2-r1.ebuild} | 10 +++++++++-
14 1 file changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/net-irc/weechat/weechat-2.2.ebuild b/net-irc/weechat/weechat-2.2-r1.ebuild
17 similarity index 96%
18 rename from net-irc/weechat/weechat-2.2.ebuild
19 rename to net-irc/weechat/weechat-2.2-r1.ebuild
20 index af107a8fe6b..ee7ec6e3f6b 100644
21 --- a/net-irc/weechat/weechat-2.2.ebuild
22 +++ b/net-irc/weechat/weechat-2.2-r1.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=6
25 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
26 CMAKE_MAKEFILE_GENERATOR=emake
27 -inherit python-single-r1 cmake-utils
28 +inherit cmake-utils gnome2-utils python-single-r1
29
30 if [[ ${PV} == "9999" ]] ; then
31 inherit git-r3
32 @@ -149,3 +149,11 @@ src_configure() {
33
34 cmake-utils_src_configure
35 }
36 +
37 +pkg_postinst() {
38 + gnome2_icon_cache_update
39 +}
40 +
41 +pkg_postrm() {
42 + gnome2_icon_cache_update
43 +}