diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-02-22 17:45:33 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-02-22 19:27:48 +0100 |
commit | d2a98923a8900427795ca0a950e6ade4158f371a (patch) | |
tree | 997c3ff12c8500ce5d4023717c4c53f1af278839 /net-misc/nextcloud-client | |
parent | games-simulation/EmptyEpsilon: remove unused patches (diff) | |
download | gentoo-d2a98923a8900427795ca0a950e6ade4158f371a.tar.gz gentoo-d2a98923a8900427795ca0a950e6ade4158f371a.tar.bz2 gentoo-d2a98923a8900427795ca0a950e6ade4158f371a.zip |
net-misc/nextcloud-client: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29730
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-misc/nextcloud-client')
-rw-r--r-- | net-misc/nextcloud-client/files/nextcloud-client-3.6.4-drop-dependency-on-Qt-Quick-Controls-1.patch | 59 |
1 files changed, 0 insertions, 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 <flo@geekplace.eu> -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 <flo@geekplace.eu> ---- 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 - |