pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/kalgebra



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jan 25 01:12:32 UTC 2026

Modified Files:
        pkgsrc/math/kalgebra: Makefile PLIST

Log Message:
kalgebra: add some more dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/math/kalgebra/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/kalgebra/PLIST

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

Modified files:

Index: pkgsrc/math/kalgebra/Makefile
diff -u pkgsrc/math/kalgebra/Makefile:1.92 pkgsrc/math/kalgebra/Makefile:1.93
--- pkgsrc/math/kalgebra/Makefile:1.92  Wed Jan  7 08:47:52 2026
+++ pkgsrc/math/kalgebra/Makefile       Sun Jan 25 01:12:31 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2026/01/07 08:47:52 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2026/01/25 01:12:31 markd Exp $
 
 DISTNAME=      kalgebra-${KAPPSVER}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 
 HOMEPAGE=      https://kde.org/applications/education/kalgebra/
@@ -14,13 +14,18 @@ TOOL_DEPENDS+=      kf6-kdoctools>=6.18.0:../
 
 USE_TOOLS+=    msgmerge
 
+.include "../../devel/kf6-kcoreaddons/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
 .include "../../devel/kf6-kio/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../math/analitza/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../www/qt6-qtwebengine/buildlink3.mk"
+.include "../../x11/kf6-kconfigwidgets/buildlink3.mk"
+.include "../../x11/kf6-kwidgetsaddons/buildlink3.mk"
+.include "../../x11/kf6-kxmlgui/buildlink3.mk"
+.include "../../x11/plasma6-libplasma/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Qt6WebEngineWidgets:BOOL=TRUE
-#.include "../../www/qt6-qtwebengine/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/kalgebra/PLIST
diff -u pkgsrc/math/kalgebra/PLIST:1.11 pkgsrc/math/kalgebra/PLIST:1.12
--- pkgsrc/math/kalgebra/PLIST:1.11     Sun Dec 21 13:35:21 2025
+++ pkgsrc/math/kalgebra/PLIST  Sun Jan 25 01:12:31 2026
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.11 2025/12/21 13:35:21 markd Exp $
+@comment $NetBSD: PLIST,v 1.12 2026/01/25 01:12:31 markd Exp $
 bin/calgebra
+bin/kalgebra
 bin/kalgebramobile
+share/applications/org.kde.kalgebra.desktop
 share/applications/org.kde.kalgebramobile.desktop
 share/doc/HTML/ca/kalgebra/commands.docbook
 share/doc/HTML/ca/kalgebra/index.cache.bz2
@@ -62,6 +64,7 @@ share/doc/HTML/uk/kalgebra/kalgebra-dict
 share/doc/HTML/uk/kalgebra/kalgebra-main-window.png
 share/icons/hicolor/64x64/apps/kalgebra.png
 share/icons/hicolor/scalable/apps/kalgebra.svgz
+share/katepart5/syntax/kalgebra.xml
 share/locale/ar/LC_MESSAGES/kalgebra.mo
 share/locale/ar/LC_MESSAGES/kalgebramobile.mo
 share/locale/ast/LC_MESSAGES/kalgebra.mo
@@ -167,4 +170,8 @@ share/locale/zh_CN/LC_MESSAGES/kalgebra.
 share/locale/zh_CN/LC_MESSAGES/kalgebramobile.mo
 share/locale/zh_TW/LC_MESSAGES/kalgebra.mo
 share/locale/zh_TW/LC_MESSAGES/kalgebramobile.mo
+share/metainfo/org.kde.kalgebra.appdata.xml
 share/metainfo/org.kde.kalgebramobile.appdata.xml
+share/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/config.ui
+share/plasma/plasmoids/org.kde.graphsplasmoid/contents/ui/main.qml
+share/plasma/plasmoids/org.kde.graphsplasmoid/metadata.json



Home | Main Index | Thread Index | Old Index