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: 20.08.3 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,2 +1,3 @@ | ||
DIST kdesdk-kioslaves-20.04.3.tar.xz 37272 BLAKE2B 3038cd5b878c349cdd6e9c072cef06cfc61197ff4a6f50c97598b0e4ee4c3653ad696b555347a93006aa9278027bd7c505259cb75be633f9e821474a3266e060 SHA512 77a64fe53bb07cf0a11e683ecf2707e4045a75a470b33ee820bebcc95c757d57214691a2369416a7efbcd1e9e126af27bf98bd5dcf7dd33f76177e3c14fb9bae | ||
DIST kdesdk-kioslaves-20.08.2.tar.xz 37388 BLAKE2B 1652d433918d4feb8aba7c47f0fe8312a5d744dcce789616c7645de7d73d60223df03fe7d26b085238254bc525cc5f5d823ee6c29e4154fafee392cf280e756a SHA512 0fd93fcb13b92da3a5819cc9d9d7aa24e8717431c35e1501997feee9e94e28e23c19099e845877799e9719cfaec2250c7ba5426b1fbb806374494cfb74d8ee8a | ||
DIST kdesdk-kioslaves-20.08.3.tar.xz 37368 BLAKE2B 3af5b8df85f3ac82ad2075fce8256a67b2154d7e4c211c569fc38e7e2188a3760d414df12cc63d1d4cb7e637f269de3c52a183908edb0610b2730f640d8cf460 SHA512 c02ffa42a7b44316764c643d8068bd9aef83719465d98d0b782ee76d7ece401d4ad4f2a1a1c8c6291d1055a1a4fcfb9a932a0cac5ccc587b5de33257ed3ccf95 |
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-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
KFMIN=5.74.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}" |