Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/files/, kde-frameworks/kdeclarative/
Date: Thu, 10 Feb 2022 09:13:25
Message-Id: 1644484254.b4dbafca90db40d5572b7aecfa460aed5a60ed59.asturm@gentoo
1 commit: b4dbafca90db40d5572b7aecfa460aed5a60ed59
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 10 08:20:39 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 10 09:10:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4dbafca
7
8 kde-frameworks/kdeclarative: drop 5.88.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/kdeclarative/Manifest | 1 -
13 ...-KeySequenceItem-record-on-correct-window.patch | 36 --------------------
14 .../kdeclarative/kdeclarative-5.88.0-r1.ebuild | 39 ----------------------
15 3 files changed, 76 deletions(-)
16
17 diff --git a/kde-frameworks/kdeclarative/Manifest b/kde-frameworks/kdeclarative/Manifest
18 index 9b2f8846ecb6..028560a85955 100644
19 --- a/kde-frameworks/kdeclarative/Manifest
20 +++ b/kde-frameworks/kdeclarative/Manifest
21 @@ -1,2 +1 @@
22 -DIST kdeclarative-5.88.0.tar.xz 191048 BLAKE2B 113ed6a1ff297251cec4baf143352d3b8cb1d80cd0aca45ad21ec4d1583a5a9603897c9edfda99fe0bfc3c5c09a78c609c563602accb2e2fe7b76c3b1e7e0d1e SHA512 f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2
23 DIST kdeclarative-5.90.0.tar.xz 199308 BLAKE2B 6cc7cbe7ab1b70fe238c32ba61f7187c251ffe04129a3681c2c441584fc8b3ee8d6026465c918a1477897f20e748f8451823e7551b905e1769cbffbfd11c80a7 SHA512 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857ffff424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679
24
25 diff --git a/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch b/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch
26 deleted file mode 100644
27 index bf4d6fc5dddb..000000000000
28 --- a/kde-frameworks/kdeclarative/files/kdeclarative-5.88.0-KeySequenceItem-record-on-correct-window.patch
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -From 2caa62d11f322ca5c9829b6bc91839e8afd42686 Mon Sep 17 00:00:00 2001
32 -From: David Redondo <kde@×××××××××××××.de>
33 -Date: Mon, 22 Nov 2021 14:22:14 +0100
34 -Subject: [PATCH] KeySequenceItem: Make sure we record on the correct window
35 -
36 -Unfortunately renderWindowFor is just a simple function call and
37 -so the binding is not updated when it would change. Now we make sure
38 -to update the window before each recording.
39 -BUG:445277
40 ----
41 - src/qmlcontrols/kquickcontrols/KeySequenceItem.qml | 2 +-
42 - 1 file changed, 1 insertion(+), 1 deletion(-)
43 -
44 -diff --git a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
45 -index 7b404bd..a41bf18 100644
46 ---- a/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
47 -+++ b/src/qmlcontrols/kquickcontrols/KeySequenceItem.qml
48 -@@ -42,7 +42,6 @@ RowLayout {
49 -
50 - KQuickControlsPrivate.KeySequenceHelper {
51 - id: _helper
52 -- window: renderWindow(parent.Window.window)
53 - onGotKeySequence: {
54 - if (isKeySequenceAvailable(keySequence)) {
55 - root.keySequence = keySequence
56 -@@ -95,6 +94,7 @@ RowLayout {
57 -
58 - onCheckedChanged: {
59 - if (checked) {
60 -+ _helper.window = _helper.renderWindow(parent.Window.window)
61 - mainButton.forceActiveFocus()
62 - _helper.startRecording()
63 - }
64 ---
65 -GitLab
66 -
67
68 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild
69 deleted file mode 100644
70 index 49aae073b5e3..000000000000
71 --- a/kde-frameworks/kdeclarative/kdeclarative-5.88.0-r1.ebuild
72 +++ /dev/null
73 @@ -1,39 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -ECM_TEST="false"
80 -PVCUT=$(ver_cut 1-2)
81 -QTMIN=5.15.2
82 -inherit ecm kde.org
83 -
84 -DESCRIPTION="Framework providing integration of QML and KDE work spaces"
85 -
86 -LICENSE="LGPL-2+"
87 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
88 -IUSE=""
89 -
90 -DEPEND="
91 - >=dev-qt/qtdeclarative-${QTMIN}:5
92 - >=dev-qt/qtgui-${QTMIN}:5
93 - >=dev-qt/qtnetwork-${QTMIN}:5
94 - >=dev-qt/qtwidgets-${QTMIN}:5
95 - =kde-frameworks/kconfig-${PVCUT}*:5
96 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
97 - =kde-frameworks/kglobalaccel-${PVCUT}*:5
98 - =kde-frameworks/ki18n-${PVCUT}*:5
99 - =kde-frameworks/kiconthemes-${PVCUT}*:5
100 - =kde-frameworks/kio-${PVCUT}*:5
101 - =kde-frameworks/knotifications-${PVCUT}*:5
102 - =kde-frameworks/kpackage-${PVCUT}*:5
103 - =kde-frameworks/kservice-${PVCUT}*:5
104 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
105 - =kde-frameworks/kwindowsystem-${PVCUT}*:5
106 - media-libs/libepoxy
107 -"
108 -RDEPEND="${DEPEND}"
109 -
110 -PATCHES=(
111 - "${FILESDIR}/${P}-KeySequenceItem-record-on-correct-window.patch" # KDE-bug 445277
112 -)