pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/kde-base-artwork
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:07:20 UTC 2025
Modified Files:
pkgsrc/graphics/kde-base-artwork: distinfo
Added Files:
pkgsrc/graphics/kde-base-artwork/patches: patch-CMakeLists.txt
Log Message:
kde-base-artwork: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/kde-base-artwork/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/kde-base-artwork/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/kde-base-artwork/distinfo
diff -u pkgsrc/graphics/kde-base-artwork/distinfo:1.9 pkgsrc/graphics/kde-base-artwork/distinfo:1.10
--- pkgsrc/graphics/kde-base-artwork/distinfo:1.9 Tue Oct 26 10:46:22 2021
+++ pkgsrc/graphics/kde-base-artwork/distinfo Thu Aug 21 18:07:19 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 10:46:22 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/08/21 18:07:19 wiz Exp $
BLAKE2s (kde-base-artwork-15.08.3.tar.xz) = d0da8b7d65d8e5b3221b3b3b71fd92b4e5c375463904d6b90eeba54ba924b97c
SHA512 (kde-base-artwork-15.08.3.tar.xz) = c0268a972f2bf1e0f022f69d480bea242b164a632fa2634b16d4a336252de9afc6a685964808a59844db2c06f1bdd69fed4a5b576c417ab778082f9acc52f8e3
Size (kde-base-artwork-15.08.3.tar.xz) = 7421060 bytes
+SHA1 (patch-CMakeLists.txt) = 57a9e22e9afe8492c3764d9d056c8e67c5c9b739
Added files:
Index: pkgsrc/graphics/kde-base-artwork/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/kde-base-artwork/patches/patch-CMakeLists.txt:1.1
--- /dev/null Thu Aug 21 18:07:20 2025
+++ pkgsrc/graphics/kde-base-artwork/patches/patch-CMakeLists.txt Thu Aug 21 18:07:19 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:07:19 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig 2025-08-21 18:06:08.165504562 +0000
++++ CMakeLists.txt
+@@ -1,4 +1,5 @@
+ find_package(KDE4 REQUIRED)
++cmake_minimum_required(VERSION 4.1)
+ include(KDE4Defaults)
+
+ add_subdirectory(ksplashx-themes)
Home |
Main Index |
Thread Index |
Old Index