rebuilt with libkscreen5 5.27.10-2mamba [release 1.4.0-2mamba;Fri Mar 15 2024]
This commit is contained in:
parent
d48d414226
commit
308096eff4
@ -1,80 +0,0 @@
|
||||
From 6add4e4f0040693e7c4242fbae48c9d32007686c Mon Sep 17 00:00:00 2001
|
||||
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
|
||||
Date: Fri, 3 Feb 2023 08:11:04 +0900
|
||||
Subject: [PATCH] lxqt-config-monitor: add more header file inclusion for
|
||||
libkscreen 5.26.90 (#915)
|
||||
|
||||
With https://github.com/KDE/libkscreen/commit/94f330959b0eda775418aef7faee80ce69144e63 ,
|
||||
`#include <KScreen/Output>` no longer includes "mode.h" implicitly.
|
||||
So in lxqt-config-monitor, files using `class KScreen::Mode` should include
|
||||
`#include <KScreen/Mode>` explicitly.
|
||||
|
||||
Related: #903 .
|
||||
---
|
||||
lxqt-config-monitor/kscreenutils.cpp | 1 +
|
||||
lxqt-config-monitor/loadsettings.cpp | 1 +
|
||||
lxqt-config-monitor/monitorpicture.cpp | 1 +
|
||||
lxqt-config-monitor/monitorsettingsdialog.cpp | 1 +
|
||||
lxqt-config-monitor/monitorwidget.cpp | 1 +
|
||||
5 files changed, 5 insertions(+)
|
||||
|
||||
diff --git a/lxqt-config-monitor/kscreenutils.cpp b/lxqt-config-monitor/kscreenutils.cpp
|
||||
index 9515e789..be2634d7 100644
|
||||
--- a/lxqt-config-monitor/kscreenutils.cpp
|
||||
+++ b/lxqt-config-monitor/kscreenutils.cpp
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "timeoutdialog.h"
|
||||
|
||||
#include <KScreen/Output>
|
||||
+#include <KScreen/Mode>
|
||||
#include <KScreen/Config>
|
||||
#include <KScreen/GetConfigOperation>
|
||||
#include <KScreen/SetConfigOperation>
|
||||
diff --git a/lxqt-config-monitor/loadsettings.cpp b/lxqt-config-monitor/loadsettings.cpp
|
||||
index 0c7bd73c..4e9331ba 100644
|
||||
--- a/lxqt-config-monitor/loadsettings.cpp
|
||||
+++ b/lxqt-config-monitor/loadsettings.cpp
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "kscreenutils.h"
|
||||
#include <KScreen/Output>
|
||||
#include <KScreen/Config>
|
||||
+#include <KScreen/Mode>
|
||||
#include <KScreen/GetConfigOperation>
|
||||
#include <KScreen/SetConfigOperation>
|
||||
#include <LXQt/Settings>
|
||||
diff --git a/lxqt-config-monitor/monitorpicture.cpp b/lxqt-config-monitor/monitorpicture.cpp
|
||||
index 0d06ab82..4cb14894 100644
|
||||
--- a/lxqt-config-monitor/monitorpicture.cpp
|
||||
+++ b/lxqt-config-monitor/monitorpicture.cpp
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <QDebug>
|
||||
#include <QVector2D>
|
||||
#include <QRectF>
|
||||
+#include <KScreen/Mode>
|
||||
#include <QScrollBar>
|
||||
|
||||
#include "configure.h"
|
||||
diff --git a/lxqt-config-monitor/monitorsettingsdialog.cpp b/lxqt-config-monitor/monitorsettingsdialog.cpp
|
||||
index 6172019f..bfd8c1dd 100644
|
||||
--- a/lxqt-config-monitor/monitorsettingsdialog.cpp
|
||||
+++ b/lxqt-config-monitor/monitorsettingsdialog.cpp
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "kscreenutils.h"
|
||||
|
||||
#include <KScreen/Output>
|
||||
+#include <KScreen/Mode>
|
||||
#include <QJsonObject>
|
||||
#include <QJsonArray>
|
||||
#include <LXQt/Settings>
|
||||
diff --git a/lxqt-config-monitor/monitorwidget.cpp b/lxqt-config-monitor/monitorwidget.cpp
|
||||
index e0fcf0a8..41883c25 100644
|
||||
--- a/lxqt-config-monitor/monitorwidget.cpp
|
||||
+++ b/lxqt-config-monitor/monitorwidget.cpp
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <QComboBox>
|
||||
#include <QStringBuilder>
|
||||
#include <QDialogButtonBox>
|
||||
+#include <KScreen/Mode>
|
||||
#include <KScreen/EDID>
|
||||
|
||||
#include <algorithm>
|
@ -1,6 +1,6 @@
|
||||
Name: lxqt-config
|
||||
Version: 1.4.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Several tools involved in the configuration of both LXQt and the underlying operating system
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
Vendor: openmamba
|
||||
@ -8,7 +8,6 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/lxqt/lxqt-config
|
||||
Source: https://github.com/lxqt/lxqt-config.git/%{version}/lxqt-config-%{version}.tar.bz2
|
||||
Patch0: lxqt-config-1.2.0-libkscreen-5.27.0.patch
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -23,7 +22,7 @@ BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libkscreen-devel
|
||||
BuildRequires: libkscreen5-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: liblxqt-devel
|
||||
BuildRequires: libqtxdg-devel
|
||||
@ -35,7 +34,7 @@ BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: xf86-input-libinput
|
||||
BuildRequires: libkscreen-devel >= 5.27.0
|
||||
BuildRequires: libkscreen5-devel >= 5.27.10-2mamba
|
||||
BuildRequires: lxqt-menu-data
|
||||
Requires: lxqt-menu-data
|
||||
|
||||
@ -46,7 +45,6 @@ Several tools involved in the configuration of both LXQt and the underlying oper
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch 0 -p1 -b .libkscreen-5.27.0
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
@ -84,6 +82,9 @@ done
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
|
||||
- rebuilt with libkscreen5 5.27.10-2mamba
|
||||
|
||||
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user