Control: tags 1113600 + patch
Control: tags 1113600 + pending

Dear maintainer,

I've prepared an NMU for ukui-panel (versioned as 4.0.0.6-1.1) and 
uploaded it to DELAYED/2. Please feel free to tell me if I should
cancel it.

cu
Adrian
diffstat for ukui-panel-4.0.0.6 ukui-panel-4.0.0.6

 changelog             |    7 +++++++
 patches/cmake-4.patch |   36 ++++++++++++++++++++++++++++++++++++
 patches/series        |    1 +
 3 files changed, 44 insertions(+)

diff -Nru ukui-panel-4.0.0.6/debian/changelog ukui-panel-4.0.0.6/debian/changelog
--- ukui-panel-4.0.0.6/debian/changelog	2025-04-14 14:22:09.000000000 +0300
+++ ukui-panel-4.0.0.6/debian/changelog	2025-10-08 22:23:32.000000000 +0300
@@ -1,3 +1,10 @@
+ukui-panel (4.0.0.6-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with CMake 4. (Closes: #1113600)
+
+ -- Adrian Bunk <[email protected]>  Wed, 08 Oct 2025 22:23:32 +0300
+
 ukui-panel (4.0.0.6-1) unstable; urgency=medium
 
   * New upstream release: drop libkf5screen.
diff -Nru ukui-panel-4.0.0.6/debian/patches/cmake-4.patch ukui-panel-4.0.0.6/debian/patches/cmake-4.patch
--- ukui-panel-4.0.0.6/debian/patches/cmake-4.patch	1970-01-01 02:00:00.000000000 +0200
+++ ukui-panel-4.0.0.6/debian/patches/cmake-4.patch	2025-10-08 22:23:32.000000000 +0300
@@ -0,0 +1,36 @@
+Description: Fix FTBFS with CMake 4
+Author: Adrian Bunk <[email protected]>
+Bug-Debian: https://bugs.debian.org/1113600
+
+--- ukui-panel-4.0.0.6.orig/CMakeLists.txt
++++ ukui-panel-4.0.0.6/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
++cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
+ project(ukui-panel)
+ 
+ option(WITH_SCREENSAVER_FALLBACK "Include support for converting the deprecated 'screensaver' plugin to 'quicklaunch'. This requires the ukui-leave (ukui-session) to be installed in runtime." OFF)
+--- ukui-panel-4.0.0.6.orig/panel-daemon/CMakeLists.txt
++++ ukui-panel-4.0.0.6/panel-daemon/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(panel-daemon)
+ 
+--- ukui-panel-4.0.0.6.orig/sni-daemon/CMakeLists.txt
++++ ukui-panel-4.0.0.6/sni-daemon/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(sni-daemon)
+ 
+--- ukui-panel-4.0.0.6.orig/sni-xembed-proxy/CMakeLists.txt
++++ ukui-panel-4.0.0.6/sni-xembed-proxy/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.1.0)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(sni-xembed-proxy)
+ 
diff -Nru ukui-panel-4.0.0.6/debian/patches/series ukui-panel-4.0.0.6/debian/patches/series
--- ukui-panel-4.0.0.6/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ ukui-panel-4.0.0.6/debian/patches/series	2025-10-08 22:23:32.000000000 +0300
@@ -0,0 +1 @@
+cmake-4.patch

Reply via email to