pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/sweeper
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 18:52:19 UTC 2025
Modified Files:
pkgsrc/misc/sweeper: Makefile distinfo
Added Files:
pkgsrc/misc/sweeper/patches: patch-CMakeLists.txt
Log Message:
sweeper: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/misc/sweeper/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/misc/sweeper/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/sweeper/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/misc/sweeper/Makefile
diff -u pkgsrc/misc/sweeper/Makefile:1.77 pkgsrc/misc/sweeper/Makefile:1.78
--- pkgsrc/misc/sweeper/Makefile:1.77 Thu Apr 24 14:15:12 2025
+++ pkgsrc/misc/sweeper/Makefile Thu Aug 21 18:52:19 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2025/04/24 14:15:12 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/08/21 18:52:19 wiz Exp $
DISTNAME= sweeper-16.12.0
PKGREVISION= 44
-CATEGORIES= sysutils
+CATEGORIES= misc sysutils
COMMENT= KDE system cleaner
MASTER_SITES= ${MASTER_SITE_KDE:=applications/16.12.0/src/}
Index: pkgsrc/misc/sweeper/distinfo
diff -u pkgsrc/misc/sweeper/distinfo:1.13 pkgsrc/misc/sweeper/distinfo:1.14
--- pkgsrc/misc/sweeper/distinfo:1.13 Tue Oct 26 10:59:34 2021
+++ pkgsrc/misc/sweeper/distinfo Thu Aug 21 18:52:19 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:59:34 nia Exp $
+$NetBSD: distinfo,v 1.14 2025/08/21 18:52:19 wiz Exp $
BLAKE2s (sweeper-16.12.0.tar.xz) = aae669b0632d2f44605cf24f1310ba30c0636861e100cc2dec58e43002fb9ea5
SHA512 (sweeper-16.12.0.tar.xz) = a1e95b285e48f0539891adbd94deff5d2d73fa598173ae3bccaacab14e888695b9cde188cd2fa8e1aa60b0a0faf1a30a2ec21313cd7269764d4edb908bb3ae3d
Size (sweeper-16.12.0.tar.xz) = 82336 bytes
+SHA1 (patch-CMakeLists.txt) = 1304764e1ce09346f7ef6278ef88dcb13842f1da
Added files:
Index: pkgsrc/misc/sweeper/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/misc/sweeper/patches/patch-CMakeLists.txt:1.1
--- /dev/null Thu Aug 21 18:52:19 2025
+++ pkgsrc/misc/sweeper/patches/patch-CMakeLists.txt Thu Aug 21 18:52:19 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/21 18:52:19 wiz Exp $
+
+Fix build with cmake 4.
+
+--- CMakeLists.txt.orig 2025-08-21 18:50:25.165878023 +0000
++++ CMakeLists.txt
+@@ -1,5 +1,7 @@
+ project(sweeper)
+
++cmake_minimum_required(VERSION 3.5)
++
+ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
+ find_package(KDE4)
+ include( KDE4Defaults )
Home |
Main Index |
Thread Index |
Old Index