Accepting request 767629 from X11:LXQt
- bsc#1161365: Add includes for QFile - Add liblxqt-0.14.1-fix-qt-5.14.patch OBS-URL: https://build.opensuse.org/request/show/767629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=12
This commit is contained in:
11
liblxqt-0.14.1-fix-qt-5.14.patch
Normal file
11
liblxqt-0.14.1-fix-qt-5.14.patch
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
diff -urEbw liblxqt-0.14.1/lxqtpowermanager.cpp liblxqt-0.14.1.new/lxqtpowermanager.cpp
|
||||||
|
--- liblxqt-0.14.1/lxqtpowermanager.cpp 2019-02-24 01:13:58.000000000 +0100
|
||||||
|
+++ liblxqt-0.14.1.new/lxqtpowermanager.cpp 2020-01-27 10:41:19.505077141 +0100
|
||||||
|
@@ -32,6 +32,7 @@
|
||||||
|
#include <QApplication>
|
||||||
|
#include <QDesktopWidget>
|
||||||
|
#include <QtDebug>
|
||||||
|
+#include <QFile>
|
||||||
|
#include "lxqttranslator.h"
|
||||||
|
#include "lxqtglobals.h"
|
||||||
|
#include "lxqtsettings.h"
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 27 09:43:57 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- bsc#1161365: Add includes for QFile
|
||||||
|
- Add liblxqt-0.14.1-fix-qt-5.14.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 25 10:06:01 UTC 2019 - mvetter@suse.com
|
Mon Feb 25 10:06:01 UTC 2019 - mvetter@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package liblxqt
|
# spec file for package liblxqt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -26,6 +26,7 @@ Url: http://www.lxqt.org
|
|||||||
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
|
Patch0: liblxqt-0.14.1-fix-qt-5.14.patch
|
||||||
BuildRequires: cmake >= 3.1.0
|
BuildRequires: cmake >= 3.1.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@@ -76,6 +77,7 @@ applications that want to make use of liblxqt.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n liblxqt-%{version}
|
%setup -q -n liblxqt-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DPULL_TRANSLATIONS=No
|
%cmake -DPULL_TRANSLATIONS=No
|
||||||
|
Reference in New Issue
Block a user