summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r--kde-plasma/kscreenlocker/Manifest1
-rw-r--r--kde-plasma/kscreenlocker/files/kscreenlocker-5.5.4-lockscreen-bypass.patch39
-rw-r--r--kde-plasma/kscreenlocker/kscreenlocker-5.5.4-r1.ebuild95
3 files changed, 0 insertions, 135 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest
index 72d9400e2d18..06f446de6586 100644
--- a/kde-plasma/kscreenlocker/Manifest
+++ b/kde-plasma/kscreenlocker/Manifest
@@ -1,2 +1 @@
-DIST kscreenlocker-5.5.4.tar.xz 98204 SHA256 39c3a4272b6f53b26c27054f5efb54c0e88ebb6d6aea3f8a541dc5bc8b1b25a3 SHA512 b70280c5f433ff51b4862be4f9f67ed10f6999fab644a6d982783acd50a3105c79164fbd4a9947280928fa4addea5c41cb6aabb117def70ab0a9b67d43e7f6c0 WHIRLPOOL 578bb5ad5fc41302195dc289f9749fabcbe902e9d820c7bc6b326ec1e39793604eea3ff69be728f467d9eedc63b89f65ba4ead8fc7084072f912d84c02fcc19a
DIST kscreenlocker-5.5.5.tar.xz 98400 SHA256 7cad8630831094dc1cde7d828df750191eb032c908a6bccc6d5d83b15a235803 SHA512 290341230f96db32d9c0b767f46994c91c3a5809799830c2b377a79e3163c53c484114f63a85aa0eede1763e06611e07c677cfa0678350921f14b764da798135 WHIRLPOOL accdc244e23e6f0f749ef87bee122b5f03506b875731c8a59027f2a90eb64331e272f92e89d375baa1d677611b244eb882da944088b5269eacbc854205125794
diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-5.5.4-lockscreen-bypass.patch b/kde-plasma/kscreenlocker/files/kscreenlocker-5.5.4-lockscreen-bypass.patch
deleted file mode 100644
index 6eb6789977f4..000000000000
--- a/kde-plasma/kscreenlocker/files/kscreenlocker-5.5.4-lockscreen-bypass.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From fae65f1cdd6446042b31ccd0eafd7a4c0b6623e3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= <mgraesslin@kde.org>
-Date: Fri, 5 Feb 2016 10:30:19 +0100
-Subject: [PATCH] [greeter] Dont quit when last window closes
-
-Qt allows to have no screens. If all XRandR screens are disconnected
-there are also no QScreens. This is from an X11 perspective wrong, but
-we have to deal with it. No QScreens means that all views are destroyed
-and no new ones are created. Thus all windows close and the greeter
-exited successfully which in turn unlocked the screen.
-
-This change ensures that the greeter doesn't exit when all windows close.
-
-Funnily this was not a problem with the well known issue of Qt
-crashing when all screens are disconnected. The lock screen handles
-crashes gracefully and just restarts or more likely Qt also crashes
-the application using KSld and thus taking down the complete session.
-
-BUG: 358125
-FIXED-IN: 5.5.5
----
- greeter/main.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/greeter/main.cpp b/greeter/main.cpp
-index e4e679e..5625d36 100644
---- a/greeter/main.cpp
-+++ b/greeter/main.cpp
-@@ -59,6 +59,7 @@ int main(int argc, char* argv[])
- qputenv("QT_IM_MODULE", QByteArrayLiteral("compose"));
- }
- ScreenLocker::UnlockApp app(argc, argv);
-+ app.setQuitOnLastWindowClosed(false);
- QCoreApplication::setApplicationName(QStringLiteral("kscreenlocker_greet"));
- QCoreApplication::setApplicationVersion(QStringLiteral("0.1"));
- QCoreApplication::setOrganizationDomain(QStringLiteral("kde.org"));
---
-2.4.10
-
diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.5.4-r1.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.5.4-r1.ebuild
deleted file mode 100644
index 6a5dc1c60ccc..000000000000
--- a/kde-plasma/kscreenlocker/kscreenlocker-5.5.4-r1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_TEST="forceoptional"
-QT_MINIMAL="5.5.0"
-VIRTUALX_REQUIRED="test"
-inherit kde5 pam
-
-DESCRIPTION="Library and components for secure lock screen architecture"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="pam"
-
-COMMON_DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdeclarative)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kidletime)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep plasma)
- $(add_plasma_dep kwayland)
- dev-libs/wayland
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5[widgets]
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libxcb
- x11-libs/xcb-util-keysyms
- pam? ( virtual/pam )
-"
-DEPEND="${COMMON_DEPEND}
- x11-proto/xproto
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_plasma_dep kde-cli-tools)
- !<kde-base/kcheckpass-4.11.22-r1:4
- !kde-base/kdebase-pam:0
- !<kde-plasma/plasma-workspace-5.4.50
-"
-
-RESTRICT="test"
-
-PATCHES=(
- "${FILESDIR}/${PN}-5.4.90-no-SUID-no-GUID.patch"
- "${FILESDIR}/${P}-lockscreen-bypass.patch"
-)
-
-src_prepare() {
- kde5_src_prepare
-
- use test || sed -i \
- -e "/add_subdirectory(autotests)/ s/^/#/" greeter/CMakeLists.txt || die
-}
-
-src_test() {
- # requires running environment
- local myctestargs=(
- -E x11LockerTest
- )
- kde5_src_test
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package pam PAM)
- )
- kde5_src_configure
-}
-
-src_install() {
- kde5_src_install
-
- newpamd "${FILESDIR}/kde.pam" kde
- newpamd "${FILESDIR}/kde-np.pam" kde-np
-
- if ! use pam; then
- chown root "${ED}"usr/$(get_libdir)/libexec/kcheckpass || die
- chmod +s "${ED}"usr/$(get_libdir)/libexec/kcheckpass || die
- fi
-}