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-frameworks/kactivities: 5.80.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 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 kactivities-5.77.0.tar.xz 72600 BLAKE2B cb451c4fb8f39d18d4fe31aa7c911c89ba0e9774575dbbe3260f69336cf40d9e95b6811fd37cde675d018680b4e07125ffb02a94f1b11f9667fe3e0f8f13b25a SHA512 e976b7c5a0888b4f164619ad3b67897e237187c217e5f7a9ec159ead8f521f11f9d543fb9877ff34c5d381d83c3d9a3e20d5430ddbe3049e146a403c88b4b7ac | ||
DIST kactivities-5.79.0.tar.xz 72576 BLAKE2B 5d63280830e888814d192dc8b47bac795ca9a86555f966b4ee622a0644b5b5acf68188a463a8e2ae84ba889f47c6859fa428e8b77f76df33fc98a38043baf7d4 SHA512 f3296f7409d2b5af57c5d606d83d25b6e93441c1f67354ab6c5dd9b52d661ab659afe903f51054683743da635efb9f682092807964ecc98eeba5de856a4f8227 | ||
DIST kactivities-5.80.0.tar.xz 71404 BLAKE2B 01f0cda51ee2cece075aebef195e1df006d02cecfb3d404e14a43f6108711c27e5f0c06e16be1ec3339d43e14c2f8a53e7e3c4ce95c3cab6221c45710530ad3e SHA512 8cd5cc69f72db198b97a33947f3c9d15d3798ef42478babe18013057c74e398b0e2b49177270155d410d80e2163da450aeb88a24027281395b0682f93a54f042 |
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,29 @@ | ||
# Copyright 1999-2021 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
PVCUT=$(ver_cut 1-2) | ||
PLASMA_MINIMAL=5.16.5 | ||
QTMIN=5.15.2 | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Framework for working with KDE activities" | ||
LICENSE="|| ( LGPL-2.1 LGPL-3 )" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
COMMON_DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5[widgets] | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtsql-${QTMIN}:5 | ||
=kde-frameworks/kconfig-${PVCUT}*:5 | ||
=kde-frameworks/kcoreaddons-${PVCUT}*:5 | ||
" | ||
RDEPEND="${COMMON_DEPEND} | ||
>=kde-plasma/kactivitymanagerd-${PLASMA_MINIMAL}:5 | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-libs/boost-1.54 | ||
" |