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-apps/kdesdk-kioslaves: 21.04.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
23 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 kdesdk-kioslaves-20.12.3.tar.xz 37468 BLAKE2B 5e42378da8ebc64cde7684626519d77c0b788731b156febed47a89dad30fcc0dd94a772b5539c54b74b44d1006b69786490aee1f67f830b5668d10aa1722428a SHA512 8a37af8b86d3a716e2003d17d79fa018d87639b9379bf76b87184e1cb772afa7370b02e17541f3e895cbc7b2df76df85caaa9c697d46c5c7d3fb8677872a83ad | ||
DIST kdesdk-kioslaves-21.04.0.tar.xz 37524 BLAKE2B 3f7e9f4b35fc3e6dd657f0a4498a7bf0e6c865360310060d74c7e399c41f6fbb75fb8dd5f38fa8a0c9879a150065956df640e4f3b0673fefa82c7b41b4c042a9 SHA512 defb0e30d3c3c7676dd802f682b4f2caa3504ca4b32829e032929b149e34e2a7b31b262d7614d5743b08dd935c7ecc67c286bd3e0e41386ef0fead5203b498f2 |
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,22 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KFMIN=5.80.0 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="kioslaves from kdesdk package" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
dev-lang/perl | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
" | ||
RDEPEND="${DEPEND}" |