pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/digikam



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  5 07:21:44 UTC 2026

Modified Files:
        pkgsrc/graphics/digikam: Makefile

Log Message:
digikam: add a CHECK_PORTABILITY_SKIP line

not sure why this only pops up now


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pkgsrc/graphics/digikam/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/digikam/Makefile
diff -u pkgsrc/graphics/digikam/Makefile:1.269 pkgsrc/graphics/digikam/Makefile:1.270
--- pkgsrc/graphics/digikam/Makefile:1.269      Mon Mar  9 17:51:13 2026
+++ pkgsrc/graphics/digikam/Makefile    Sun Apr  5 07:21:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.269 2026/03/09 17:51:13 wiz Exp $
+# $NetBSD: Makefile,v 1.270 2026/04/05 07:21:44 wiz Exp $
 
 DISTNAME=      digiKam-9.0.0
 PKGNAME=       ${DISTNAME:tl}
@@ -24,6 +24,10 @@ CMAKE_CONFIGURE_ARGS+=       -DENABLE_KFILEMET
 
 USE_TOOLS+=    flex bison msgmerge perl:run pkg-config
 
+# not a shell script, '==' is correct
+# see https://techbase.kde.org/Development/Tutorials/Solid/Device_Actions
+CHECK_PORTABILITY_SKIP+=       core/data/hotplug/digikam-opencamera.desktop.cmake.in
+
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/libgphoto2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index