commit: ee91c90a3238aa4648cdb4660d3b2ccf7184abb0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 22:09:56 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 22:09:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee91c90a
media-sound/kmidimon: Fix install
Dropping nonexistent file reference.
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch | 11 +++++++++++
media-sound/kmidimon/kmidimon-1.1.0.ebuild | 2 ++
2 files changed, 13 insertions(+)
diff --git a/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
new file mode 100644
index 00000000000..8bc48a7d555
--- /dev/null
+++ b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt 2021-09-18 22:32:19.273613410 +0200
++++ b/CMakeLists.txt 2021-09-23 00:07:47.940122305 +0200
+@@ -92,8 +92,6 @@
+
+ install( FILES net.sourceforge.kmidimon.desktop
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
+-install( FILES net.sourceforge.kmidimon.appdata.xml
+- DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo )
+
+ install( FILES standards.ins
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/kmidimon )
diff --git a/media-sound/kmidimon/kmidimon-1.1.0.ebuild
b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
index 8df49102e42..ad3369ffd0d 100644
--- a/media-sound/kmidimon/kmidimon-1.1.0.ebuild
+++ b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
@@ -27,6 +27,8 @@ BDEPEND="
dev-qt/linguist-tools:5
"
+PATCHES=( "${FILESDIR}/${P}-fix-install.patch" )
+
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html