commit:     e653f89a19b7eabb04786e5d9847c1eef4960cca
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 20:36:32 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 07:56:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e653f89a

kde-frameworks/kio: drop 6.4.0-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kio/Manifest                        |  1 -
 .../kio-6.4.0-remove-parent-for-DropMenu.patch     | 45 -----------
 kde-frameworks/kio/kio-6.4.0-r1.ebuild             | 94 ----------------------
 3 files changed, 140 deletions(-)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index d5d358953c62..f89429b4d3a3 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,3 +1,2 @@
 DIST kio-5.116.0.tar.xz 3800352 BLAKE2B 
2197d92589bd6eba360a72fb1902bb1e97d48065834e762e681eb312797f8c54829ee6099e87f316de83913755572e7b9fe4aa1d168fa83ada519cce8980d030
 SHA512 
a07661717846860db3a64bcead9c2b80192d8c5b8e66a25f0f83ced6b596c4e8af7eb94e68b17770f45b36b22ccbcecaef4f8590d790cf69fceb140ab9e47376
-DIST kio-6.4.0.tar.xz 3347400 BLAKE2B 
8497d550b247bacfd514a404c9b74fb5620bb0f4e0e3a75c50a637d053c2377ef0399167e13bb4622d02e97be721a1431fc65a5a21b17a8c0425239a5428b5c1
 SHA512 
9068ea2f400848ad26bfe4b56d9489f897c02a5410d47444b5f44118f7491cd7914eee83dee095f301e910c546a60d5d2a121aea617e87fbc9c971c3ac5e3e24
 DIST kio-6.5.0.tar.xz 3350220 BLAKE2B 
56b581082b0741953e8b980733dcea45a9c0c77585e061daa1d2ab35249c172c74cf4cf6abaac35c47829c007bf7f6192caddafe7fbf777f42f7624fecbd3cc1
 SHA512 
091e7bd21140b3c9b11608449dc0d4af75e0ad4e2122d95864cacb7e9f78502fe5daca80774287a9a724ddeb80bef35fbfb1d05a76810229f58f1b948be6093f

diff --git 
a/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch 
b/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch
deleted file mode 100644
index 596806804902..000000000000
--- a/kde-frameworks/kio/files/kio-6.4.0-remove-parent-for-DropMenu.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From e0ea91afdf0dccef7e3afbf23a159bf5a8d6b249 Mon Sep 17 00:00:00 2001
-From: Vlad Zahorodnii <[email protected]>
-Date: Mon, 15 Jul 2024 09:45:20 +0300
-Subject: [PATCH] Remove parent for DropMenu
-
-QWidget::winId() will force creating window handles for all its ancestor
-widgets unless the Qt::WA_DontCreateNativeAncestors flag is set.
-
-For example, on wayland, this would result in creating sub-surfaces, and
-depending on the client, it's likely that there are going to be issues with
-painting.
-
-On the other hand, since the DropJob takes care of setting the transient
-parent for the DropMenu, the parent can be simply omitted.
-
-BUG: 490183
----
- src/widgets/dropjob.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/widgets/dropjob.cpp b/src/widgets/dropjob.cpp
-index e11e762bd0..f4a23f5688 100644
---- a/src/widgets/dropjob.cpp
-+++ b/src/widgets/dropjob.cpp
-@@ -520,8 +520,7 @@ void DropJobPrivate::slotDropActionDetermined(int error)
- 
-     // There was an error, handle it
-     if (error == KIO::ERR_UNKNOWN) {
--        auto *window = KJobWidgets::window(q);
--        KIO::DropMenu *menu = new KIO::DropMenu(window);
-+        KIO::DropMenu *menu = new KIO::DropMenu();
-         QObject::connect(menu, &QMenu::aboutToHide, menu, 
&QObject::deleteLater);
- 
-         // If the user clicks outside the menu, it will be destroyed without 
emitting the triggered signal.
-@@ -541,6 +540,7 @@ void DropJobPrivate::slotDropActionDetermined(int error)
-                     menu->windowHandle()->setTransientParent(transientParent);
-                 }
-             }
-+            auto *window = KJobWidgets::window(q);
-             menu->popup(window ? window->mapToGlobal(m_relativePos) : 
QCursor::pos());
-         }
-         m_menus.insert(menu);
--- 
-GitLab
-

