This commit is contained in:
parent
ef18985fd5
commit
69f6d67709
11
kbibtex-0.10.0-cxx17.patch
Normal file
11
kbibtex-0.10.0-cxx17.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -10,7 +10,7 @@
|
||||||
|
LANGUAGES CXX
|
||||||
|
)
|
||||||
|
|
||||||
|
-set(CMAKE_CXX_STANDARD 11)
|
||||||
|
+set(CMAKE_CXX_STANDARD 17)
|
||||||
|
set(QT_MIN_VERSION 5.9.0)
|
||||||
|
# Somewhat arbitrary chosen version number ...
|
||||||
|
set(KF5_MIN_VERSION 5.51)
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kbibtex
|
# spec file for package kbibtex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -56,8 +56,8 @@ BuildRequires: cmake(Qt5Widgets)
|
|||||||
BuildRequires: cmake(Qt5XmlPatterns)
|
BuildRequires: cmake(Qt5XmlPatterns)
|
||||||
Requires(post): desktop-file-utils
|
Requires(post): desktop-file-utils
|
||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun):desktop-file-utils
|
Requires(postun): desktop-file-utils
|
||||||
Requires(postun):shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
KBibTeX is a BibTeX editor by KDE to edit bibliographies used with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user