[neon/kde/plasma-desktop/Neon/unstable] debian/patches: remove patch which no longer applies

Jonathan Riddell null at kde.org
Mon Nov 23 11:37:21 GMT 2020


Git commit a59619d550ca45e8d2c5eb5a7dbe7f83e9f471e2 by Jonathan Riddell.
Committed on 23/11/2020 at 11:37.
Pushed by jriddell into branch 'Neon/unstable'.

remove patch which no longer applies

D  +0    -25   debian/patches/Drop-the-patch-version-for-breeze.patch
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kde/plasma-desktop/commit/a59619d550ca45e8d2c5eb5a7dbe7f83e9f471e2

diff --git a/debian/patches/Drop-the-patch-version-for-breeze.patch b/debian/patches/Drop-the-patch-version-for-breeze.patch
deleted file mode 100644
index c2a9664..0000000
--- a/debian/patches/Drop-the-patch-version-for-breeze.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Thu, 6 Sep 2018 13:03:07 +0200
-Subject: Drop the patch version for breeze
-
-Not every plasma update includes changes in breeze, and it's expected to be "stable" during the
-plasma minor lifecycle.
----
- CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-Index: plasma-desktop-5.18.5/CMakeLists.txt
-===================================================================
---- plasma-desktop-5.18.5.orig/CMakeLists.txt
-+++ plasma-desktop-5.18.5/CMakeLists.txt
-@@ -141,7 +141,9 @@ endif()
- 
- include(ConfigureChecks.cmake)
- 
--find_package(Breeze ${PROJECT_VERSION} CONFIG)
-+string(REGEX MATCHALL "[0-9]+" PROJECT_VERSION_COMPONENTS ${PROJECT_VERSION})
-+list(GET PROJECT_VERSION_COMPONENTS 1 PROJECT_VERSION_MINOR)
-+find_package(Breeze ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} CONFIG)
- set_package_properties(Breeze PROPERTIES
-                        TYPE OPTIONAL
-                        PURPOSE "For setting the default window decoration plugin")
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3ac3202..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-Drop-the-patch-version-for-breeze.patch


More information about the Neon-commits mailing list