commit:     b220843aa7523c84b83c924cc52eda5ca54ae885
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Apr 23 09:17:40 2021 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Apr 23 09:17:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b220843a

x11-misc/gromit-mpx: Update XDG icon cache.

Closes: https://bugs.gentoo.org/785208
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild  | 6 +++++-
 x11-misc/gromit-mpx/gromit-mpx-9999.ebuild | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-1.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+       cmake_src_prepare
+}
+
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc

diff --git a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild 
b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild
index 7ed81fd66..60db7a22e 100644
--- a/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild
+++ b/x11-misc/gromit-mpx/gromit-mpx-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cmake
+inherit cmake xdg
 
 DESCRIPTION="Gromit-MPX is a multi-pointer GTK3 port of the Gromit desktop 
annotation tool"
 HOMEPAGE="https://github.com/bk138/gromit-mpx";
@@ -27,6 +27,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
+src_prepare () {
+       cmake_src_prepare
+}
+
 src_configure() {
        local mycmakeargs=(
                -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}"/etc

Reply via email to