mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
games/minigalaxy: Update 1.4.0 => 1.4.1
Changelog: - Installations now report more intermediate steps like checksum verifications to the UI. (thanks to GB609) - Fix bugs related to error handling of ongoing installations. (thanks to GB609) - Fix an issue where CJK characters in game library path prevents the config file from being loaded properly. (thanks to kyle-zhang-42) - Automatically add Weblate contributions to README and About dialog on release. (thanks to GB609) https://github.com/sharkwouter/minigalaxy/releases/tag/1.4.1 While here replace gettext with gettext-tools in USES - the port is not linked with libintl, but uses msgfmt to compile translations. PR: 293348
This commit is contained in:
committed by
Vladimir Druzenko
parent
4bed92e31b
commit
5f2638a94e
@@ -1,5 +1,5 @@
|
||||
PORTNAME= minigalaxy
|
||||
DISTVERSION= 1.4.0
|
||||
DISTVERSION= 1.4.1
|
||||
CATEGORIES= games
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
|
||||
webkit2-gtk_40>0:www/webkit2-gtk@40
|
||||
|
||||
USES= gettext gnome python
|
||||
USES= gettext-tools gnome python
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sharkwouter
|
||||
USE_GNOME= pygobject3:run
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1752167514
|
||||
SHA256 (sharkwouter-minigalaxy-1.4.0_GH0.tar.gz) = 6e9db14edcb073ebaaa0f3ac3b76454e34f329caac94fda6ae3070ad542e9af6
|
||||
SIZE (sharkwouter-minigalaxy-1.4.0_GH0.tar.gz) = 502559
|
||||
TIMESTAMP = 1771714338
|
||||
SHA256 (sharkwouter-minigalaxy-1.4.1_GH0.tar.gz) = 05018f96f77cb1a78287abb9ad00fe19b2b70f42c31a5ceca7177bb9cef31c3b
|
||||
SIZE (sharkwouter-minigalaxy-1.4.1_GH0.tar.gz) = 508033
|
||||
|
||||
@@ -104,15 +104,6 @@ bin/minigalaxy
|
||||
%%PYTHON_SITELIBDIR%%/minigalaxy/ui/webkit.py
|
||||
%%PYTHON_SITELIBDIR%%/minigalaxy/ui/window.py
|
||||
%%PYTHON_SITELIBDIR%%/minigalaxy/version.py
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/__init__%%PYTHON_TAG%%.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_download%%PYTHON_TAG%%.opt-1.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_download%%PYTHON_TAG%%.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_helper%%PYTHON_TAG%%.opt-1.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/__pycache__/test_helper%%PYTHON_TAG%%.pyc
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/test_download.py
|
||||
%%PYTHON_SITELIBDIR%%/tests/download/test_helper.py
|
||||
share/applications/io.github.sharkwouter.Minigalaxy.desktop
|
||||
share/icons/hicolor/128x128/apps/io.github.sharkwouter.Minigalaxy.png
|
||||
share/icons/hicolor/192x192/apps/io.github.sharkwouter.Minigalaxy.png
|
||||
|
||||
Reference in New Issue
Block a user