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 A3401138334 for ; Sun, 13 Oct 2019 11:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B7B0E088C; Sun, 13 Oct 2019 11:41:03 +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 60994E0893 for ; Sun, 13 Oct 2019 11:41:03 +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 8455734BCCB for ; Sun, 13 Oct 2019 11:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3A68A2 for ; Sun, 13 Oct 2019 11:40:58 +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: <1570966828.72b0d452a3d377f3c16ba45ef98cdcf915f0264c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-3.7.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 72b0d452a3d377f3c16ba45ef98cdcf915f0264c X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:40:58 +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: 134e8672-a66d-4752-b444-45bffb7f83ea X-Archives-Hash: edd5c2f55d872de92683ba346bde2531 commit: 72b0d452a3d377f3c16ba45ef98cdcf915f0264c Author: Peter Levine gmail com> AuthorDate: Mon Oct 7 03:36:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 11:40:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0d452 app-office/gnucash: Replace gnome2_icon_cache_update Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/gnucash/gnucash-3.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index 07e15ad8677..8b7b5d799f5 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -190,7 +190,7 @@ src_install() { pkg_postinst() { if use gui ; then - gnome2_icon_cache_update + xdg_icon_cache_update gnome2_schemas_update fi xdg_desktop_database_update @@ -204,7 +204,7 @@ pkg_postinst() { pkg_postrm() { if use gui ; then - gnome2_icon_cache_update + xdg_icon_cache_update gnome2_schemas_update fi xdg_desktop_database_update