pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/kimageannotator



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 21 12:22:23 UTC 2025

Modified Files:
        pkgsrc/graphics/kimageannotator: Makefile PLIST buildlink3.mk

Log Message:
kimageannotator: update to 0.7.1nb8

Qt6/KF6 version


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/kimageannotator/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/kimageannotator/PLIST \
    pkgsrc/graphics/kimageannotator/buildlink3.mk

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

Modified files:

Index: pkgsrc/graphics/kimageannotator/Makefile
diff -u pkgsrc/graphics/kimageannotator/Makefile:1.21 pkgsrc/graphics/kimageannotator/Makefile:1.22
--- pkgsrc/graphics/kimageannotator/Makefile:1.21       Thu Oct 23 20:37:36 2025
+++ pkgsrc/graphics/kimageannotator/Makefile    Sun Dec 21 12:22:23 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2025/10/23 20:37:36 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2025/12/21 12:22:23 markd Exp $
 
 DISTNAME=      kimageannotator-0.7.1
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ksnip/}
 GITHUB_PROJECT=        kImageAnnotator
@@ -17,9 +17,10 @@ USE_LANGUAGES=       c c++
 .include "../../devel/cmake/build.mk"
 
 CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
+CMAKE_CONFIGURE_ARGS+= -DBUILD_WITH_QT6=ON
 
 .include "../../graphics/kcolorpicker/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../graphics/qt6-qtsvg/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/kimageannotator/PLIST
diff -u pkgsrc/graphics/kimageannotator/PLIST:1.2 pkgsrc/graphics/kimageannotator/PLIST:1.3
--- pkgsrc/graphics/kimageannotator/PLIST:1.2   Sat Aug 24 04:24:47 2024
+++ pkgsrc/graphics/kimageannotator/PLIST       Sun Dec 21 12:22:23 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2024/08/24 04:24:47 markd Exp $
-include/kImageAnnotator-Qt5/kImageAnnotator/KImageAnnotator.h
-include/kImageAnnotator-Qt5/kImageAnnotator/KImageAnnotatorExport.h
-lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-Qt5Config-version.cmake
-lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-Qt5Config.cmake
-lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-targets-noconfig.cmake
-lib/cmake/kImageAnnotator-Qt5/kImageAnnotator-targets.cmake
+@comment $NetBSD: PLIST,v 1.3 2025/12/21 12:22:23 markd Exp $
+include/kImageAnnotator-Qt6/kImageAnnotator/KImageAnnotator.h
+include/kImageAnnotator-Qt6/kImageAnnotator/KImageAnnotatorExport.h
+lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-Qt6Config-version.cmake
+lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-Qt6Config.cmake
+lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-targets-noconfig.cmake
+lib/cmake/kImageAnnotator-Qt6/kImageAnnotator-targets.cmake
 lib/libkImageAnnotator.so
 lib/libkImageAnnotator.so.0
 lib/libkImageAnnotator.so.${PKGVERSION}
Index: pkgsrc/graphics/kimageannotator/buildlink3.mk
diff -u pkgsrc/graphics/kimageannotator/buildlink3.mk:1.2 pkgsrc/graphics/kimageannotator/buildlink3.mk:1.3
--- pkgsrc/graphics/kimageannotator/buildlink3.mk:1.2   Sat Aug 24 04:24:47 2024
+++ pkgsrc/graphics/kimageannotator/buildlink3.mk       Sun Dec 21 12:22:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2024/08/24 04:24:47 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2025/12/21 12:22:23 markd Exp $
 
 BUILDLINK_TREE+=       kimageannotator
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        kimageannotator
 KIMAGEANNOTATOR_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.kimageannotator+=        kimageannotator>=0.6.0
-BUILDLINK_ABI_DEPENDS.kimageannotator?=        kimageannotator>=0.7.1
+BUILDLINK_ABI_DEPENDS.kimageannotator?=        kimageannotator>=0.7.1nb8
 BUILDLINK_PKGSRCDIR.kimageannotator?=  ../../graphics/kimageannotator
 
 .include "../../graphics/kcolorpicker/buildlink3.mk"



Home | Main Index | Thread Index | Old Index