From 7ff75c30acd2055622e00c17debfe7759ed912b6 Mon Sep 17 00:00:00 2001 From: Klaas Demter Date: Mon, 26 Dec 2022 21:31:02 +0000 Subject: [PATCH] Fix main window and drop qt patch --- nextcloud-client.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 44bc14a..b27f585 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -13,9 +13,6 @@ License: LGPLv2+ and GPLv2 Url: https://nextcloud.com/install/#install-clients Source0: https://github.com/nextcloud/desktop/archive/v%{version}/desktop-%{version}.tar.gz Source1: com.nextcloud.desktopclient.nextcloud.metainfo.xml -# Patch0: fixes GNOME quirks on Wayland sessions. Read -# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/3BVLBS4B3XHJEXFVGD7RK2ZMXZG6JQZT/ -Patch0: xcb_%{version}.patch %if 0%{?rhel} BuildRequires: rpmautospec-rpm-macros @@ -64,6 +61,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} # concerning libgnome-keyring read https://bugzilla.redhat.com/show_bug.cgi?id=1652973 Requires: libgnome-keyring %endif +Requires: qt5-qtquickcontrols Provides: mirall = %{version}-%{release} Obsoletes: mirall < 1.8.0 @@ -153,7 +151,6 @@ The nextcloud desktop client dolphin extension. %prep %setup -n desktop-%{version} -%patch0 -p1 # change compiler flag sed -i 's/-fPIE/-fPIC/g' src/gui/CMakeLists.txt