Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qtfm/
Date: Sun, 02 Dec 2018 19:22:13
Message-Id: 1543778519.d00dcfb06bc8108be81bb88645986a2a02e40b2d.jer@gentoo
1 commit: d00dcfb06bc8108be81bb88645986a2a02e40b2d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 19:21:15 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 2 19:21:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00dcfb0
7
8 x11-misc/qtfm: Fix DOCDIR
9
10 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=672406
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 x11-misc/qtfm/{qtfm-6.1.3-r1.ebuild => qtfm-6.1.3-r2.ebuild} | 5 +++++
15 x11-misc/qtfm/{qtfm-6.1.4.ebuild => qtfm-6.1.4-r1.ebuild} | 5 +++++
16 2 files changed, 10 insertions(+)
17
18 diff --git a/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild b/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
19 similarity index 88%
20 rename from x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
21 rename to x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
22 index c8329cd1adb..22efcc7f255 100644
23 --- a/x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
24 +++ b/x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
25 @@ -26,6 +26,11 @@ DEPEND="
26 dev-qt/linguist-tools:5
27 "
28
29 +src_prepare() {
30 + sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
31 + default
32 +}
33 +
34 src_configure() {
35 eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
36 }
37
38 diff --git a/x11-misc/qtfm/qtfm-6.1.4.ebuild b/x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
39 similarity index 88%
40 rename from x11-misc/qtfm/qtfm-6.1.4.ebuild
41 rename to x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
42 index c8329cd1adb..22efcc7f255 100644
43 --- a/x11-misc/qtfm/qtfm-6.1.4.ebuild
44 +++ b/x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
45 @@ -26,6 +26,11 @@ DEPEND="
46 dev-qt/linguist-tools:5
47 "
48
49 +src_prepare() {
50 + sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
51 + default
52 +}
53 +
54 src_configure() {
55 eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
56 }