mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
kde-plasma/kscreenlocker: 6.3.6 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kscreenlocker-6.3.5.tar.xz 184656 BLAKE2B 6d566c1bb68305eb4ed60c8a78eb896466c6f25b92e32d2d1d3d62ddea6cb355d585a4cf14565cfebc835a49d4ebf242ad90c93b79ab7f1908b00a0c28778705 SHA512 7a4e270de14718f4f29e5c26b559a79ca0189a87ad58931c0c3d425477ee056833099f8f9eb1ce8813a55e0f543495abf4335bad9ff61656569b8533b0a8b7f7
|
||||
DIST kscreenlocker-6.3.6.tar.xz 183268 BLAKE2B 0206bf35eef58bc3e96bcc135031f4f89432914859e6c6a5cc4af37a7073e61b4a5b4ca865d9fbc591726f55177ffe95dfb73b171bb9c6134a14fc451970e239 SHA512 b32b3d5bbe1fd0aa3a6666e6922e95ff8b2fc1744b7e2df605b8efef253c6bb5b36c66f8c1f3d50ede1c712678899814e69f90706fd9c26440fe1e36cd585676
|
||||
DIST kscreenlocker-6.4.2.tar.xz 183732 BLAKE2B 3ff1079c1a0be8e65063fd0d221d7692639cbf491deca3d204f37950f53c0408e09fa387a584ecf142e4981d53eff07498e90a039290430ed1ef035e6aee11fd SHA512 05e29925dde5a56674079fbc0b713dd5bc01bec6f933818583ac9a4a09beb9dae430a6a73e5bf3b89b558196c2a7cbbc9bb78f7c8a4888f1074d4fd3b99786ff
|
||||
|
||||
78
kde-plasma/kscreenlocker/kscreenlocker-6.3.6.ebuild
Normal file
78
kde-plasma/kscreenlocker/kscreenlocker-6.3.6.ebuild
Normal file
@@ -0,0 +1,78 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="forceoptional"
|
||||
KFMIN=6.10.0
|
||||
QTMIN=6.8.1
|
||||
inherit ecm plasma.kde.org pam xdg
|
||||
|
||||
DESCRIPTION="Library and components for secure lock screen architecture"
|
||||
|
||||
LICENSE="GPL-2" # TODO: CHECK
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
# qtbase slot op: GuiPrivate use in greeter
|
||||
COMMON_DEPEND="
|
||||
dev-libs/wayland
|
||||
>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:6
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6[qml]
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kglobalaccel-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kidletime-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/ksvg-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6
|
||||
>=kde-frameworks/solid-${KFMIN}:6
|
||||
>=kde-plasma/layer-shell-qt-${KDE_CATV}:6
|
||||
>=kde-plasma/libplasma-${KDE_CATV}:6
|
||||
>=kde-plasma/libkscreen-${KDE_CATV}:6
|
||||
sys-libs/pam
|
||||
x11-libs/libX11
|
||||
x11-libs/libXi
|
||||
x11-libs/libxcb
|
||||
x11-libs/xcb-util-keysyms
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
x11-base/xorg-proto
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=kde-frameworks/kirigami-${KFMIN}:6
|
||||
>=kde-plasma/libplasma-${KDE_CATV}:6
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:6
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
ecm_src_prepare
|
||||
use test || cmake_run_in greeter cmake_comment_add_subdirectory autotests
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# requires running environment
|
||||
local myctestargs=(
|
||||
-E x11LockerTest
|
||||
)
|
||||
ecm_src_test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ecm_src_install
|
||||
|
||||
newpamd "${FILESDIR}/kde-r1.pam" kde
|
||||
newpamd "${FILESDIR}/kde-fingerprint.pam" kde-fingerprint
|
||||
newpamd "${FILESDIR}/kde-smartcard.pam" kde-smartcard
|
||||
}
|
||||
Reference in New Issue
Block a user