Skip to content

Commit deaf22a

Browse files
committed
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.
1 parent aef7eea commit deaf22a

3 files changed

Lines changed: 71 additions & 11 deletions

File tree

games/gnome-nibbles/Makefile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.11 2026/01/27 08:39:29 wiz Exp $
1+
# $NetBSD: Makefile,v 1.12 2026/02/08 09:52:29 wiz Exp $
22

3-
DISTNAME= gnome-nibbles-4.0.3
4-
PKGREVISION= 8
3+
DISTNAME= gnome-nibbles-4.5.0
54
CATEGORIES= games
65
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-nibbles/${PKGVERSION_NOREV:R}/}
76
EXTRACT_SUFX= .tar.xz
@@ -20,13 +19,17 @@ USE_TOOLS+= itstool pkg-config
2019
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.66.0
2120
.include "../../devel/glib2/buildlink3.mk"
2221
.include "../../devel/glib2/schemas.mk"
22+
BUILDLINK_API_DEPENDS.libadwaita+= libadwaita>=1.5.0
23+
.include "../../devel/libadwaita/buildlink3.mk"
24+
.include "../../devel/libgee/buildlink3.mk"
2325
.include "../../devel/pango/buildlink3.mk"
24-
.include "../../games/libgnome-games-support/buildlink3.mk"
26+
#BUILDLINK_API_DEPENDS.libgnome-games-support+= libgnome-games-support>=3.0
27+
#.include "../../games/libgnome-games-support/buildlink3.mk"
2528
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
2629
.include "../../lang/vala/buildlink3.mk"
2730
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
2831
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
29-
BUILDLINK_API_DEPENDS.gtk4+= gtk4>=4.6
32+
BUILDLINK_API_DEPENDS.gtk4+= gtk4>=4.14
3033
.include "../../x11/gtk4/buildlink3.mk"
3134
.include "../../devel/meson/build.mk"
3235
.include "../../mk/bsd.pkg.mk"

games/gnome-nibbles/PLIST

