x11-misc/qtfm: Fix DOCDIR
authorJeroen Roovers <jer@gentoo.org>
Sun, 2 Dec 2018 19:21:15 +0000 (20:21 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 2 Dec 2018 19:21:59 +0000 (20:21 +0100)
Fixes: https://bugs.gentoo.org/show_bug.cgi?id=672406
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-misc/qtfm/qtfm-6.1.3-r2.ebuild [moved from x11-misc/qtfm/qtfm-6.1.3-r1.ebuild with 88% similarity]
x11-misc/qtfm/qtfm-6.1.4-r1.ebuild [moved from x11-misc/qtfm/qtfm-6.1.4.ebuild with 88% similarity]

similarity index 88%
rename from x11-misc/qtfm/qtfm-6.1.3-r1.ebuild
rename to x11-misc/qtfm/qtfm-6.1.3-r2.ebuild
index c8329cd1adb9323eb64f764634984ee1c0452e6d..22efcc7f255dbd050231e679b4409bb5125727e4 100644 (file)
@@ -26,6 +26,11 @@ DEPEND="
        dev-qt/linguist-tools:5
 "
 
+src_prepare() {
+       sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+       default
+}
+
 src_configure() {
        eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
 }
similarity index 88%
rename from x11-misc/qtfm/qtfm-6.1.4.ebuild
rename to x11-misc/qtfm/qtfm-6.1.4-r1.ebuild
index c8329cd1adb9323eb64f764634984ee1c0452e6d..22efcc7f255dbd050231e679b4409bb5125727e4 100644 (file)
@@ -26,6 +26,11 @@ DEPEND="
        dev-qt/linguist-tools:5
 "
 
+src_prepare() {
+       sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
+       default
+}
+
 src_configure() {
        eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
 }