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 5F5D7138359 for ; Sun, 13 Sep 2020 23:52:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1160E0CC9; Sun, 13 Sep 2020 23:49:07 +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 97400E0CC9 for ; Sun, 13 Sep 2020 23:49:07 +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 74BFB33BEE9 for ; Sun, 13 Sep 2020 23:49:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07B53342 for ; Sun, 13 Sep 2020 23:49:05 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600040941.a6972cf001fa77e88f86049e10232204455acad6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/roxterm/roxterm-3.9.4.ebuild X-VCS-Directories: x11-terms/roxterm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a6972cf001fa77e88f86049e10232204455acad6 X-VCS-Branch: master Date: Sun, 13 Sep 2020 23:49:05 +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: 0374c9bd-9584-4315-b789-11e492e2a5d4 X-Archives-Hash: ff2dde5e27fc3a86242c1ef14c51659d commit: a6972cf001fa77e88f86049e10232204455acad6 Author: Sam James gentoo org> AuthorDate: Sun Sep 13 23:49:01 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 13 23:49:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6972cf0 x11-terms/roxterm: xdg-utils -> xdg Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> x11-terms/roxterm/roxterm-3.9.4.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/x11-terms/roxterm/roxterm-3.9.4.ebuild b/x11-terms/roxterm/roxterm-3.9.4.ebuild index 2ea9ba73dd1..62aa1b550f3 100644 --- a/x11-terms/roxterm/roxterm-3.9.4.ebuild +++ b/x11-terms/roxterm/roxterm-3.9.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake xdg-utils +inherit cmake xdg DESCRIPTION="A terminal emulator designed to integrate with the ROX environment" HOMEPAGE="https://github.com/realh/roxterm" @@ -26,10 +26,6 @@ DEPEND="${RDEPEND} dev-libs/libxslt" BDEPEND="virtual/pkgconfig" -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update +src_prepare() { + cmake_src_prepare }