diff options
author | Alexander Vereeken <Alexander88207@protonmail.com> | 2021-08-14 11:08:11 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-14 11:11:38 +0200 |
commit | f85594a607b2a5950b93df645bed1f7fc896dfc0 (patch) | |
tree | 5254ca83bcc0f020f1a85a9edef72dbf2043a588 /games | |
parent | 0ee21a35d161900f6f0333200c5139bece030139 (diff) | |
download | freebsd-ports-f85594a607b2a5950b93df645bed1f7fc896dfc0.zip |
games/homura: update to 5.5
Changes:
- Homura now uses wine-proton [1] as default
- It's now possible to switch the wine version to wine or
wine-devel per application.
- It's now possible to chose to kill an entire wineprefix
session easily.
- The tinkering section have been removed because it was
obsolete.
[1] https://www.freshports.org/emulators/wine-proton
PR: 257831
Diffstat (limited to 'games')
-rw-r--r-- | games/homura/Makefile | 13 | ||||
-rw-r--r-- | games/homura/distinfo | 6 |
2 files changed, 6 insertions, 13 deletions
diff --git a/games/homura/Makefile b/games/homura/Makefile index 6172893d5c88..3689c5860962 100644 --- a/games/homura/Makefile +++ b/games/homura/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken <Alexander88207@protonmail.com> PORTNAME= homura -PORTVERSION= 5.4 +PORTVERSION= 5.5 CATEGORIES= games MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/ DISTNAME= ${PORTVERSION} @@ -19,6 +19,7 @@ RUN_DEPENDS= 7z:archivers/p7zip \ bash:shells/bash \ glxinfo:graphics/mesa-demos \ vulkaninfo:graphics/vulkan-tools \ + wine-proton>0:emulators/wine-proton \ winetricks:emulators/winetricks \ xdg-open:devel/xdg-utils \ zenity:x11/zenity @@ -29,15 +30,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/Homura -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -RUN_DEPENDS+= wine:emulators/wine-devel -.else -RUN_DEPENDS+= wine:emulators/i386-wine-devel -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/games/homura/distinfo b/games/homura/distinfo index 1cb957b5bffd..cdd84596931b 100644 --- a/games/homura/distinfo +++ b/games/homura/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615381878 -SHA256 (5.4.tar.gz) = a588d15a6305f08ef8b04ea4ca16760fa059aecb861618f022df642a1608d3de -SIZE (5.4.tar.gz) = 5401250 +TIMESTAMP = 1628931087 +SHA256 (5.5.tar.gz) = 6df543487c87e9b1f9cb28d325d312defce9fead633dfd99620a6b9e55c68394 +SIZE (5.5.tar.gz) = 5394832 |