added upstram patch to fix build with kde plasma 5.27 (see https://github.com/lxqt/lxqt-config/issues/919) [release 0.12.0-2mamba;Tue Feb 21 2023]
This commit is contained in:
parent
6076efbf31
commit
6763ce9083
27
lxqt-build-tools-0.12.0-upstream-bump-cxx17.patch
Normal file
27
lxqt-build-tools-0.12.0-upstream-bump-cxx17.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 4a3a7038b1927dc43942a930db103023efdcbe2c Mon Sep 17 00:00:00 2001
|
||||
From: Simon Quigley <simon@tsimonq2.net>
|
||||
Date: Wed, 25 Jan 2023 09:39:41 -0600
|
||||
Subject: [PATCH] Bump the minimum compatibility level to C++17.
|
||||
|
||||
---
|
||||
cmake/modules/LXQtCompilerSettings.cmake | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/cmake/modules/LXQtCompilerSettings.cmake b/cmake/modules/LXQtCompilerSettings.cmake
|
||||
index a8cb16d..acba891 100644
|
||||
--- a/cmake/modules/LXQtCompilerSettings.cmake
|
||||
+++ b/cmake/modules/LXQtCompilerSettings.cmake
|
||||
@@ -181,11 +181,11 @@ endif()
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
-# CXX14 requirements - no checks, we just set it
|
||||
+# CXX17 requirements - no checks, we just set it
|
||||
#-----------------------------------------------------------------------------
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
-set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ ISO Standard")
|
||||
+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
|
||||
|
||||
|
||||
#-----------------------------------------------------------------------------
|
@ -1,14 +1,14 @@
|
||||
Name: lxqt-build-tools
|
||||
Version: 0.12.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Various packaging tools and scripts for LXQt applications
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/lxqt/lxqt-build-tools
|
||||
## GITSOURCE https://github.com/lxde/lxqt-build-tools.git 0.4.0
|
||||
Source: https://github.com/lxde/lxqt-build-tools.git/%{version}/lxqt-build-tools-%{version}.tar.bz2
|
||||
Patch0: lxqt-build-tools-0.12.0-upstream-bump-cxx17.patch
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
@ -26,6 +26,7 @@ Various packaging tools and scripts for LXQt applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .upstream-bump-cxx17
|
||||
|
||||
%build
|
||||
%cmake -d build
|
||||
@ -46,6 +47,9 @@ Various packaging tools and scripts for LXQt applications.
|
||||
%doc AUTHORS
|
||||
|
||||
%changelog
|
||||
* Tue Feb 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-2mamba
|
||||
- added upstram patch to fix build with kde plasma 5.27 (see https://github.com/lxqt/lxqt-config/issues/919)
|
||||
|
||||
* Tue Nov 08 2022 Automatic Build System <autodist@mambasoft.it> 0.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user