commit:     a6972cf001fa77e88f86049e10232204455acad6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 23:49:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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
 }

Reply via email to