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.
media-libs/ksanecore: 23.08.4 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 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 ksanecore-23.04.3.tar.xz 50408 BLAKE2B b99685d06eab9c66a6b4110c6c7b30436fae622eb06a64f40234a69ce123717bb7634beb4e5541bc6b77576e054981e41ffe119577599deedeac699d5e375d70 SHA512 6a063e2038e3f34e8b0739678c1d24cea4f39115c51546cd79f27f13e5829157b46bdd6889bf713a6bf89b8ff918b79bcfaa9ae4b782cdb30a6b865443280b27 | ||
DIST ksanecore-23.08.3.tar.xz 49264 BLAKE2B 237738326f71a4e605dfecdf454075cd85b44dde77209d748cd4b8ae8af468fbd63d1c59db7ac701e7c58d689e181aee754f4173edd46cce0d1b5a8896f791fa SHA512 91728f95dceb3c348eb781d147d917da389671af20c88698158bc4d42ed473c5f9b61f8e6e1565192777288547e8125cb0ae7b38d5b4a13bdf1897676b52a800 | ||
DIST ksanecore-23.08.4.tar.xz 49608 BLAKE2B 2df05d051cf0e4b1ee577c5c598908995b1bb7e76cbeecc21d89af5bcb3f8e8674b97dd3d4d64c139b4836faacf8cb1e65bb8b3d7e57c869e319cb0eba00dff1 SHA512 12efe127dc79e660b755f18fceda94c08e689e55125b6454f5eaaf36370afbe508a5c3d61b3635c2df94e0b3b76446ffacd8aaad9e6819b6be87927a8364b276 |
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,23 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
KFMIN=5.106.0 | ||
QTMIN=5.15.9 | ||
inherit ecm gear.kde.org | ||
|
||
DESCRIPTION="Qt-based interface for SANE library to control scanner hardware" | ||
HOMEPAGE="https://invent.kde.org/libraries/ksanecore | ||
https://api.kde.org/ksanecore/html/index.html" | ||
|
||
LICENSE="|| ( LGPL-2.1 LGPL-3 )" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
media-gfx/sane-backends | ||
" | ||
RDEPEND="${DEPEND}" |