mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
games/mizuma: Update 2025.02 => 2025.04
Changes: - [Config] Renamed PreventPrefixDamage to BackupPrefixRegistry - Made Usage of wine/pkg.32.sh verbose - Added ability to use local setup of applications like CD-ROM installations for instance. - Added description about applications in the installation confirmation dialog. - Added a warning about issues with VKD3D-proton 2.14+ and the possibility to downgrade. https://codeberg.org/Alexander88207/Mizutamari/releases/tag/2025.04 PR: 286374
This commit is contained in:
parent
9f3b8e1ffa
commit
c28431f314
4 changed files with 14 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= mizuma
|
PORTNAME= mizuma
|
||||||
DISTVERSION= 2025.02
|
DISTVERSION= 2025.04
|
||||||
CATEGORIES= games emulators
|
CATEGORIES= games emulators
|
||||||
MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
|
MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1739723391
|
TIMESTAMP = 1745705501
|
||||||
SHA256 (mizuma-2025.02.tar.gz) = 57ff8469c59fe4a425d55b890c99ee693aba1a01f248e31260d76b2c36d6c717
|
SHA256 (mizuma-2025.04.tar.gz) = 0316149e76b9223687fb080ccd58ec94a44786c2305bfc5f34d87312c28a80eb
|
||||||
SIZE (mizuma-2025.02.tar.gz) = 220879
|
SIZE (mizuma-2025.04.tar.gz) = 217212
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Mizutamari is a Wine front-end.
|
Mizutamari is A Wine front-end. Written in Bash with a GUI provided by Zentiy.
|
||||||
Written in Bash with a GUI provided by Zentiy.
|
|
||||||
|
|
||||||
A predefined library is used to manage the Windows applications.
|
A predefined library is used to manage the Windows applications.
|
||||||
|
Providing/applying the required fixes and workarounds.
|
||||||
|
|
||||||
Note: In order to avoid conflicts with the KDE environment,
|
Note: In order to avoid conflicts with the KDE environment,
|
||||||
you need to build this port with the MESA_DEMOS option instead.
|
you need to build this port with the MESA_DEMOS option instead.
|
||||||
|
|
|
@ -5,14 +5,16 @@ An application shortcut for the desktop will be not created by the port.
|
||||||
|
|
||||||
To open the main gui type: Mizuma
|
To open the main gui type: Mizuma
|
||||||
|
|
||||||
For quick commandline tasks you can use the following examples:
|
The following commandline tasks are currently available:
|
||||||
|
|
||||||
To install something use: Mizuma Install Skype
|
Mizuma Install $APPNAME
|
||||||
To launch something use: Mizuma Launch Skype
|
Mizuma Launch $APPNAME
|
||||||
To uninstall something use: Mizuma Uninstall Skype
|
Mizuma Uninstall $APPNAME
|
||||||
|
Mizuma List Library
|
||||||
|
Mizuma List Installed
|
||||||
|
|
||||||
For further possibly helpful information please read:
|
For further possibly helpful information take a look at:
|
||||||
https://codeberg.org/Alexander88207/Mizutamari#support
|
https://codeberg.org/Alexander88207/Mizutamari
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
EOM
|
EOM
|
||||||
|
|
Loading…
Add table
Reference in a new issue