diff --git a/kde-frameworks/kio/kio-6.4.0-r1.ebuild 
b/kde-frameworks/kio/kio-6.4.0-r1.ebuild
deleted file mode 100644
index a7bbf6bb0a66..000000000000
--- a/kde-frameworks/kio/kio-6.4.0-r1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-ECM_HANDBOOK="optional"
-ECM_HANDBOOK_DIR="docs"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org xdg-utils
-
-DESCRIPTION="Framework providing transparent file and data management"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="acl +kwallet wayland X"
-
-# tests hang
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-COMMON_DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,ssl,widgets]
-       >=dev-qt/qt5compat-${QTMIN}:6
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       =kde-frameworks/kauth-${PVCUT}*:6
-       =kde-frameworks/kbookmarks-${PVCUT}*:6
-       =kde-frameworks/kcodecs-${PVCUT}*:6
-       =kde-frameworks/kcolorscheme-${PVCUT}*:6
-       =kde-frameworks/kcompletion-${PVCUT}*:6
-       =kde-frameworks/kconfig-${PVCUT}*:6
-       =kde-frameworks/kconfigwidgets-${PVCUT}*:6
-       =kde-frameworks/kcoreaddons-${PVCUT}*:6
-       =kde-frameworks/kcrash-${PVCUT}*:6
-       =kde-frameworks/kdbusaddons-${PVCUT}*:6
-       =kde-frameworks/kguiaddons-${PVCUT}*:6
-       =kde-frameworks/ki18n-${PVCUT}*:6
-       =kde-frameworks/kiconthemes-${PVCUT}*:6
-       =kde-frameworks/kitemviews-${PVCUT}*:6
-       =kde-frameworks/kjobwidgets-${PVCUT}*:6
-       =kde-frameworks/knotifications-${PVCUT}*:6
-       =kde-frameworks/kservice-${PVCUT}*:6
-       =kde-frameworks/ktextwidgets-${PVCUT}*:6
-       =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
-       =kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland?,X?]
-       =kde-frameworks/kxmlgui-${PVCUT}*:6
-       =kde-frameworks/solid-${PVCUT}*:6
-       sys-power/switcheroo-control
-       acl? (
-               sys-apps/attr
-               virtual/acl
-       )
-       handbook? (
-               dev-libs/libxml2
-               dev-libs/libxslt
-               =kde-frameworks/karchive-${PVCUT}*:6
-               =kde-frameworks/kdoctools-${PVCUT}*:6
-       )
-       kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:6 )
-       X? ( >=dev-qt/qtbase-${QTMIN}:6=[gui] )
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-qt/qtbase-${QTMIN}:6[concurrent]
-"
-RDEPEND="${COMMON_DEPEND}
-       >=dev-qt/qtbase-${QTMIN}:6[libproxy]
-       sys-power/switcheroo-control
-"
-PDEPEND=">=kde-frameworks/kded-${PVCUT}:6"
-
-PATCHES=( "${FILESDIR}/${P}-remove-parent-for-DropMenu.patch" ) # KDE-bug 
490183
-
-src_configure() {
-       local mycmakeargs=(
-               $(cmake_use_find_package acl ACL)
-               $(cmake_use_find_package kwallet KF6Wallet)
-               -DWITH_WAYLAND=$(usex wayland)
-               -DWITH_X11=$(usex X)
-       )
-
-       ecm_src_configure
-}
-
-pkg_postinst() {
-       ecm_pkg_postinst
-       xdg_desktop_database_update
-}
-
-pkg_postrm() {
-       ecm_pkg_postrm
-       xdg_desktop_database_update
-}

Reply via email to