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: 22.04.2 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,2 +1,3 @@ | ||
DIST skanlite-21.12.3.tar.xz 2443624 BLAKE2B 2ff355b69cf406cd2f116ca6155e3cf726b7dd55b1dcc806fc667bcc0b98c478f104206c25c01dd3a7513bb2a4b58772903b8ca5143a87891724c4060c3c6ca7 SHA512 590218efb5030a0f1e15a1d9380dcea287722fac6f6ebb156ad75953cc4dfcec1919b1ac92209bc2b070c145e4889e9ea0900862290e38b61b508479fa7c7682 | ||
DIST skanlite-22.04.1.tar.xz 2440860 BLAKE2B bfc6db58577ea43b3ef71196fe228675993de3bb3f34115a124b757fd520b4866be8182455dd6097d785cd6f1b136a69778e3025b7eceaacfc4390b180535608 SHA512 0184e773e683135ad0a91cfff61db7dcd71952775913cf17d3a9a08b878573d7f077da8f35758befc850d78e2573ea3495295f9e18db88219fe9bb82b72a78ee | ||
DIST skanlite-22.04.2.tar.xz 2441152 BLAKE2B a5973b3d510810c04bc0ca5a4fdb0e086b75a22cb17c637cf8009a555426519861545ac87d49496f2d4a31c5ca9e6580032acb3b3fb210baefd6023c29c3fcba SHA512 8d83fab908d6580f6cb3e3e5c3ee9aa681f4e92245e6bc46f98de19470a1b2bdb4e6d1448b1b7b582a1d5833f87f9c54b6b37289693467aa4ade2ff06f80e92c |
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-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="optional" | ||
ECM_TEST="true" | ||
KDE_GEAR="true" | ||
KDE_ORG_CATEGORY="graphics" | ||
PVCUT=$(ver_cut 1-3) | ||
KFMIN=5.92.0 | ||
QTMIN=5.15.3 | ||
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}" |