pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/gnome-nibbles
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 8 09:52:30 UTC 2026
Modified Files:
pkgsrc/games/gnome-nibbles: Makefile PLIST distinfo
Log Message:
gnome-nibbles: update to 4.5.0.
4.5.0 - February 8, 2026
========================
- No build dependency changes.
- Fix issue #80.
- Correct metadata !95 & !96. Thanks to Sabri Ünal for these.
- Fix the game not starting on level 1 for progress of Levels 1 through 26 in
sequential order if the previous game was a fixed level > 1
- Add new feature to clear high scores.
- Updated translations; Greek, Swedish, Kazakh, Slovenian, Ukrainian, Georgian,
Chinese (China) & Russian.
- To download use:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.5.0/gnome-nibbles-4.5.0.tar.bz2
4.4.2 - Halloween (October 31) 2025
===================================
- Fix issues #44, #78 & #79.
- Updated screen shots, thanks to reno-coty for these.
- Updated translations; Ukrainian, Chinese (China), Georgian, Slovenian,
Swedish, Russian, Brazilian Portuguese & Turkish.
- libgnome-games-support updated translations; Korean, Turkish & Lithuanian.
- To download use:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.4.2/gnome-nibbles-4.4.2.tar.bz2
4.4.1 - September 17, 2025
==========================
- Fix issue #77
- To download use:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.4.1/gnome-nibbles-4.4.1.tar.bz2
4.4.0 - September 11, 2025
==========================
- Build dependency changes;
libgnome-games-support >= 3.0 (now a copylib
see https://gitlab.gnome.org/GNOME/libgnome-games-support),
gtk4 >= 4.14,
pango >= 1.8,
meson >= 1.5,
libadwaita (>= 1.5.0) has changed from optional to mandatory, consequently
the configuration option use_libadwaita has been removed.
- Fix issue #76.
- Fix problem with enable fake bonuses toggle button.
- Fix libgnome-games-support; merge request !32
- Fix download location in release notification email.
- To download this release directly from gitlab use:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.4.0/gnome-nibbles-4.4.0.tar.bz2
4.3 - not released
==================
- Build dependency changes; libgnome-games-support >= 2.0.2 and < 3.0
- use_libadwaita must be true (the default) as libgnome-games-support now
depends on libadwaita.
- Fix issue #73.
- Fix the reported points needed to get on to the leaderboard.
- As this branch was never released get it via git:
git clone https://gitlab.gnome.org/GNOME/gnome-nibbles.git -b release-4-3
4.2.2 - April 17, 2025
======================
- Fix issues #74 & #75
Thanks to Jeremy Bicha for picking these up.
4.2.1 - April 13, 2025
======================
- Fix the problem that the process does not exit cleanly (after a timeout)
when running as GApplication service.
Thanks to Balló György for this.
- Revert commit https://gitlab.gnome.org/GNOME/gnome-nibbles/-/commit/fd432d46e4f8139a2489d4b66ad89f85be7a22e3
as it causes the volume to vary during the playing of a sound file.
This revert brings back the gsound build dependency.
4.2.0 - March 13, 2025
======================
- Build dependency changes; meson >= 1.1, gsound removed.
- Oldest tested dependencies (you may be able to go older):
gio & glib - 2.72.4
gtk4 - 4.6.9
vala - 0.56.0
- The tar bundle for this release can be downloaded from gitlab:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/releases
- Build options added.
You can now pass several configuration options as parameters to meson setup.
"-Dversion=<override version number>"
"-Dappend_to_version=<append to version number>"
"-Dwebsite=<override home website>"
"-Duse_libadwaita=<true or false>"
The file meson.options contains each option's default value.
If you would like another configuration option added to make packageing easier
let me know.
- Retired old wiki page; https://wiki.gnome.org/Apps/Nibbles
- Implemented a new wiki:
https://gitlab.gnome.org/GNOME/gnome-nibbles/-/wikis/home
If anyone has anything they would like added to the wiki let me know.
- Fixed Issues; #4, #6, #47 & #71.
- Updated translations (Chinese (China) & Bulgarian).
- Switch to existing window instead of creating new one on second activation.
Thanks to Balló György for this.
- Removed C++ style comments to improve C compatibility.
- Ensure the game is over when all the human worms are dead.
- Changed the developer id to rDNS format.
Thanks to Daniel Rusek for this.
- Do not link with libadwaita if the meson link test fails.
4.1.0 - September 12, 2024
==========================
- Oldest tested dependencies (you may be able to go older):
gio & glib - 2.74.0
gtk4 - 4.8.3
vala - 0.56.3
- May be linked with libadwaita for a different look. Thanks to kramo for this.
- Fixes Issues:
#16 (implement more amounts of worms) thanks to Zeno Mat for this,
#14, #68, #11, #7, #19 & #32.
- Updated translations (Hebrew, German, Hindi, Turkish, Ukrainian, Czech,
Slovenian, Russian, Swedish, Georgian, Finnish, Belarusian, Persian)
- Fix worm head tests.
4.0.4 - April 16, 2024
======================
- Updated translations (British English).
- Fix compile issue with vala >= 0.57
- Fix / work around for issue #69 (segfault at game start). Thanks to david_david for finding this.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/gnome-nibbles/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/gnome-nibbles/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/gnome-nibbles/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/gnome-nibbles/Makefile
diff -u pkgsrc/games/gnome-nibbles/Makefile:1.11 pkgsrc/games/gnome-nibbles/Makefile:1.12
--- pkgsrc/games/gnome-nibbles/Makefile:1.11 Tue Jan 27 08:39:29 2026
+++ pkgsrc/games/gnome-nibbles/Makefile Sun Feb 8 09:52:29 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/01/27 08:39:29 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/08 09:52:29 wiz Exp $
-DISTNAME= gnome-nibbles-4.0.3
-PKGREVISION= 8
+DISTNAME= gnome-nibbles-4.5.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-nibbles/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -20,13 +19,17 @@ USE_TOOLS+= itstool pkg-config
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.66.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
+BUILDLINK_API_DEPENDS.libadwaita+= libadwaita>=1.5.0
+.include "../../devel/libadwaita/buildlink3.mk"
+.include "../../devel/libgee/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
-.include "../../games/libgnome-games-support/buildlink3.mk"
+#BUILDLINK_API_DEPENDS.libgnome-games-support+= libgnome-games-support>=3.0
+#.include "../../games/libgnome-games-support/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-BUILDLINK_API_DEPENDS.gtk4+= gtk4>=4.6
+BUILDLINK_API_DEPENDS.gtk4+= gtk4>=4.14
.include "../../x11/gtk4/buildlink3.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/gnome-nibbles/PLIST
diff -u pkgsrc/games/gnome-nibbles/PLIST:1.1 pkgsrc/games/gnome-nibbles/PLIST:1.2
--- pkgsrc/games/gnome-nibbles/PLIST:1.1 Fri Jan 5 17:55:39 2024
+++ pkgsrc/games/gnome-nibbles/PLIST Sun Feb 8 09:52:29 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/01/05 17:55:39 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/02/08 09:52:29 wiz Exp $
bin/gnome-nibbles
man/man6/gnome-nibbles.6
share/applications/org.gnome.Nibbles.desktop
@@ -355,93 +355,150 @@ share/help/uk/gnome-nibbles/speed-change
share/icons/hicolor/scalable/apps/org.gnome.Nibbles.svg
share/icons/hicolor/symbolic/apps/org.gnome.Nibbles-symbolic.svg
share/locale/ab/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ab/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/af/LC_MESSAGES/gnome-nibbles.mo
+share/locale/af/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/am/LC_MESSAGES/gnome-nibbles.mo
share/locale/ar/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ar/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/as/LC_MESSAGES/gnome-nibbles.mo
share/locale/ast/LC_MESSAGES/gnome-nibbles.mo
share/locale/az/LC_MESSAGES/gnome-nibbles.mo
share/locale/be/LC_MESSAGES/gnome-nibbles.mo
+share/locale/be/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/bg/LC_MESSAGES/gnome-nibbles.mo
+share/locale/bg/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/bn/LC_MESSAGES/gnome-nibbles.mo
share/locale/bn_IN/LC_MESSAGES/gnome-nibbles.mo
share/locale/br/LC_MESSAGES/gnome-nibbles.mo
share/locale/bs/LC_MESSAGES/gnome-nibbles.mo
share/locale/ca/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ca/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/cs/LC_MESSAGES/gnome-nibbles.mo
+share/locale/cs/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/cy/LC_MESSAGES/gnome-nibbles.mo
share/locale/da/LC_MESSAGES/gnome-nibbles.mo
+share/locale/da/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/de/LC_MESSAGES/gnome-nibbles.mo
+share/locale/de/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/dz/LC_MESSAGES/gnome-nibbles.mo
share/locale/el/LC_MESSAGES/gnome-nibbles.mo
+share/locale/el/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/en@shaw/LC_MESSAGES/gnome-nibbles.mo
share/locale/en_CA/LC_MESSAGES/gnome-nibbles.mo
share/locale/en_GB/LC_MESSAGES/gnome-nibbles.mo
+share/locale/en_GB/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/eo/LC_MESSAGES/gnome-nibbles.mo
+share/locale/eo/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/es/LC_MESSAGES/gnome-nibbles.mo
+share/locale/es/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/et/LC_MESSAGES/gnome-nibbles.mo
share/locale/eu/LC_MESSAGES/gnome-nibbles.mo
+share/locale/eu/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/fa/LC_MESSAGES/gnome-nibbles.mo
+share/locale/fa/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/fi/LC_MESSAGES/gnome-nibbles.mo
+share/locale/fi/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/fr/LC_MESSAGES/gnome-nibbles.mo
+share/locale/fr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/fur/LC_MESSAGES/gnome-nibbles.mo
+share/locale/fur/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ga/LC_MESSAGES/gnome-nibbles.mo
share/locale/gl/LC_MESSAGES/gnome-nibbles.mo
+share/locale/gl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/gu/LC_MESSAGES/gnome-nibbles.mo
share/locale/he/LC_MESSAGES/gnome-nibbles.mo
+share/locale/he/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/hi/LC_MESSAGES/gnome-nibbles.mo
+share/locale/hi/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/hr/LC_MESSAGES/gnome-nibbles.mo
+share/locale/hr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/hu/LC_MESSAGES/gnome-nibbles.mo
+share/locale/hu/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/id/LC_MESSAGES/gnome-nibbles.mo
+share/locale/id/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/is/LC_MESSAGES/gnome-nibbles.mo
+share/locale/is/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/it/LC_MESSAGES/gnome-nibbles.mo
+share/locale/it/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ja/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ja/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ka/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ka/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/kk/LC_MESSAGES/gnome-nibbles.mo
+share/locale/kk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/km/LC_MESSAGES/gnome-nibbles.mo
share/locale/kn/LC_MESSAGES/gnome-nibbles.mo
share/locale/ko/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ko/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ku/LC_MESSAGES/gnome-nibbles.mo
share/locale/lt/LC_MESSAGES/gnome-nibbles.mo
+share/locale/lt/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/lv/LC_MESSAGES/gnome-nibbles.mo
+share/locale/lv/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/mai/LC_MESSAGES/gnome-nibbles.mo
+share/locale/mjw/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/mk/LC_MESSAGES/gnome-nibbles.mo
share/locale/ml/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ml/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/mn/LC_MESSAGES/gnome-nibbles.mo
share/locale/mr/LC_MESSAGES/gnome-nibbles.mo
share/locale/ms/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ms/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/nb/LC_MESSAGES/gnome-nibbles.mo
+share/locale/nb/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ne/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ne/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/nl/LC_MESSAGES/gnome-nibbles.mo
+share/locale/nl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/nn/LC_MESSAGES/gnome-nibbles.mo
share/locale/oc/LC_MESSAGES/gnome-nibbles.mo
+share/locale/oc/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/or/LC_MESSAGES/gnome-nibbles.mo
share/locale/pa/LC_MESSAGES/gnome-nibbles.mo
+share/locale/pa/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/pl/LC_MESSAGES/gnome-nibbles.mo
+share/locale/pl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/pt/LC_MESSAGES/gnome-nibbles.mo
+share/locale/pt/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/pt_BR/LC_MESSAGES/gnome-nibbles.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ro/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ro/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ru/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ru/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/rw/LC_MESSAGES/gnome-nibbles.mo
share/locale/si/LC_MESSAGES/gnome-nibbles.mo
share/locale/sk/LC_MESSAGES/gnome-nibbles.mo
+share/locale/sk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/sl/LC_MESSAGES/gnome-nibbles.mo
+share/locale/sl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/sq/LC_MESSAGES/gnome-nibbles.mo
share/locale/sr/LC_MESSAGES/gnome-nibbles.mo
+share/locale/sr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/sr@latin/LC_MESSAGES/gnome-nibbles.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/sv/LC_MESSAGES/gnome-nibbles.mo
+share/locale/sv/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ta/LC_MESSAGES/gnome-nibbles.mo
+share/locale/ta/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/te/LC_MESSAGES/gnome-nibbles.mo
share/locale/tg/LC_MESSAGES/gnome-nibbles.mo
share/locale/th/LC_MESSAGES/gnome-nibbles.mo
+share/locale/th/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/tr/LC_MESSAGES/gnome-nibbles.mo
+share/locale/tr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/ug/LC_MESSAGES/gnome-nibbles.mo
share/locale/uk/LC_MESSAGES/gnome-nibbles.mo
+share/locale/uk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/vi/LC_MESSAGES/gnome-nibbles.mo
share/locale/wa/LC_MESSAGES/gnome-nibbles.mo
share/locale/xh/LC_MESSAGES/gnome-nibbles.mo
share/locale/zh_CN/LC_MESSAGES/gnome-nibbles.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
share/locale/zh_HK/LC_MESSAGES/gnome-nibbles.mo
share/locale/zh_TW/LC_MESSAGES/gnome-nibbles.mo
-share/metainfo/org.gnome.Nibbles.appdata.xml
+share/locale/zh_TW/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
+share/metainfo/org.gnome.Nibbles.metainfo.xml
Index: pkgsrc/games/gnome-nibbles/distinfo
diff -u pkgsrc/games/gnome-nibbles/distinfo:1.2 pkgsrc/games/gnome-nibbles/distinfo:1.3
--- pkgsrc/games/gnome-nibbles/distinfo:1.2 Sun Apr 14 14:22:48 2024
+++ pkgsrc/games/gnome-nibbles/distinfo Sun Feb 8 09:52:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/14 14:22:48 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/02/08 09:52:29 wiz Exp $
-BLAKE2s (gnome-nibbles-4.0.3.tar.xz) = 399b3996af9c50f76770bff2d028fe2011ba2e27513d37e507e64904b26167c4
-SHA512 (gnome-nibbles-4.0.3.tar.xz) = e1464a2aba405456edcf7b3f8bfc19eb6991003ef23323db8b771960a5fc009c51b69f638ccabbb996f238ced40f6d4eb4b4b42913523493b9b5f1b95ad04d44
-Size (gnome-nibbles-4.0.3.tar.xz) = 419184 bytes
+BLAKE2s (gnome-nibbles-4.5.0.tar.xz) = 88e9bd769cf883bc9bd84d22d5844eeb07a2627d1f8315d1e834d0d07e44d7fe
+SHA512 (gnome-nibbles-4.5.0.tar.xz) = 65bf446f87c3993b9f9dde120568ee7546105de666e735b4826133d813120d30eb30310d1cd9c62a24d9f1ae5a9e71462c8579167fb2b875a44866d0c450464b
+Size (gnome-nibbles-4.5.0.tar.xz) = 498184 bytes
Home |
Main Index |
Thread Index |
Old Index