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-plasma/bluedevil: 6.0.2 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 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,3 +1,4 @@ | ||
DIST bluedevil-5.27.10.tar.xz 365676 BLAKE2B 89fe56d524c9dbefacc3c192e7b2da1a70c1fddd6a6531f9afe5a0f3d029640fe3f1335383e1bbb0aecea60bba7654cb33b26055a915c69e5f1316e57f3c9eb3 SHA512 3ec9fc48b64da0bfe466169c4f53fe18ca70c614e5a3d47bdf06f77963c367a424557bb181a2c05c71a2edef6d62e9f5ab3cdec822a9f01cc828d07f7c0cd953 | ||
DIST bluedevil-5.27.11.tar.xz 366752 BLAKE2B 707c44f6cc918d80b9a93619b4fc47c8d3c7caf6436dfa34a1a336c3c7e4bf8c9b9409a7f07c56c55463301bac62c0c9a9d512ed74e52c0087fc530dbf7206cb SHA512 8eefad775088347456fc3a4ee04e13f83678867cde2076ade6905355a5c2847d7a177d449ba909c627be791584e16e6e0e8c13c2e46b42eb18dd9547a4d0deee | ||
DIST bluedevil-6.0.1.tar.xz 369312 BLAKE2B d73e5a51b4eae3b55421afe85d1ea93ab294716c554146c069ae88c6121fd053a656ba4d1c91adc46a7e5878ee4204c8dbd4e8518b8b25c938075eeece875978 SHA512 c43472784a954d7ee7d4d52eb759b781c59b254e0816d42ff3b401edd89ad2bae1bdeb86207078d28ddd791a27306e683b02ac63904cd162d5ce487e55543959 | ||
DIST bluedevil-6.0.2.tar.xz 369516 BLAKE2B 16d2e2f56799f3e7d55eb2ef611ffada6f99bdd208d984647a4d3f45a3c38b7d2b6b6eb46d68c9834a6f9783f6109191eabbce1cbe56ac8f9ceb83e2061863f0 SHA512 07c86ac9c321bc4b4ac3bb8217b981847df39b214bd0d133c46a58c83f9ea2c8cf4568c51d8f5275a4330aaa107a2d8a02543125d2e35d8f329e2aa44eae9ee3 |
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,43 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=6.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=6.6.2 | ||
inherit ecm plasma.kde.org | ||
|
||
DESCRIPTION="Bluetooth stack for KDE Plasma" | ||
HOMEPAGE="https://invent.kde.org/plasma/bluedevil" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="6" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras | ||
DEPEND=" | ||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] | ||
>=dev-qt/qtdeclarative-${QTMIN}:6 | ||
>=kde-frameworks/bluez-qt-${KFMIN}:6 | ||
>=kde-frameworks/kcmutils-${KFMIN}:6 | ||
>=kde-frameworks/kconfig-${KFMIN}:6 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:6 | ||
>=kde-frameworks/kdbusaddons-${KFMIN}:6 | ||
>=kde-frameworks/ki18n-${KFMIN}:6 | ||
>=kde-frameworks/kio-${KFMIN}:6 | ||
>=kde-frameworks/kjobwidgets-${KFMIN}:6 | ||
>=kde-frameworks/knotifications-${KFMIN}:6 | ||
>=kde-frameworks/kservice-${KFMIN}:6 | ||
>=kde-frameworks/ksvg-${KFMIN}:6 | ||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6 | ||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X] | ||
>=kde-plasma/libplasma-${PVCUT}:6 | ||
" | ||
RDEPEND="${DEPEND} | ||
>=kde-frameworks/kirigami-${KFMIN}:6 | ||
>=kde-plasma/kde-cli-tools-${PVCUT}:* | ||
" | ||
BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" |