Lines changed: 59 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.1 2024/01/05 17:55:39 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2026/02/08 09:52:29 wiz Exp $
22
bin/gnome-nibbles
33
man/man6/gnome-nibbles.6
44
share/applications/org.gnome.Nibbles.desktop
@@ -355,93 +355,150 @@ share/help/uk/gnome-nibbles/speed-change.page
355355
share/icons/hicolor/scalable/apps/org.gnome.Nibbles.svg
356356
share/icons/hicolor/symbolic/apps/org.gnome.Nibbles-symbolic.svg
357357
share/locale/ab/LC_MESSAGES/gnome-nibbles.mo
358+
share/locale/ab/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
358359
share/locale/af/LC_MESSAGES/gnome-nibbles.mo
360+
share/locale/af/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
359361
share/locale/am/LC_MESSAGES/gnome-nibbles.mo
360362
share/locale/ar/LC_MESSAGES/gnome-nibbles.mo
363+
share/locale/ar/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
361364
share/locale/as/LC_MESSAGES/gnome-nibbles.mo
362365
share/locale/ast/LC_MESSAGES/gnome-nibbles.mo
363366
share/locale/az/LC_MESSAGES/gnome-nibbles.mo
364367
share/locale/be/LC_MESSAGES/gnome-nibbles.mo
368+
share/locale/be/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
365369
share/locale/bg/LC_MESSAGES/gnome-nibbles.mo
370+
share/locale/bg/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
366371
share/locale/bn/LC_MESSAGES/gnome-nibbles.mo
367372
share/locale/bn_IN/LC_MESSAGES/gnome-nibbles.mo
368373
share/locale/br/LC_MESSAGES/gnome-nibbles.mo
369374
share/locale/bs/LC_MESSAGES/gnome-nibbles.mo
370375
share/locale/ca/LC_MESSAGES/gnome-nibbles.mo
376+
share/locale/ca/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
371377
share/locale/ca@valencia/LC_MESSAGES/gnome-nibbles.mo
378+
share/locale/ca@valencia/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
372379
share/locale/cs/LC_MESSAGES/gnome-nibbles.mo
380+
share/locale/cs/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
373381
share/locale/cy/LC_MESSAGES/gnome-nibbles.mo
374382
share/locale/da/LC_MESSAGES/gnome-nibbles.mo
383+
share/locale/da/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
375384
share/locale/de/LC_MESSAGES/gnome-nibbles.mo
385+
share/locale/de/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
376386
share/locale/dz/LC_MESSAGES/gnome-nibbles.mo
377387
share/locale/el/LC_MESSAGES/gnome-nibbles.mo
388+
share/locale/el/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
378389
share/locale/en@shaw/LC_MESSAGES/gnome-nibbles.mo
379390
share/locale/en_CA/LC_MESSAGES/gnome-nibbles.mo
380391
share/locale/en_GB/LC_MESSAGES/gnome-nibbles.mo
392+
share/locale/en_GB/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
381393
share/locale/eo/LC_MESSAGES/gnome-nibbles.mo
394+
share/locale/eo/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
382395
share/locale/es/LC_MESSAGES/gnome-nibbles.mo
396+
share/locale/es/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
383397
share/locale/et/LC_MESSAGES/gnome-nibbles.mo
384398
share/locale/eu/LC_MESSAGES/gnome-nibbles.mo
399+
share/locale/eu/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
385400
share/locale/fa/LC_MESSAGES/gnome-nibbles.mo
401+
share/locale/fa/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
386402
share/locale/fi/LC_MESSAGES/gnome-nibbles.mo
403+
share/locale/fi/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
387404
share/locale/fr/LC_MESSAGES/gnome-nibbles.mo
405+
share/locale/fr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
388406
share/locale/fur/LC_MESSAGES/gnome-nibbles.mo
407+
share/locale/fur/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
389408
share/locale/ga/LC_MESSAGES/gnome-nibbles.mo
390409
share/locale/gl/LC_MESSAGES/gnome-nibbles.mo
410+
share/locale/gl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
391411
share/locale/gu/LC_MESSAGES/gnome-nibbles.mo
392412
share/locale/he/LC_MESSAGES/gnome-nibbles.mo
413+
share/locale/he/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
393414
share/locale/hi/LC_MESSAGES/gnome-nibbles.mo
415+
share/locale/hi/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
394416
share/locale/hr/LC_MESSAGES/gnome-nibbles.mo
417+
share/locale/hr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
395418
share/locale/hu/LC_MESSAGES/gnome-nibbles.mo
419+
share/locale/hu/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
396420
share/locale/id/LC_MESSAGES/gnome-nibbles.mo
421+
share/locale/id/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
397422
share/locale/is/LC_MESSAGES/gnome-nibbles.mo
423+
share/locale/is/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
398424
share/locale/it/LC_MESSAGES/gnome-nibbles.mo
425+
share/locale/it/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
399426
share/locale/ja/LC_MESSAGES/gnome-nibbles.mo
427+
share/locale/ja/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
400428
share/locale/ka/LC_MESSAGES/gnome-nibbles.mo
429+
share/locale/ka/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
401430
share/locale/kk/LC_MESSAGES/gnome-nibbles.mo
431+
share/locale/kk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
402432
share/locale/km/LC_MESSAGES/gnome-nibbles.mo
403433
share/locale/kn/LC_MESSAGES/gnome-nibbles.mo
404434
share/locale/ko/LC_MESSAGES/gnome-nibbles.mo
435+
share/locale/ko/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
405436
share/locale/ku/LC_MESSAGES/gnome-nibbles.mo
406437
share/locale/lt/LC_MESSAGES/gnome-nibbles.mo
438+
share/locale/lt/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
407439
share/locale/lv/LC_MESSAGES/gnome-nibbles.mo
440+
share/locale/lv/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
408441
share/locale/mai/LC_MESSAGES/gnome-nibbles.mo
442+
share/locale/mjw/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
409443
share/locale/mk/LC_MESSAGES/gnome-nibbles.mo
410444
share/locale/ml/LC_MESSAGES/gnome-nibbles.mo
445+
share/locale/ml/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
411446
share/locale/mn/LC_MESSAGES/gnome-nibbles.mo
412447
share/locale/mr/LC_MESSAGES/gnome-nibbles.mo
413448
share/locale/ms/LC_MESSAGES/gnome-nibbles.mo
449+
share/locale/ms/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
414450
share/locale/nb/LC_MESSAGES/gnome-nibbles.mo
451+
share/locale/nb/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
415452
share/locale/ne/LC_MESSAGES/gnome-nibbles.mo
453+
share/locale/ne/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
416454
share/locale/nl/LC_MESSAGES/gnome-nibbles.mo
455+
share/locale/nl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
417456
share/locale/nn/LC_MESSAGES/gnome-nibbles.mo
418457
share/locale/oc/LC_MESSAGES/gnome-nibbles.mo
458+
share/locale/oc/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
419459
share/locale/or/LC_MESSAGES/gnome-nibbles.mo
420460
share/locale/pa/LC_MESSAGES/gnome-nibbles.mo
461+
share/locale/pa/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
421462
share/locale/pl/LC_MESSAGES/gnome-nibbles.mo
463+
share/locale/pl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
422464
share/locale/pt/LC_MESSAGES/gnome-nibbles.mo
465+
share/locale/pt/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
423466
share/locale/pt_BR/LC_MESSAGES/gnome-nibbles.mo
467+
share/locale/pt_BR/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
424468
share/locale/ro/LC_MESSAGES/gnome-nibbles.mo
469+
share/locale/ro/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
425470
share/locale/ru/LC_MESSAGES/gnome-nibbles.mo
471+
share/locale/ru/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
426472
share/locale/rw/LC_MESSAGES/gnome-nibbles.mo
427473
share/locale/si/LC_MESSAGES/gnome-nibbles.mo
428474
share/locale/sk/LC_MESSAGES/gnome-nibbles.mo
475+
share/locale/sk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
429476
share/locale/sl/LC_MESSAGES/gnome-nibbles.mo
477+
share/locale/sl/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
430478
share/locale/sq/LC_MESSAGES/gnome-nibbles.mo
431479
share/locale/sr/LC_MESSAGES/gnome-nibbles.mo
480+
share/locale/sr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
432481
share/locale/sr@latin/LC_MESSAGES/gnome-nibbles.mo
482+
share/locale/sr@latin/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
433483
share/locale/sv/LC_MESSAGES/gnome-nibbles.mo
484+
share/locale/sv/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
434485
share/locale/ta/LC_MESSAGES/gnome-nibbles.mo
486+
share/locale/ta/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
435487
share/locale/te/LC_MESSAGES/gnome-nibbles.mo
436488
share/locale/tg/LC_MESSAGES/gnome-nibbles.mo
437489
share/locale/th/LC_MESSAGES/gnome-nibbles.mo
490+
share/locale/th/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
438491
share/locale/tr/LC_MESSAGES/gnome-nibbles.mo
492+
share/locale/tr/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
439493
share/locale/ug/LC_MESSAGES/gnome-nibbles.mo
440494
share/locale/uk/LC_MESSAGES/gnome-nibbles.mo
495+
share/locale/uk/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
441496
share/locale/vi/LC_MESSAGES/gnome-nibbles.mo
442497
share/locale/wa/LC_MESSAGES/gnome-nibbles.mo
443498
share/locale/xh/LC_MESSAGES/gnome-nibbles.mo
444499
share/locale/zh_CN/LC_MESSAGES/gnome-nibbles.mo
500+
share/locale/zh_CN/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
445501
share/locale/zh_HK/LC_MESSAGES/gnome-nibbles.mo
446502
share/locale/zh_TW/LC_MESSAGES/gnome-nibbles.mo
447-
share/metainfo/org.gnome.Nibbles.appdata.xml
503+
share/locale/zh_TW/LC_MESSAGES/gnome-nibbles_libgnome-games-support.mo
504+
share/metainfo/org.gnome.Nibbles.metainfo.xml

