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/libkscreen: 5.24.5 version bump
Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
cdd64c6
commit 10f4279
Showing
2 changed files
with
40 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 libkscreen-5.23.5.tar.xz 97940 BLAKE2B c2f449c00582ef8017c0cd388532ec969328b9c86f13456f952dea4381aa6179e1186595a320dd6ee9837d9df0d00b34e24c26790bf698f67c3df5f48a75cf4c SHA512 467555bfae1cb8d1948f395362fafe4c556abf8be1d47ee99cde0853533101f6b1332a7883ebae64005315593afd551190127d094fafe5b85703a1fa5e91504d | ||
DIST libkscreen-5.24.4.tar.xz 99476 BLAKE2B db545a542a77832d5ac877c953cd7a36dcc3b4df4495768543570deb2973e1aee6572942a9fecd17746e6f8708b4c1016cca57bb65151cd7246f8802d2b23706 SHA512 72be6b77f5fe4d77ef29c07d8bab2d1c5a94cd9aa31a324cf6d883a2e6132ee923c0fa02a4bc2432df7da4171dfbdd3a608117eeccfafe9155002cc8d50b3020 | ||
DIST libkscreen-5.24.5.tar.xz 99464 BLAKE2B 544a2a6def8fc58c839247bb080c2650bae73dc6850a5436b5d9ed1666d8d8744af75f213f32008e3c331db90d151f5dd567f6fcc919b61dbe1d3c8d14d2fff5 SHA512 780abc702ee6bd53703dc5671e56dc59e10e62ce33c3714454c3c8b5a7a5cf43d4402906f9b1c7c1c19e9dc36cb323c07eb20603a0fb44c73281844c879c8370 |
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,39 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
ECM_QTHELP="true" | ||
ECM_TEST="forceoptional" | ||
KFMIN=5.90.0 | ||
PVCUT=$(ver_cut 1-3) | ||
QTMIN=5.15.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Plasma screen management library" | ||
|
||
LICENSE="GPL-2" # TODO: CHECK | ||
SLOT="5/7" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
# requires running session | ||
RESTRICT="test" | ||
|
||
RDEPEND=" | ||
dev-libs/wayland | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtx11extras-${QTMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/kwayland-${KFMIN}:5 | ||
x11-libs/libxcb | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-libs/plasma-wayland-protocols-1.6.0 | ||
" | ||
BDEPEND=" | ||
>=dev-qt/qtwaylandscanner-${QTMIN}:5 | ||
dev-util/wayland-scanner | ||
" |