mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user