media-gfx/qview: refine ebuild and metadata

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
Jian Lin
2021-02-17 02:32:58 +08:00
parent 8df595c6b6
commit bcbbf78feb
2 changed files with 13 additions and 7 deletions

View File

@@ -5,4 +5,14 @@
<email>dnovomesky@gmail.com</email>
<name>Daniel Novomesky</name>
</maintainer>
<upstream>
<maintainer status="active">
<name>jurplel</name>
<email>jurplel@interversehq.com</email>
</maintainer>
<changelog>https://interversehq.com/qview/changelog</changelog>
<doc>https://github.com/jurplel/qView/wiki</doc>
<bugs-to>https://github.com/jurplel/qView/issues</bugs-to>
<remote-id type="github">jurplel/qView</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -6,27 +6,23 @@ EAPI="7"
inherit xdg qmake-utils
DESCRIPTION="Practical and minimal image viewer"
HOMEPAGE="https://github.com/jurplel/qView"
HOMEPAGE="https://github.com/jurplel/qView https://interversehq.com/qview"
SRC_URI="https://github.com/jurplel/qView/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/qView-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-qt/qtgui:5"
BDEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/qView-${PV}"
src_configure() {
eqmake5 PREFIX=/usr qView.pro
}
src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}