games/gnome-nibbles/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.2 2024/04/14 14:22:48 adam Exp $
1+
$NetBSD: distinfo,v 1.3 2026/02/08 09:52:29 wiz Exp $
22

3-
BLAKE2s (gnome-nibbles-4.0.3.tar.xz) = 399b3996af9c50f76770bff2d028fe2011ba2e27513d37e507e64904b26167c4
4-
SHA512 (gnome-nibbles-4.0.3.tar.xz) = e1464a2aba405456edcf7b3f8bfc19eb6991003ef23323db8b771960a5fc009c51b69f638ccabbb996f238ced40f6d4eb4b4b42913523493b9b5f1b95ad04d44
5-
Size (gnome-nibbles-4.0.3.tar.xz) = 419184 bytes
3+
BLAKE2s (gnome-nibbles-4.5.0.tar.xz) = 88e9bd769cf883bc9bd84d22d5844eeb07a2627d1f8315d1e834d0d07e44d7fe
4+
SHA512 (gnome-nibbles-4.5.0.tar.xz) = 65bf446f87c3993b9f9dde120568ee7546105de666e735b4826133d813120d30eb30310d1cd9c62a24d9f1ae5a9e71462c8579167fb2b875a44866d0c450464b
5+
Size (gnome-nibbles-4.5.0.tar.xz) = 498184 bytes

0 commit comments

Comments
 (0)