From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B65AC15802F for ; Sat, 25 Feb 2023 08:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6457E0900; Sat, 25 Feb 2023 08:20:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEB50E0900 for ; Sat, 25 Feb 2023 08:20:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0A8D340F93 for ; Sat, 25 Feb 2023 08:20:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED331888 for ; Sat, 25 Feb 2023 08:20:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1677313235.ead12e4cb52a6d17aa5698758c72c1767a4d8ebb.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch X-VCS-Directories: kde-plasma/plasma-nm/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ead12e4cb52a6d17aa5698758c72c1767a4d8ebb X-VCS-Branch: master Date: Sat, 25 Feb 2023 08:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f283db6f-3585-4ab4-aff3-d120ff809f28 X-Archives-Hash: 5a68ac105ea55f6dfa06317c9808e334 commit: ead12e4cb52a6d17aa5698758c72c1767a4d8ebb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 25 08:20:06 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 25 08:20:35 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ead12e4c kde-plasma/plasma-nm: Drop obsolete patch Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/plasma-nm-5.26.0-unused-dep.patch | 62 ---------------------- 1 file changed, 62 deletions(-) diff --git a/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch b/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch deleted file mode 100644 index 400a3fcdfc..0000000000 --- a/kde-plasma/plasma-nm/files/plasma-nm-5.26.0-unused-dep.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 6f6958586e5a89ad5ff597550894a5770b5fb7cf Mon Sep 17 00:00:00 2001 -From: Volker Krause -Date: Wed, 5 Oct 2022 16:38:37 +0200 -Subject: [PATCH] Remove deprecated KDeclarative use - -The icon image engine seems not required here. ---- - CMakeLists.txt | 1 - - kcm/CMakeLists.txt | 1 - - kcm/kcm.cpp | 5 ----- - 3 files changed, 7 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 6495c735..c245f60e 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -40,7 +40,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED - ConfigWidgets - Completion - CoreAddons -- Declarative - DBusAddons - KIO - I18n -diff --git a/kcm/CMakeLists.txt b/kcm/CMakeLists.txt -index cbd7ad32..8f3e60d3 100755 ---- a/kcm/CMakeLists.txt -+++ b/kcm/CMakeLists.txt -@@ -16,7 +16,6 @@ target_link_libraries(kcm_networkmanagement - plasmanm_internal - plasmanm_editor - KF5::ConfigWidgets -- KF5::Declarative - KF5::I18n - KF5::Service - Qt::Quick -diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp -index 11663fe9..e350be54 100644 ---- a/kcm/kcm.cpp -+++ b/kcm/kcm.cpp -@@ -20,7 +20,6 @@ - #include - #include - #include --#include - - #include - #include -@@ -58,10 +57,6 @@ KCMNetworkmanagement::KCMNetworkmanagement(QWidget *parent, const QVariantList & - auto mainWidget = new QWidget(this); - m_ui->setupUi(mainWidget); - -- KDeclarative::KDeclarative kdeclarative; -- kdeclarative.setDeclarativeEngine(m_ui->connectionView->engine()); -- kdeclarative.setupEngine(m_ui->connectionView->engine()); -- - KLocalizedContext *l10nContext = new KLocalizedContext(m_ui->connectionView->engine()); - l10nContext->setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN)); - m_ui->connectionView->engine()->rootContext()->setContextObject(l10nContext); --- -2.38.0 -