From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1580138334 for ; Tue, 11 Sep 2018 01:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66A3CE0BAB; Tue, 11 Sep 2018 01:30:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41B74E0BAB for ; Tue, 11 Sep 2018 01:30:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B6DF335D3C for ; Tue, 11 Sep 2018 01:30:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D2BB3C3 for ; Tue, 11 Sep 2018 01:30:55 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1536629445.20ddf00e17356e94eb0f83bd586eb94aaa4e642e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 20ddf00e17356e94eb0f83bd586eb94aaa4e642e X-VCS-Branch: master Date: Tue, 11 Sep 2018 01:30:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c981de12-7de1-4fae-abec-ce955db122ba X-Archives-Hash: 4849e726f9c70c1abbb9e8399ac543c7 commit: 20ddf00e17356e94eb0f83bd586eb94aaa4e642e Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Sep 11 01:30:12 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Sep 11 01:30:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ddf00e net-irc/weechat: sync live ebuild Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-irc/weechat/weechat-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index af107a8fe6b..ee7ec6e3f6b 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) CMAKE_MAKEFILE_GENERATOR=emake -inherit python-single-r1 cmake-utils +inherit cmake-utils gnome2-utils python-single-r1 if [[ ${PV} == "9999" ]] ; then inherit git-r3 @@ -149,3 +149,11 @@ src_configure() { cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}