From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 108C6138334 for ; Sat, 26 Jan 2019 11:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AD4E0C8E; Sat, 26 Jan 2019 11:50:30 +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 0F9F1E0C8D for ; Sat, 26 Jan 2019 11:50:30 +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 B2DCF335D0D for ; Sat, 26 Jan 2019 11:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAFD151F for ; Sat, 26 Jan 2019 11:50:26 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1548503289.b582dbcd054f30e40332f5f69b68c4e87cbb7a9f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/calf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/calf/calf-0.90.0-r1.ebuild media-plugins/calf/calf-0.90.0-r2.ebuild media-plugins/calf/calf-9999.ebuild X-VCS-Directories: media-plugins/calf/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: b582dbcd054f30e40332f5f69b68c4e87cbb7a9f X-VCS-Branch: master Date: Sat, 26 Jan 2019 11:50:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad0085eb-8d91-41e6-bbec-9911d9909f80 X-Archives-Hash: 2f94db298c89a8488e072c15221289b5 commit: b582dbcd054f30e40332f5f69b68c4e87cbb7a9f Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jan 26 11:48:09 2019 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jan 26 11:48:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b582dbcd media-plugins/calf-{0.90.0-r2,9999}: fixed gnome2 icon cache update Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Miroslav Šulc gentoo.org> .../calf/{calf-0.90.0-r1.ebuild => calf-0.90.0-r2.ebuild} | 12 ++++++++++-- media-plugins/calf/calf-9999.ebuild | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/media-plugins/calf/calf-0.90.0-r1.ebuild b/media-plugins/calf/calf-0.90.0-r2.ebuild similarity index 88% rename from media-plugins/calf/calf-0.90.0-r1.ebuild rename to media-plugins/calf/calf-0.90.0-r2.ebuild index f5485eed1bf..f39ee8bb02a 100644 --- a/media-plugins/calf/calf-0.90.0-r1.ebuild +++ b/media-plugins/calf/calf-0.90.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools gnome2-utils DESCRIPTION="A set of open source instruments and effects for digital audio workstations" HOMEPAGE="http://calf-studio-gear.org/" @@ -54,3 +54,11 @@ src_configure() { $(use_enable cpu_flags_x86_sse sse) \ $(use_enable experimental) } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/media-plugins/calf/calf-9999.ebuild b/media-plugins/calf/calf-9999.ebuild index f5485eed1bf..f39ee8bb02a 100644 --- a/media-plugins/calf/calf-9999.ebuild +++ b/media-plugins/calf/calf-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools gnome2-utils DESCRIPTION="A set of open source instruments and effects for digital audio workstations" HOMEPAGE="http://calf-studio-gear.org/" @@ -54,3 +54,11 @@ src_configure() { $(use_enable cpu_flags_x86_sse sse) \ $(use_enable experimental) } + +pkg_postinst() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +}