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 F33AA1382C5 for ; Thu, 22 Mar 2018 12:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD82AE0935; Thu, 22 Mar 2018 12:46:25 +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 A08ABE0935 for ; Thu, 22 Mar 2018 12:46:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E2853335C36 for ; Thu, 22 Mar 2018 12:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A25263 for ; Thu, 22 Mar 2018 12:46:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1521722632.094ed8fc2deff7b1c999bd6d9995e65e8facc3f1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/picard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/picard/picard-2.0.0_beta1.ebuild media-sound/picard/picard-9999.ebuild X-VCS-Directories: media-sound/picard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 094ed8fc2deff7b1c999bd6d9995e65e8facc3f1 X-VCS-Branch: master Date: Thu, 22 Mar 2018 12:46:22 +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: 7d45e60e-fe8e-499f-96c1-0cee0eba29c6 X-Archives-Hash: 61ec9a05fb4099d1720fdff8d117285a commit: 094ed8fc2deff7b1c999bd6d9995e65e8facc3f1 Author: Francesco Turco fastmail fm> AuthorDate: Tue Mar 20 17:51:06 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 12:43:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094ed8fc media-sound/picard: update GTK+ icon cache Closes: https://github.com/gentoo/gentoo/pull/7522 media-sound/picard/picard-2.0.0_beta1.ebuild | 4 +++- media-sound/picard/picard-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-sound/picard/picard-2.0.0_beta1.ebuild b/media-sound/picard/picard-2.0.0_beta1.ebuild index 504aadd08a1..99c6bf39afd 100644 --- a/media-sound/picard/picard-2.0.0_beta1.ebuild +++ b/media-sound/picard/picard-2.0.0_beta1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{5,6} ) DISTUTILS_SINGLE_IMPL=1 DISABLE_AUTOFORMATTING=true -inherit distutils-r1 readme.gentoo-r1 xdg-utils +inherit distutils-r1 gnome2-utils readme.gentoo-r1 xdg-utils DESCRIPTION="A cross-platform music tagger" HOMEPAGE="https://picard.musicbrainz.org" @@ -70,8 +70,10 @@ Picard's settings: pkg_postinst() { readme.gentoo_print_elog xdg_desktop_database_update + gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + gnome2_icon_cache_update } diff --git a/media-sound/picard/picard-9999.ebuild b/media-sound/picard/picard-9999.ebuild index a182c7b674a..89f14c4bd17 100644 --- a/media-sound/picard/picard-9999.ebuild +++ b/media-sound/picard/picard-9999.ebuild @@ -8,7 +8,7 @@ DISTUTILS_SINGLE_IMPL=1 DISABLE_AUTOFORMATTING=true EGIT_REPO_URI="https://github.com/metabrainz/picard" -inherit distutils-r1 git-r3 readme.gentoo-r1 xdg-utils +inherit distutils-r1 git-r3 gnome2-utils readme.gentoo-r1 xdg-utils DESCRIPTION="A cross-platform music tagger" HOMEPAGE="https://picard.musicbrainz.org" @@ -67,8 +67,10 @@ Picard's settings: pkg_postinst() { readme.gentoo_print_elog xdg_desktop_database_update + gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + gnome2_icon_cache_update }