pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/kspaceduel



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 21 11:44:04 UTC 2025

Modified Files:
        pkgsrc/games/kspaceduel: DESCR Makefile PLIST distinfo

Log Message:
kspaceduel: update to 25.08.3

Qt6/KF6 version - Two years of development.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/kspaceduel/DESCR
cvs rdiff -u -r1.78 -r1.79 pkgsrc/games/kspaceduel/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/kspaceduel/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/kspaceduel/distinfo

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

Modified files:

Index: pkgsrc/games/kspaceduel/DESCR
diff -u pkgsrc/games/kspaceduel/DESCR:1.1 pkgsrc/games/kspaceduel/DESCR:1.2
--- pkgsrc/games/kspaceduel/DESCR:1.1   Wed Apr  3 12:03:41 2013
+++ pkgsrc/games/kspaceduel/DESCR       Sun Dec 21 11:44:04 2025
@@ -3,4 +3,3 @@ possible players controls a satellite sp
 As the game progresses players have to eliminate opponent's
 spacecraft. As soon as the opponent's satellite is destroyed, the
 remaining player wins the round.
-

Index: pkgsrc/games/kspaceduel/Makefile
diff -u pkgsrc/games/kspaceduel/Makefile:1.78 pkgsrc/games/kspaceduel/Makefile:1.79
--- pkgsrc/games/kspaceduel/Makefile:1.78       Thu Oct 23 20:37:08 2025
+++ pkgsrc/games/kspaceduel/Makefile    Sun Dec 21 11:44:04 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2025/10/23 20:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2025/12/21 11:44:04 markd Exp $
 
 DISTNAME=      kspaceduel-${KAPPSVER}
-PKGREVISION=   10
 CATEGORIES=    games
 
 HOMEPAGE=      https://kde.org/applications/games/kspaceduel/
@@ -10,12 +9,14 @@ LICENSE=     gnu-gpl-v2 AND gnu-fdl-v1.2
 
 .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 "../../games/libkdegames/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../sysutils/kf6-kdbusaddons/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/kspaceduel/PLIST
diff -u pkgsrc/games/kspaceduel/PLIST:1.5 pkgsrc/games/kspaceduel/PLIST:1.6
--- pkgsrc/games/kspaceduel/PLIST:1.5   Thu Aug  3 03:22:46 2023
+++ pkgsrc/games/kspaceduel/PLIST       Sun Dec 21 11:44:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/08/03 03:22:46 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/12/21 11:44:04 markd Exp $
 bin/kspaceduel
 share/applications/org.kde.kspaceduel.desktop
 share/config.kcfg/kspaceduel.kcfg
@@ -36,6 +36,8 @@ share/doc/HTML/pt_BR/kspaceduel/index.do
 share/doc/HTML/pt_BR/kspaceduel/kspaceduel3.png
 share/doc/HTML/ru/kspaceduel/index.cache.bz2
 share/doc/HTML/ru/kspaceduel/index.docbook
+share/doc/HTML/sl/kspaceduel/index.cache.bz2
+share/doc/HTML/sl/kspaceduel/index.docbook
 share/doc/HTML/sv/kspaceduel/index.cache.bz2
 share/doc/HTML/sv/kspaceduel/index.docbook
 share/doc/HTML/sv/kspaceduel/kspaceduel3.png
@@ -72,6 +74,7 @@ share/kspaceduel/sprites/playerinfo/ship
 share/kspaceduel/sprites/playerinfo/win.png
 share/locale/af/LC_MESSAGES/kspaceduel.mo
 share/locale/ar/LC_MESSAGES/kspaceduel.mo
+share/locale/ast/LC_MESSAGES/kspaceduel.mo
 share/locale/be/LC_MESSAGES/kspaceduel.mo
 share/locale/bg/LC_MESSAGES/kspaceduel.mo
 share/locale/br/LC_MESSAGES/kspaceduel.mo
@@ -98,6 +101,7 @@ share/locale/hi/LC_MESSAGES/kspaceduel.m
 share/locale/hne/LC_MESSAGES/kspaceduel.mo
 share/locale/hr/LC_MESSAGES/kspaceduel.mo
 share/locale/hu/LC_MESSAGES/kspaceduel.mo
+share/locale/ia/LC_MESSAGES/kspaceduel.mo
 share/locale/is/LC_MESSAGES/kspaceduel.mo
 share/locale/it/LC_MESSAGES/kspaceduel.mo
 share/locale/ja/LC_MESSAGES/kspaceduel.mo
@@ -123,6 +127,7 @@ share/locale/pt/LC_MESSAGES/kspaceduel.m
 share/locale/pt_BR/LC_MESSAGES/kspaceduel.mo
 share/locale/ro/LC_MESSAGES/kspaceduel.mo
 share/locale/ru/LC_MESSAGES/kspaceduel.mo
+share/locale/sa/LC_MESSAGES/kspaceduel.mo
 share/locale/se/LC_MESSAGES/kspaceduel.mo
 share/locale/sk/LC_MESSAGES/kspaceduel.mo
 share/locale/sl/LC_MESSAGES/kspaceduel.mo

Index: pkgsrc/games/kspaceduel/distinfo
diff -u pkgsrc/games/kspaceduel/distinfo:1.15 pkgsrc/games/kspaceduel/distinfo:1.16
--- pkgsrc/games/kspaceduel/distinfo:1.15       Tue Feb  6 11:05:21 2024
+++ pkgsrc/games/kspaceduel/distinfo    Sun Dec 21 11:44:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/02/06 11:05:21 markd Exp $
+$NetBSD: distinfo,v 1.16 2025/12/21 11:44:04 markd Exp $
 
-BLAKE2s (kspaceduel-23.08.4.tar.xz) = 97b764f02c9f5bda61dbf9e4b399586f1305bad2f98047624cd05631657762a7
-SHA512 (kspaceduel-23.08.4.tar.xz) = 64e6c4aa1dbeba9cbd4fae0a439aeaa7bad800ca24cc4868cc53b5c1a3b4d51a6b18dd43ffd3e4faa2ee3d8e7073c961c9c7ffda0508fe9d8dcd4710f3e534be
-Size (kspaceduel-23.08.4.tar.xz) = 662096 bytes
+BLAKE2s (kspaceduel-25.08.3.tar.xz) = aebd0f64e58da09ed1d10af5d8f93ba6bbb13cd7e8eff57869dfb93944cfad5d
+SHA512 (kspaceduel-25.08.3.tar.xz) = f8418751468eecd914e70512aa837bf4cb2ad8addb7691aaecd945118c95912a645b8fd9ea83f4dcf48dd5177c62455ad1c658bf507ae2806f241fd9e4b6830b
+Size (kspaceduel-25.08.3.tar.xz) = 636880 bytes



Home | Main Index | Thread Index | Old Index