mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-14 22:19:55 +00:00
35 lines
956 B
Bash
35 lines
956 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
ECM_HANDBOOK="optional"
|
|
ECM_TEST="true"
|
|
KDE_ORG_CATEGORY="graphics"
|
|
PVCUT=$(ver_cut 1-3)
|
|
KFMIN=6.16.0
|
|
QTMIN=6.9.1
|
|
inherit ecm gear.kde.org xdg
|
|
|
|
DESCRIPTION="Simple image scanning application based on libksane and KDE Frameworks"
|
|
HOMEPAGE="https://apps.kde.org/skanlite/"
|
|
|
|
LICENSE="|| ( GPL-2 GPL-3 ) handbook? ( FDL-1.2+ )"
|
|
SLOT="6"
|
|
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="
|
|
>=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
|
|
>=kde-apps/libksane-${PVCUT}:6
|
|
>=kde-frameworks/kconfig-${KFMIN}:6
|
|
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
|
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
|
>=kde-frameworks/kcrash-${KFMIN}:6
|
|
>=kde-frameworks/ki18n-${KFMIN}:6
|
|
>=kde-frameworks/kio-${KFMIN}:6
|
|
>=kde-frameworks/kjobwidgets-${KFMIN}:6
|
|
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
|
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
|
"
|
|
RDEPEND="${DEPEND}"
|