diff options
author | 2021-09-15 13:59:11 +0200 | |
---|---|---|
committer | 2021-09-16 13:09:21 +0200 | |
commit | 8e7925b2b73084e52b7ab63c9752b1c7477b5039 (patch) | |
tree | 180c4e12006ec6edd8bd5e355c248425dc32500f /kde-plasma/breeze | |
parent | kde-plasma/bluedevil: drop 5.21.5* (diff) | |
download | gentoo-8e7925b2b73084e52b7ab63c9752b1c7477b5039.tar.gz gentoo-8e7925b2b73084e52b7ab63c9752b1c7477b5039.tar.bz2 gentoo-8e7925b2b73084e52b7ab63c9752b1c7477b5039.zip |
kde-plasma/breeze: drop 5.21.5*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/breeze')
-rw-r--r-- | kde-plasma/breeze/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/breeze/breeze-5.21.5-r1.ebuild | 53 | ||||
-rw-r--r-- | kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch | 50 |
3 files changed, 0 insertions, 104 deletions
diff --git a/kde-plasma/breeze/Manifest b/kde-plasma/breeze/Manifest index 74cf86a505f8..67867bc982a3 100644 --- a/kde-plasma/breeze/Manifest +++ b/kde-plasma/breeze/Manifest @@ -1,2 +1 @@ -DIST breeze-5.21.5.tar.xz 26286020 BLAKE2B 437666f0b509fa9d63f5ad04702831dc0ec4eedf763594c831d335b5b69a6b04052af6adc2c550b903c94a084b353d700d88cec47af537778afa31f7150e38b6 SHA512 5e449624543e2bd437bd4311e7ff091ffae33c4da34da2b9968f9551970b66350d337e6aee974f9e2cd82eff877a4ab5c6f52ec52d4f2724fe93b747f021e9eb DIST breeze-5.22.5.tar.xz 34548108 BLAKE2B aa92a0ac1054043e3584bfa82d783d5798b54d29edbc953ed69731295b6e076cae31606f5262313f5dd9e2036c05f4609c43b1e064e8b2308e4e4d56ace21ee7 SHA512 b9cc95dfbc21097f289d5c463f788b51ecc9523e5361981241a08ee80028a5f72f9dba3fc019006ec934104323c9c0a4d80742ae60a12f3d00751f75cccac66d diff --git a/kde-plasma/breeze/breeze-5.21.5-r1.ebuild b/kde-plasma/breeze/breeze-5.21.5-r1.ebuild deleted file mode 100644 index 813a7e50e8d0..000000000000 --- a/kde-plasma/breeze/breeze-5.21.5-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.82.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Breeze visual style for the Plasma desktop" -HOMEPAGE="https://invent.kde.org/plasma/breeze" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" -IUSE="X" - -RDEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=kde-frameworks/frameworkintegration-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kiconthemes-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=kde-plasma/kdecoration-${PVCUT}:5 - X? ( x11-libs/libxcb ) -" -DEPEND="${RDEPEND} - >=kde-frameworks/kpackage-${KFMIN}:5 -" -PDEPEND=" - >=kde-frameworks/breeze-icons-${KFMIN}:5 - >=kde-plasma/kde-cli-tools-${PVCUT}:5 -" - -PATCHES=( "${FILESDIR}/${P}-fix-splitter-proxy.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X XCB) - ) - ecm_src_configure -} diff --git a/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch b/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch deleted file mode 100644 index 52646721a4b8..000000000000 --- a/kde-plasma/breeze/files/breeze-5.21.5-fix-splitter-proxy.patch +++ /dev/null @@ -1,50 +0,0 @@ -From f99b7ef621c9c69544158d245699fd8104db6753 Mon Sep 17 00:00:00 2001 -From: Fabian Vogt <fabian@ritter-vogt.de> -Date: Sat, 15 May 2021 17:45:54 +0200 -Subject: [PATCH] Fix informing the underlying widget when leaving - SplitterProxy - -While the SplitterProxy is active, it intercepts all relevant events, so that -the underlying widget still thinks it's in the same "on splitter" state. When -the SplitterProxy is left, the underlying widget is sent a HoverLeave/HoverMove -event to make it aware of the new current cursor position. Without this, it -doesn't know that it's not supposed to be in the "on splitter" state, and when -it regains focus it just re-activates the SplitterProxy at the current cursor -position. - -This was broken by accident in d201a1f187 ("Fix SplitterProxy not clearing -when above another QSplitterHandle"), which moved the hide() call past the -call to QCoreApplication::sendEvent. Previously that made isVisible() false, -which also prevented the interception of the HoverLeave/HoverMove events. - -BUG: 436473 ---- - kstyle/breezesplitterproxy.cpp | 11 +++++++---- - 1 file changed, 7 insertions(+), 4 deletions(-) - -diff --git a/kstyle/breezesplitterproxy.cpp b/kstyle/breezesplitterproxy.cpp -index 0cf5685f..d4db407b 100644 ---- a/kstyle/breezesplitterproxy.cpp -+++ b/kstyle/breezesplitterproxy.cpp -@@ -341,11 +341,14 @@ namespace Breeze - // send hover event - if( _splitter ) - { -- QHoverEvent hoverEvent( -- qobject_cast<QSplitterHandle*>(_splitter.data()) ? QEvent::HoverLeave : QEvent::HoverMove, -- _splitter.data()->mapFromGlobal(QCursor::pos()), _hook); -- QCoreApplication::sendEvent( _splitter.data(), &hoverEvent ); -+ // SplitterProxy intercepts HoverLeave/HoverMove events to _splitter, -+ // but this is meant to reach it directly. Unset _splitter to stop interception. -+ auto splitter = _splitter; - _splitter.clear(); -+ QHoverEvent hoverEvent( -+ qobject_cast<QSplitterHandle*>(splitter.data()) ? QEvent::HoverLeave : QEvent::HoverMove, -+ splitter.data()->mapFromGlobal(QCursor::pos()), _hook); -+ QCoreApplication::sendEvent( splitter.data(), &hoverEvent ); - } - - // kill timer if any --- -GitLab - |