Description: Fix FTBFS with CMake 4
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1112897

--- fcitx-punc-ng-0.1.1~git20161101.orig/CMakeLists.txt
+++ fcitx-punc-ng-0.1.1~git20161101/CMakeLists.txt
@@ -1,5 +1,5 @@
 project(fcitx-punc-ng)
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.5)
 
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
 find_package(Fcitx 4.2.8 REQUIRED)
