Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 kf6-karchive (6.0.0-20240828.171022.3f569a3-1.0~noble1) noble; urgency=medium
 .
   [ Patrick Franz ]
   * New upstream release (6.0.0).
   * Update upstream signing-key.
   * Update build-deps and deps with the info from cmake.
   * Create new packages.
   * Update d/copyright.
Author: Patrick Franz <deltaone@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2024-08-28

--- kf6-karchive-6.0.0-20240828.171022.3f569a3.orig/CMakeLists.txt
+++ kf6-karchive-6.0.0-20240828.171022.3f569a3/CMakeLists.txt
@@ -42,7 +42,7 @@ include(KDEGitCommitHooks)
 
 include(ECMGenerateExportHeader)
 
-set(REQUIRED_QT_VERSION 6.5.0)
+set(REQUIRED_QT_VERSION 6.4.0)
 find_package(Qt6Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE)
 
 find_package(ZLIB)
@@ -98,7 +98,7 @@ ecm_setup_version(PROJECT
     SOVERSION 6)
 
 ecm_set_disabled_deprecation_versions(
-    QT 6.5
+    QT 6.4
 )
 
 
