pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/kiten
Module Name: pkgsrc
Committed By: markd
Date: Sun Dec 21 14:14:02 UTC 2025
Modified Files:
pkgsrc/misc/kiten: Makefile PLIST distinfo
Log Message:
kiten: update to 25.08.3
Qt6/KF6 version - Two years of development.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/misc/kiten/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/kiten/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/misc/kiten/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/kiten/Makefile
diff -u pkgsrc/misc/kiten/Makefile:1.90 pkgsrc/misc/kiten/Makefile:1.91
--- pkgsrc/misc/kiten/Makefile:1.90 Thu Oct 23 20:38:23 2025
+++ pkgsrc/misc/kiten/Makefile Sun Dec 21 14:14:02 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2025/10/23 20:38:23 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2025/12/21 14:14:02 markd Exp $
DISTNAME= kiten-${KAPPSVER}
-PKGREVISION= 10
CATEGORIES= misc
HOMEPAGE= https://kde.org/applications/education/kiten/
@@ -10,12 +9,14 @@ LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2 AND
.include "../../meta-pkgs/kde/applications.mk"
-TOOL_DEPENDS+= kdoctools>=5.19.0:../../devel/kdoctools
+TOOL_DEPENDS+= kf6-kdoctools>=6.18.0:../../devel/kf6-kdoctools
USE_TOOLS+= msgmerge
+.include "../../devel/kf6-kcrash/buildlink3.mk"
+.include "../../devel/kf6-kio/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../www/khtml/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/kf6-kxmlgui/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/misc/kiten/PLIST
diff -u pkgsrc/misc/kiten/PLIST:1.9 pkgsrc/misc/kiten/PLIST:1.10
--- pkgsrc/misc/kiten/PLIST:1.9 Thu Aug 3 04:15:33 2023
+++ pkgsrc/misc/kiten/PLIST Sun Dec 21 14:14:02 2025
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2023/08/03 04:15:33 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/12/21 14:14:02 markd Exp $
bin/kiten
-bin/kitengen
bin/kitenkanjibrowser
bin/kitenradselect
include/libkiten/DictEdict/dictfileedict.h
@@ -13,10 +12,9 @@ include/libkiten/dictquery.h
include/libkiten/entry.h
include/libkiten/entrylist.h
include/libkiten/historyptrlist.h
-include/libkiten/kromajiedit.h
lib/libkiten.so
-lib/libkiten.so.5
-lib/libkiten.so.5.0.0
+lib/libkiten.so.6
+lib/libkiten.so.6.0.0
share/applications/org.kde.kiten.desktop
share/applications/org.kde.kitenkanjibrowser.desktop
share/applications/org.kde.kitenradselect.desktop
@@ -59,6 +57,8 @@ share/doc/HTML/pt_BR/kiten/index.cache.b
share/doc/HTML/pt_BR/kiten/index.docbook
share/doc/HTML/ru/kiten/index.cache.bz2
share/doc/HTML/ru/kiten/index.docbook
+share/doc/HTML/sl/kiten/index.cache.bz2
+share/doc/HTML/sl/kiten/index.docbook
share/doc/HTML/sv/kiten/index.cache.bz2
share/doc/HTML/sv/kiten/index.docbook
share/doc/HTML/sv/kiten/kiten1.png
@@ -92,11 +92,9 @@ share/kiten/kanjidic
share/kiten/radkfile
share/kiten/romkana.cnv
share/kiten/vconj
-share/kxmlgui5/kiten/kitenui.rc
-share/kxmlgui5/kitenkanjibrowser/kanjibrowserui.rc
-share/kxmlgui5/kitenradselect/radselectui.rc
share/locale/af/LC_MESSAGES/kiten.mo
share/locale/ar/LC_MESSAGES/kiten.mo
+share/locale/ast/LC_MESSAGES/kiten.mo
share/locale/be/LC_MESSAGES/kiten.mo
share/locale/bg/LC_MESSAGES/kiten.mo
share/locale/br/LC_MESSAGES/kiten.mo
@@ -118,10 +116,12 @@ share/locale/fi/LC_MESSAGES/kiten.mo
share/locale/fr/LC_MESSAGES/kiten.mo
share/locale/ga/LC_MESSAGES/kiten.mo
share/locale/gl/LC_MESSAGES/kiten.mo
+share/locale/he/LC_MESSAGES/kiten.mo
share/locale/hi/LC_MESSAGES/kiten.mo
share/locale/hne/LC_MESSAGES/kiten.mo
share/locale/hr/LC_MESSAGES/kiten.mo
share/locale/hu/LC_MESSAGES/kiten.mo
+share/locale/ia/LC_MESSAGES/kiten.mo
share/locale/is/LC_MESSAGES/kiten.mo
share/locale/it/LC_MESSAGES/kiten.mo
share/locale/ja/LC_MESSAGES/kiten.mo
@@ -146,6 +146,7 @@ share/locale/pt/LC_MESSAGES/kiten.mo
share/locale/pt_BR/LC_MESSAGES/kiten.mo
share/locale/ro/LC_MESSAGES/kiten.mo
share/locale/ru/LC_MESSAGES/kiten.mo
+share/locale/sa/LC_MESSAGES/kiten.mo
share/locale/se/LC_MESSAGES/kiten.mo
share/locale/si/LC_MESSAGES/kiten.mo
share/locale/sk/LC_MESSAGES/kiten.mo
Index: pkgsrc/misc/kiten/distinfo
diff -u pkgsrc/misc/kiten/distinfo:1.18 pkgsrc/misc/kiten/distinfo:1.19
--- pkgsrc/misc/kiten/distinfo:1.18 Tue Feb 6 11:17:35 2024
+++ pkgsrc/misc/kiten/distinfo Sun Dec 21 14:14:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/02/06 11:17:35 markd Exp $
+$NetBSD: distinfo,v 1.19 2025/12/21 14:14:02 markd Exp $
-BLAKE2s (kiten-23.08.4.tar.xz) = 55908657750b6a4a13d52b77f356f0397cb543165fe2d0935c46c2d6c4fa778e
-SHA512 (kiten-23.08.4.tar.xz) = 6a769d58007a3b82c377854dc776aa9a24412f32b59a0c5633b7ce41e855d565e1904e8eff1fdb665c41f0e545ce700aaa40f43f6143b11ff7e0893081b969e6
-Size (kiten-23.08.4.tar.xz) = 11336344 bytes
+BLAKE2s (kiten-25.08.3.tar.xz) = af67ecd40e9cbb488c2c028e2968354f35edfcb37b37dd2a583c57a2ec18b14f
+SHA512 (kiten-25.08.3.tar.xz) = 5108f442d1c65509b733954960814bf018500acbdde4804355eceeed26f27481d9acaeffa64d000060410015bbd6eafa0b2c7df6e7b064eac3c7fcf82435353d
+Size (kiten-25.08.3.tar.xz) = 11318120 bytes
Home |
Main Index |
Thread Index |
Old Index