Install this version:
emerge -a =media-gfx/qview-6.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-gfx/qview-6.1
Or alternatively:
emerge --autounmask-write -a =media-gfx/qview-6.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.1 | 8 | ~amd64 | 0 |
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils xdg
DESCRIPTION="Practical and minimal image viewer"
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="X"
RDEPEND="
dev-qt/qtbase:6[concurrent,gui,network,widgets]
X? ( x11-libs/libX11 )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-qt/qttools[linguist]
"
src_configure() {
local myqmakeargs=(
PREFIX="${EPREFIX}"/usr
$(usex X '' CONFIG+=NO_X11)
)
eqmake6 "${myqmakeargs[@]}"
}
src_install() {
emake INSTALL_ROOT="${D}" install
einstalldocs
}
Manage flags for this package:
euse -i <flag> -p media-gfx/qview |
euse -E <flag> -p media-gfx/qview |
euse -D <flag> -p media-gfx/qview
dev-qt/qtbase:6[concurrent,gui,network,widgets] X? ( x11-libs/libX11 )
dev-qt/qtbase:6[concurrent,gui,network,widgets] X? ( x11-libs/libX11 )
dev-qt/qttools[linguist]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qview-6.1.tar.gz | 2058320 bytes | https://github.com/jurplel/qView/archive/6.1.tar.gz |