Skip to content

Commit

Permalink
kde-misc/skanlite: 21.11.90 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Nov 29, 2021
1 parent aa3b80b commit 1e1bec8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/skanlite/Manifest
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
36 changes: 36 additions & 0 deletions kde-misc/skanlite/skanlite-21.11.90.ebuild
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}"

0 comments on commit 1e1bec8

Please sign in to comment.