Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/kmidimon/, media-sound/kmidimon/files/
Date: Wed, 22 Sep 2021 22:10:09
Message-Id: 1632348596.ee91c90a3238aa4648cdb4660d3b2ccf7184abb0.asturm@gentoo
1 commit: ee91c90a3238aa4648cdb4660d3b2ccf7184abb0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 22:09:56 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 22:09:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee91c90a
7
8 media-sound/kmidimon: Fix install
9
10 Dropping nonexistent file reference.
11
12 Package-Manager: Portage-3.0.23, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch | 11 +++++++++++
16 media-sound/kmidimon/kmidimon-1.1.0.ebuild | 2 ++
17 2 files changed, 13 insertions(+)
18
19 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
20 new file mode 100644
21 index 00000000000..8bc48a7d555
22 --- /dev/null
23 +++ b/media-sound/kmidimon/files/kmidimon-1.1.0-fix-install.patch
24 @@ -0,0 +1,11 @@
25 +--- a/CMakeLists.txt 2021-09-18 22:32:19.273613410 +0200
26 ++++ b/CMakeLists.txt 2021-09-23 00:07:47.940122305 +0200
27 +@@ -92,8 +92,6 @@
28 +
29 + install( FILES net.sourceforge.kmidimon.desktop
30 + DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
31 +-install( FILES net.sourceforge.kmidimon.appdata.xml
32 +- DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo )
33 +
34 + install( FILES standards.ins
35 + DESTINATION ${CMAKE_INSTALL_DATADIR}/kmidimon )
36
37 diff --git a/media-sound/kmidimon/kmidimon-1.1.0.ebuild b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
38 index 8df49102e42..ad3369ffd0d 100644
39 --- a/media-sound/kmidimon/kmidimon-1.1.0.ebuild
40 +++ b/media-sound/kmidimon/kmidimon-1.1.0.ebuild
41 @@ -27,6 +27,8 @@ BDEPEND="
42 dev-qt/linguist-tools:5
43 "
44
45 +PATCHES=( "${FILESDIR}/${P}-fix-install.patch" )
46 +
47 src_configure() {
48 local mycmakeargs=(
49 -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html