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 20F0315800F for ; Wed, 22 Feb 2023 18:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5506FE07D3; Wed, 22 Feb 2023 18:27:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38826E07D3 for ; Wed, 22 Feb 2023 18:27:54 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E51D340955 for ; Wed, 22 Feb 2023 18:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E20FD8B7 for ; Wed, 22 Feb 2023 18:27:51 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677090468.d2a98923a8900427795ca0a950e6ade4158f371a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nextcloud-client/files/nextcloud-client-3.6.4-drop-dependency-on-Qt-Quick-Controls-1.patch X-VCS-Directories: net-misc/nextcloud-client/files/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: d2a98923a8900427795ca0a950e6ade4158f371a X-VCS-Branch: master Date: Wed, 22 Feb 2023 18:27:51 +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: 39d65a1e-c7ca-46ad-b16d-3a9fdf79081b X-Archives-Hash: fd2510a4b1db63893cae63a64ec1f2b7 commit: d2a98923a8900427795ca0a950e6ade4158f371a Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Feb 22 16:45:33 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Feb 22 18:27:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a98923 net-misc/nextcloud-client: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/29730 Signed-off-by: Florian Schmaus gentoo.org> ....4-drop-dependency-on-Qt-Quick-Controls-1.patch | 59 ---------------------- 1 file changed, 59 deletions(-) diff --git a/net-misc/nextcloud-client/files/nextcloud-client-3.6.4-drop-dependency-on-Qt-Quick-Controls-1.patch b/net-misc/nextcloud-client/files/nextcloud-client-3.6.4-drop-dependency-on-Qt-Quick-Controls-1.patch deleted file mode 100644 index e1bb0a11e13f..000000000000 --- a/net-misc/nextcloud-client/files/nextcloud-client-3.6.4-drop-dependency-on-Qt-Quick-Controls-1.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 600ad8f6003daee635093ad713f3f90cb7cc7485 Mon Sep 17 00:00:00 2001 -From: Florian Schmaus -Date: Thu, 5 Jan 2023 11:58:08 +0100 -Subject: [PATCH] Drop dependency on Qt Quick Controls 1 - -Qt Quick Controls 1 where deprecated with Qt 5.11 [1]. Nextcloud still -depends on Quick Controls 1 by importing QtQuick.Dialogs. Removing -those imports will cause the QMl script to use the according API from -Quick Controls 2, which are, fortunately largely API-comptible. - -This helps distribution to deprecate and remove Quick Controls 1 [2]. - -1: https://doc.qt.io/qt-6/qtquickcontrols-changes-qt6.html#migrating-from-qt-quick-controls-1 -2: https://bugs.gentoo.org/889772 - -Signed-off-by: Florian Schmaus ---- a/src/gui/BasicComboBox.qml -+++ b/src/gui/BasicComboBox.qml -@@ -13,7 +13,6 @@ - */ - - import QtQuick 2.15 --import QtQuick.Dialogs 1.3 - import QtQuick.Layouts 1.15 - import QtQuick.Controls 2.15 - import QtGraphicalEffects 1.0 ---- a/src/gui/PredefinedStatusButton.qml -+++ b/src/gui/PredefinedStatusButton.qml -@@ -13,7 +13,6 @@ - */ - - import QtQuick 2.15 --import QtQuick.Dialogs 1.3 - import QtQuick.Layouts 1.15 - import QtQuick.Controls 2.15 - ---- a/src/gui/UserStatusSelector.qml -+++ b/src/gui/UserStatusSelector.qml -@@ -13,7 +13,6 @@ - */ - - import QtQuick 2.6 --import QtQuick.Dialogs 1.3 - import QtQuick.Layouts 1.15 - import QtQuick.Controls 2.15 - import QtQuick.Window 2.15 ---- a/src/gui/UserStatusSelectorButton.qml -+++ b/src/gui/UserStatusSelectorButton.qml -@@ -13,7 +13,6 @@ - */ - - import QtQuick 2.6 --import QtQuick.Dialogs 1.3 - import QtQuick.Layouts 1.15 - import QtQuick.Controls 2.15 - --- -2.38.2 -