[neon/kde/markdownpart/Neon/release-lts] debian: compat 12

Jonathan Riddell null at kde.org
Wed Sep 30 15:03:50 BST 2020


Git commit 057c97ae5501524db872a28a6881cada6778d237 by Jonathan Riddell.
Committed on 30/09/2020 at 14:03.
Pushed by jriddell into branch 'Neon/release-lts'.

compat 12

A  +1    -0    debian/compat
D  +0    -1    debian/patches/series
D  +0    -27   debian/patches/upstream_Lower-min-requirements-to-Qt-5.14-KF-5.66.patch

https://invent.kde.org/neon/kde/markdownpart/commit/057c97ae5501524db872a28a6881cada6778d237

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+12
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 87debea..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-upstream_Lower-min-requirements-to-Qt-5.14-KF-5.66.patch
diff --git a/debian/patches/upstream_Lower-min-requirements-to-Qt-5.14-KF-5.66.patch b/debian/patches/upstream_Lower-min-requirements-to-Qt-5.14-KF-5.66.patch
deleted file mode 100644
index 2ffbe33..0000000
--- a/debian/patches/upstream_Lower-min-requirements-to-Qt-5.14-KF-5.66.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 95e1482b389b5e1d821a62393e8cabf1a387b538 Mon Sep 17 00:00:00 2001
-From: "Friedrich W. H. Kossebau" <kossebau at kde.org>
-Date: Mon, 24 Aug 2020 00:11:55 +0200
-Subject: [PATCH] Lower min requirements to Qt 5.14 & KF 5.66
-
----
- CMakeLists.txt | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 1521d65..66235a8 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.5)
- 
- project(markdownpart VERSION 0.1.0)
- 
--set(QT_MIN_VERSION "5.15.0")
--set(KF_MIN_VERSION "5.70.0")
-+set(QT_MIN_VERSION "5.14.0")
-+set(KF_MIN_VERSION "5.66.0")
- 
- find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE)
- set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
--- 
-2.28.0
-


More information about the Neon-commits mailing list