Control: tags 1113264 + patch Control: tags 1113264 + pending Control: tags 1117564 + patch Control: tags 1117564 + pending
Dear maintainer, I've prepared an NMU for maim (versioned as 5.8.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for maim-5.8.0 maim-5.8.0 changelog | 8 ++++++++ control | 2 -- patches/0001-bump-CMake-minimum-version.patch | 22 ++++++++++++++++++++++ patches/series | 1 + 4 files changed, 31 insertions(+), 2 deletions(-) diff -Nru maim-5.8.0/debian/changelog maim-5.8.0/debian/changelog --- maim-5.8.0/debian/changelog 2025-03-28 19:23:51.000000000 +0200 +++ maim-5.8.0/debian/changelog 2025-10-20 10:38:26.000000000 +0300 @@ -1,3 +1,11 @@ +maim (5.8.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113264) + * Stop hardcoding libslopy7.6 dependencies. (Closes: #1117564) + + -- Adrian Bunk <[email protected]> Mon, 20 Oct 2025 10:38:26 +0300 + maim (5.8.0-1) unstable; urgency=medium * new upstream release diff -Nru maim-5.8.0/debian/control maim-5.8.0/debian/control --- maim-5.8.0/debian/control 2025-03-28 19:23:51.000000000 +0200 +++ maim-5.8.0/debian/control 2025-10-20 10:38:26.000000000 +0300 @@ -12,7 +12,6 @@ , libgl-dev , libglm-dev , libxcomposite-dev - , libslopy7.6 , libslopy-dev Standards-Version: 4.2.1 Homepage: https://github.com/naelstrof/maim @@ -23,7 +22,6 @@ Architecture: any Depends: ${shlibs:Depends} , ${misc:Depends} - , libslopy7.6 Description: takes screenshots of your desktop maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on another program called slop to diff -Nru maim-5.8.0/debian/patches/0001-bump-CMake-minimum-version.patch maim-5.8.0/debian/patches/0001-bump-CMake-minimum-version.patch --- maim-5.8.0/debian/patches/0001-bump-CMake-minimum-version.patch 1970-01-01 02:00:00.000000000 +0200 +++ maim-5.8.0/debian/patches/0001-bump-CMake-minimum-version.patch 2025-10-20 10:38:26.000000000 +0300 @@ -0,0 +1,22 @@ +From c11b90e84979f2dfc2a725ab87dce793414d9dc7 Mon Sep 17 00:00:00 2001 +From: wipet <[email protected]> +Date: Tue, 6 May 2025 15:28:24 +0200 +Subject: bump CMake minimum version + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index b1bdf90..afdbf2f 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1,4 +1,4 @@ +-cmake_minimum_required( VERSION 3.1.3 ) ++cmake_minimum_required( VERSION 3.5.0 ) + + project(maim VERSION 5.8.0 LANGUAGES CXX) + +-- +2.30.2 + diff -Nru maim-5.8.0/debian/patches/series maim-5.8.0/debian/patches/series --- maim-5.8.0/debian/patches/series 2025-03-28 19:23:51.000000000 +0200 +++ maim-5.8.0/debian/patches/series 2025-10-20 10:38:26.000000000 +0300 @@ -1 +1,2 @@ maim_icu76.patch +0001-bump-CMake-minimum-version.patch

