diff options
author | 2017-07-07 14:23:56 +0200 | |
---|---|---|
committer | 2017-07-07 22:53:03 +0200 | |
commit | 5f875c39039650edca62add2e1bce82e0e4a86b5 (patch) | |
tree | f0777e9372151101534ad2d4ac5bf62f4775efb5 /kde-plasma/kscreenlocker | |
parent | gnome-extra/nautilus-sendto: keyword ~arm64 (diff) | |
download | gentoo-5f875c39039650edca62add2e1bce82e0e4a86b5.tar.gz gentoo-5f875c39039650edca62add2e1bce82e0e4a86b5.tar.bz2 gentoo-5f875c39039650edca62add2e1bce82e0e4a86b5.zip |
kde-plasma: Remove KDE Plasma 5.8.6 and 5.8.7
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kscreenlocker')
-rw-r--r-- | kde-plasma/kscreenlocker/Manifest | 2 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/files/kscreenlocker-5.8.6-focus.patch | 145 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.8.6-r1.ebuild | 89 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.8.6.ebuild | 87 | ||||
-rw-r--r-- | kde-plasma/kscreenlocker/kscreenlocker-5.8.7.ebuild | 87 |
5 files changed, 0 insertions, 410 deletions
diff --git a/kde-plasma/kscreenlocker/Manifest b/kde-plasma/kscreenlocker/Manifest index 9cf6869850b3..61770e6787b0 100644 --- a/kde-plasma/kscreenlocker/Manifest +++ b/kde-plasma/kscreenlocker/Manifest @@ -1,4 +1,2 @@ DIST kscreenlocker-5.10.3.tar.xz 110868 SHA256 fdfb049edf35acec8e551946787d765469748fee00d94b2921f8d3a767d5601e SHA512 02539a0570fb6e36c299486afbf81f41fd8ab4e69ccccf260064af0dac156726c63ad27f4a223b41130cc73432bf79e488afb43f03ff5352b8f9dda3e7e2e0ff WHIRLPOOL cf0c74518816f42ab5ba24b263249dd2d985e20568388eec3b7f1809f6ecc7dfe98a15a432efdc7f585b67322da581aa82b2497ac8c6fc2fc9a9659846340bff -DIST kscreenlocker-5.8.6.tar.xz 108416 SHA256 ed519a5c30bc350438d5b8418b484ae72513baf77645fe286f1ac14f302f14b3 SHA512 c2c7dd78abdcdfdbbdcffaa9395d8a8c0d84511f484bba2aeaefea05957279cd53253ce59f4bc279f811a369b0e65738ed92bd4f2a3006195bcace352707302b WHIRLPOOL 9b8cfd9dd35e07df847283195b7fa109788ed0809f30d8345290a6cb922bf3369cdc5ad69e35b8ed07b18d51307156603fba5e7c6adc4d9ee25194e1ee21d2ab -DIST kscreenlocker-5.8.7.tar.xz 108960 SHA256 bc7c61a24a5fb7ba84ac24508f5c82a36506b18deb331d8098873a7ce428d003 SHA512 cee66e85efaafd5629c9e2b1eea1522cff960d7b9922be7b6d5f767c231fcb762cf80585d5528fdb5fc3684881bf2fa4a59da3136a1d23341ceb218da3f69e11 WHIRLPOOL 9c29ed96d57b09550e596a19970714e87a562116808d955fc9c3bb1104ab255c573bbbe2b6721e94f134f8ba463cde31bbdaedcd072e602a30ad0d9ef94c4f61 DIST kscreenlocker-5.9.5.tar.xz 108588 SHA256 718511aecad9928987e0dbe10906da6eb95b0d1f678ab9aa8dfbb4d7dcfbc0c1 SHA512 e8b989ebcebe0e424ea0065993d1487862ea27acb73202f70dbe5853d67f38c2acb5f620d22561d045c4c48e2185f8d78aee98f2f7ccbc7e4e8d066cbb36becf WHIRLPOOL 4de500d0b4bde1dfe58085a1b4761b9f7373a0a8519a4222e931c58b8b87c3c4d87adb4e3277e78af9e506f0ea4c42ee41caf85e177f932332fc797079cb9a93 diff --git a/kde-plasma/kscreenlocker/files/kscreenlocker-5.8.6-focus.patch b/kde-plasma/kscreenlocker/files/kscreenlocker-5.8.6-focus.patch deleted file mode 100644 index a44c36862c59..000000000000 --- a/kde-plasma/kscreenlocker/files/kscreenlocker-5.8.6-focus.patch +++ /dev/null @@ -1,145 +0,0 @@ -From f8043de10b5dd94b9b931a92f3aa7167188786c9 Mon Sep 17 00:00:00 2001 -From: Fabian Vogt <fabian@ritter-vogt.de> -Date: Mon, 27 Feb 2017 16:29:29 +0100 -Subject: Implement manual focus on click - -Summary: -Currently only the first created screenlock window gets focus. -On clicks, no focus events are sent, which makes it impossible to input -passwords. This patch now makes it possible to focus to a different -screenlock window (on a different monitor, for example) using a mouse -button press. -This should also fix newly created screenlock windows stealing the focus -of already displayed ones as only the first window gains automatic focus. - -BUG: 348789 -BUG: 374289 - -Test Plan: -Locked the screen, now I can use the password input on the secondary screen -as well. - -Reviewers: #plasma, graesslin, broulik - -Reviewed By: #plasma, graesslin - -Subscribers: hein, plasma-devel - -Tags: #plasma - -Differential Revision: https://phabricator.kde.org/D4821 ---- - greeter/greeterapp.cpp | 1 - - x11locker.cpp | 26 ++++++++++++++++++++++++-- - x11locker.h | 2 ++ - 3 files changed, 26 insertions(+), 3 deletions(-) - -diff --git a/greeter/greeterapp.cpp b/greeter/greeterapp.cpp -index 47fcb03..bcfcbdf 100644 ---- a/greeter/greeterapp.cpp -+++ b/greeter/greeterapp.cpp -@@ -372,7 +372,6 @@ void UnlockApp::getFocus() - // this loop is required to make the qml/graphicsscene properly handle the shared keyboard input - // ie. "type something into the box of every greeter" - foreach (KQuickAddons::QuickViewSharedEngine *view, m_views) { -- view->requestActivate(); - if (!m_testing) { - view->setKeyboardGrabEnabled(true); // TODO - check whether this still works in master! - } -diff --git a/x11locker.cpp b/x11locker.cpp -index b2d2ea4..6967a67 100644 ---- a/x11locker.cpp -+++ b/x11locker.cpp -@@ -51,6 +51,7 @@ namespace ScreenLocker - X11Locker::X11Locker(QObject *parent) - : AbstractLocker(parent) - , QAbstractNativeEventFilter() -+ , m_focusedLockWindow(XCB_WINDOW_NONE) - { - initialize(); - } -@@ -229,8 +230,12 @@ void X11Locker::removeVRoot(Window win) - XDeleteProperty (QX11Info::display(), win, gXA_VROOT); - } - --static void fakeFocusIn( WId window ) -+void X11Locker::fakeFocusIn( WId window ) - { -+ if (window == m_focusedLockWindow) { -+ return; -+ } -+ - // We have keyboard grab, so this application will - // get keyboard events even without having focus. - // Fake FocusIn to make Qt realize it has the active -@@ -244,6 +249,8 @@ static void fakeFocusIn( WId window ) - ev.xfocus.detail = NotifyAncestor; - XSendEvent( QX11Info::display(), window, False, NoEventMask, &ev ); - XFlush(QX11Info::display()); -+ -+ m_focusedLockWindow = window; - } - - template< typename T> -@@ -308,6 +315,11 @@ bool X11Locker::nativeEventFilter(const QByteArray &eventType, void *message, lo - (x>=x_return && x<=x_return+(int)width_return) - && - (y>=y_return && y<=y_return+(int)height_return) ) { -+ // We need to do our own focus handling (see comment in fakeFocusIn). -+ // For now: Focus on clicks inside the window -+ if (responseType == XCB_BUTTON_PRESS) { -+ fakeFocusIn(window); -+ } - const int targetX = x - x_return; - const int targetY = y - y_return; - if (responseType == XCB_KEY_PRESS || responseType == XCB_KEY_RELEASE) { -@@ -386,6 +398,10 @@ bool X11Locker::nativeEventFilter(const QByteArray &eventType, void *message, lo - else - qDebug() << "Unknown toplevel for MapNotify"; - m_lockWindows.removeAll(xu->event); -+ if (m_focusedLockWindow == xu->event && !m_lockWindows.empty()) { -+ // The currently focused window vanished, just focus the first one in the list -+ fakeFocusIn(m_lockWindows[0]); -+ } - ret = true; - } - break; -@@ -508,8 +524,14 @@ void X11Locker::addAllowedWindow(quint32 window) - // not yet shown and we have a lock window, so we show our own window - m_background->show(); - } -+ -+ if (m_lockWindows.empty()) { -+ // Make sure to focus the first window -+ m_focusedLockWindow = XCB_WINDOW_NONE; -+ fakeFocusIn(window); -+ } -+ - m_lockWindows.prepend(window); -- fakeFocusIn(window); - stayOnTop(); - } - } -diff --git a/x11locker.h b/x11locker.h -index 9a14699..d8e83d6 100644 ---- a/x11locker.h -+++ b/x11locker.h -@@ -60,6 +60,7 @@ private: - void setVRoot(Window win, Window vr); - void removeVRoot(Window win); - int findWindowInfo(Window w); -+ void fakeFocusIn(WId window); - void stayOnTop() override; - struct WindowInfo - { -@@ -69,6 +70,7 @@ private: - QList<WindowInfo> m_windowInfo; - QList<WId> m_lockWindows; - QList<quint32> m_allowedWindows; -+ WId m_focusedLockWindow; - }; - } - --- -cgit v0.11.2 - diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.6-r1.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.6-r1.ebuild deleted file mode 100644 index bc5ef6668521..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.6-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -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 kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - dev-libs/wayland - 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-plasma/kcheckpass-4.11.22-r1:4 - !kde-plasma/kdebase-pam:0 -" - -RESTRICT+=" test" - -PATCHES=( "${FILESDIR}/${P}-focus.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 -} diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.6.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.6.ebuild deleted file mode 100644 index f8f0eecbed68..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.6.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -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 kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - dev-libs/wayland - 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-plasma/kcheckpass-4.11.22-r1:4 - !kde-plasma/kdebase-pam:0 -" - -RESTRICT+=" test" - -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 -} diff --git a/kde-plasma/kscreenlocker/kscreenlocker-5.8.7.ebuild b/kde-plasma/kscreenlocker/kscreenlocker-5.8.7.ebuild deleted file mode 100644 index a64300771358..000000000000 --- a/kde-plasma/kscreenlocker/kscreenlocker-5.8.7.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_TEST="forceoptional" -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 kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kpackage) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative 'widgets') - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - dev-libs/wayland - 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-plasma/kcheckpass-4.11.22-r1:4 - !kde-plasma/kdebase-pam:0 -" - -RESTRICT+=" test" - -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 -} |