summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-04-30 23:36:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-04 22:49:35 +0200
commit7a1eb42be0205d8719f327dfba0e55d688afde53 (patch)
treede228bd45317fa5e7d020710d978f059faa26cce /kde-frameworks
parentkde-frameworks/prison: drop 5.90.0* (diff)
downloadgentoo-7a1eb42be0205d8719f327dfba0e55d688afde53.tar.gz
gentoo-7a1eb42be0205d8719f327dfba0e55d688afde53.tar.bz2
gentoo-7a1eb42be0205d8719f327dfba0e55d688afde53.zip
kde-frameworks/qqc2-desktop-style: drop 5.90.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.90.0-KDEBUG-447289.patch63
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild31
3 files changed, 0 insertions, 95 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 087894d155e4..db6f231fbb5b 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
-DIST qqc2-desktop-style-5.90.0.tar.xz 65004 BLAKE2B 19d0dbdfe2c6891458e80a2e1935f2a5357db565ac213eb31232b127136d6fc426ce8a8240837fa3f341753d311ca5caaf416a7bfde309dcca787199891bb660 SHA512 c0d95897624d08fd378a1c3e0392d703034775cf4ff7ec463c8117db071c0ada697d0bc05bf0382b19c9fbb865a75371062bc13cbeea7f65213db214b12bdc00
DIST qqc2-desktop-style-5.92.0.tar.xz 65396 BLAKE2B 1cf4e6d27c7db8f518f5c9e46f77373a72b30a3060bac3e46d94473bcf6c6fa17c26a90d9589550bee2974b3c541963ed614a6422690b32d97a80b7dbfbc5434 SHA512 698675c526f8c1174c617045113c613a1eb4684db30bf6d88600b9863273c814c4ebe0bcf45b60f24023d7b3d8ef59dab4ab1b704add55131431cc3e701b3549
DIST qqc2-desktop-style-5.93.0.tar.xz 65480 BLAKE2B 49a1323afa420ddf1ad144d19b81c8dd6a099a6c8c4b01cd0e89f3f2011df3443287c236bfec71359fc78566082200c8141c5feb5fd3c2d034a53714fef1b4a0 SHA512 07adbf3824bffa1887897bb9c59bd7e5e8732bc5a96986eb219305cacbb4d863c6c74cab9eb434eef4fd2f4eb9d8d6396ff5142cc6e8678f976eee6e52011e28
diff --git a/kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.90.0-KDEBUG-447289.patch b/kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.90.0-KDEBUG-447289.patch
deleted file mode 100644
index 69991acb5c75..000000000000
--- a/kde-frameworks/qqc2-desktop-style/files/qqc2-desktop-style-5.90.0-KDEBUG-447289.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From bc0ca29bd47ce45b30c66bd8743b6a48e20123d2 Mon Sep 17 00:00:00 2001
-From: Nate Graham <nate@kde.org>
-Date: Thu, 23 Dec 2021 12:11:28 -0700
-Subject: [PATCH] Use metrics from Breeze for menu items
-
-We can't read them dynamically right now, unfortunately. So the values
-are hardcoded.
-
-BUG: 447289
-FIXED-IN: 5.91
----
- org.kde.desktop/Menu.qml | 3 +++
- org.kde.desktop/MenuItem.qml | 6 +++---
- 2 files changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/org.kde.desktop/Menu.qml b/org.kde.desktop/Menu.qml
-index adaf644..205c0b7 100644
---- a/org.kde.desktop/Menu.qml
-+++ b/org.kde.desktop/Menu.qml
-@@ -37,6 +37,9 @@ T.Menu {
- }
- return maxWidth;
- }
-+
-+ spacing: 0 // Hardcoded to the Breeze theme value
-+
- interactive: ApplicationWindow.window ? contentHeight > ApplicationWindow.window.height : false
- clip: true
- currentIndex: control.currentIndex || 0
-diff --git a/org.kde.desktop/MenuItem.qml b/org.kde.desktop/MenuItem.qml
-index d8a7cf0..f0c95e5 100644
---- a/org.kde.desktop/MenuItem.qml
-+++ b/org.kde.desktop/MenuItem.qml
-@@ -25,7 +25,7 @@ T.MenuItem {
-
- Layout.fillWidth: true
- padding: Kirigami.Units.smallSpacing
-- verticalPadding: Math.floor(Kirigami.Units.smallSpacing * 1.5)
-+ verticalPadding: 4 // Hardcoded to the Breeze theme value
- hoverEnabled: !Kirigami.Settings.isMobile
-
- Kirigami.MnemonicData.enabled: controlRoot.enabled && controlRoot.visible
-@@ -53,7 +53,7 @@ T.MenuItem {
- visible: (controlRoot.ListView.view && controlRoot.ListView.view.hasIcons) || (controlRoot.icon != undefined && (controlRoot.icon.name.length > 0 || controlRoot.icon.source.length > 0))
- source: controlRoot.icon ? (controlRoot.icon.name || controlRoot.icon.source) : ""
- color: controlRoot.icon ? controlRoot.icon.color : "transparent"
-- Layout.preferredHeight: Math.max(Kirigami.Units.iconSizes.roundedIconSize(label.height), Kirigami.Units.iconSizes.small)
-+ Layout.preferredHeight: Kirigami.Units.iconSizes.small
- Layout.preferredWidth: Layout.preferredHeight
- }
- Label {
-@@ -94,7 +94,7 @@ T.MenuItem {
- x: controlRoot.mirrored ? controlRoot.padding : controlRoot.width - width - controlRoot.padding
- y: controlRoot.topPadding + (controlRoot.availableHeight - height) / 2
- source: controlRoot.mirrored ? "go-next-symbolic-rtl" : "go-next-symbolic"
-- width: Math.max(Kirigami.Units.iconSizes.roundedIconSize(label.height), Kirigami.Units.iconSizes.small)
-+ width: Kirigami.Units.iconSizes.small
- height: width
- visible: controlRoot.subMenu
- }
---
-GitLab
-
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild
deleted file mode 100644
index aca379beec2f..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.90.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtdeclarative-${QTMIN}:5=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfigwidgets-${PVCUT}*:5
- =kde-frameworks/kiconthemes-${PVCUT}*:5
- =kde-frameworks/kirigami-${PVCUT}*:5
- =kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-KDEBUG-447289.patch" )