[neon/neon-packaging/debconf-kde/Neon/unstable] debian/patches: adjust to qt6 only

Carlos De Maine null at kde.org
Tue Oct 21 06:14:24 BST 2025


Git commit 6982bd116a92463daa7bb0ed2b5e9eaf9c466c9a by Carlos De Maine.
Committed on 21/10/2025 at 05:14.
Pushed by carlosdem into branch 'Neon/unstable'.

adjust to qt6 only

M  +1    -1    debian/patches/find.diff

https://invent.kde.org/neon/neon-packaging/debconf-kde/-/commit/6982bd116a92463daa7bb0ed2b5e9eaf9c466c9a

diff --git a/debian/patches/find.diff b/debian/patches/find.diff
index 65ee8ce..d123df2 100644
--- a/debian/patches/find.diff
+++ b/debian/patches/find.diff
@@ -8,6 +8,6 @@ index 2495e94596e32f184024e421d5df12f7531f3e40..e401c1b2ee29974e1e59180ec492106b
  @PACKAGE_INIT@
 -
 +include(CMakeFindDependencyMacro)
- find_dependency(Qt at QT_MAJOR_VERSION@ @REQUIRED_QT_VERSION@ CONFIG REQUIRED COMPONENTS Widgets)
+ find_dependency(Qt6 @REQUIRED_QT_VERSION@ CONFIG REQUIRED COMPONENTS Widgets)
  
  include("${CMAKE_CURRENT_LIST_DIR}/DebconfKDETargets.cmake")


More information about the Neon-commits mailing list