net-misc/kristall: Remove qmake-utils, compile phase; install docs.

qmake-utils.eclass is not used anymore, compile phase calls emake by
default.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2020-11-12 23:08:26 +01:00
parent d1ef9b0334
commit 80d1b1d848
2 changed files with 6 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit qmake-utils xdg
inherit xdg
DESCRIPTION="Visual cross-platform gemini browser"
HOMEPAGE="https://github.com/MasterQ32/kristall"
@@ -25,11 +25,9 @@ RDEPEND="
dev-qt/qtnetwork:5[ssl]
"
DEPEND="${RDEPEND}"
src_compile() {
emake
}
BDEPEND="dev-qt/qtcore" # qmake
src_install() {
emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
einstalldocs
}

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit qmake-utils xdg
inherit xdg
DESCRIPTION="Visual cross-platform gemini browser"
HOMEPAGE="https://github.com/MasterQ32/kristall"
@@ -25,11 +25,9 @@ RDEPEND="
dev-qt/qtnetwork:5[ssl]
"
DEPEND="${RDEPEND}"
src_compile() {
emake
}
BDEPEND="dev-qt/qtcore" # qmake
src_install() {
emake DESTDIR="${D}" INSTALL="install -D" PREFIX="${EPREFIX}/usr" install
einstalldocs
}