forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-misc/skanlite: 21.11.90 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST skanlite-21.08.3.tar.xz 2426200 BLAKE2B d1d2ff1b83e574b363069fde3e4561c1db106e4a3d352dce1a196e1a26f5ffcb04b7687ed14e4d7776afd9c896898bd9c22e577d3aaf2c1f37b19b4eb2771b3d SHA512 c6df7adab636feb563d141e7dc30abde4673fdd95362487db94afe24ae70ef432a06534aaea3067cee7dd1409dd527455f3d4d8ab9a14ff0904dbf3a11d8fd64 | ||
DIST skanlite-21.11.90.tar.xz 2439780 BLAKE2B 819f55e12bcf78372fbea2d2ccc58f18d0c33ed2cbc60df31c05235b0689684c82d5251a89b1193e13a58270ea74b6cfa0a8c4980150adb1f371b3086dc917c9 SHA512 7f99124637d8ceb3fcfab55251dd7e817974876dba3e84ceaf09c172dba4c254d4a13125e6896185780a8da12abb5385dbcd142159f2a58e41b661983ae49c7f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
ECM_TEST="forceoptional" | ||
KDE_GEAR="true" | ||
KDE_ORG_CATEGORY="graphics" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.88.0 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
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="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-apps/libksane-${PVCUT}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:5 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5 | ||
>=kde-frameworks/kxmlgui-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |