Skip to content

Commit

Permalink
games/homura: Rename to suyimazu and update to 5.7
Browse files Browse the repository at this point in the history
ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/5.7

PR:	260521
Reported by:	Alexander88207@protonmail.com (maintainer)
  • Loading branch information
Fernando Apesteguía authored and Fernando Apesteguía committed Dec 21, 2021
1 parent 9071181 commit 346625d
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -16617,3 +16617,4 @@ security/putty-gtk2||2021-12-15|Has expired: putty-gtk2 is being phased out
games/xnethack-nox11|games/xnethack@nox11|2021-12-05|Turned into flavor
devel/py-dexml||2021-12-20|Has expired: Use devel/py-dexml2
misc/cmatrix|games/cmatrix|2021-12-20|Move to a more appropriate category
games/homura|games/suyimazu|2021-12-21|Project renamed
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -380,7 +380,6 @@
SUBDIR += hitori
SUBDIR += hllib
SUBDIR += holotz-castle
SUBDIR += homura
SUBDIR += hoverboard-sdl
SUBDIR += hs-scroll
SUBDIR += hypatia_engine
Expand Down Expand Up @@ -933,6 +932,7 @@
SUBDIR += supertux
SUBDIR += supertux2
SUBDIR += supertuxkart
SUBDIR += suyimazu
SUBDIR += swell-foop
SUBDIR += sxsame
SUBDIR += tads
Expand Down
3 changes: 0 additions & 3 deletions games/homura/distinfo

This file was deleted.

20 changes: 0 additions & 20 deletions games/homura/pkg-message

This file was deleted.

20 changes: 10 additions & 10 deletions games/homura/Makefile → games/suyimazu/Makefile
@@ -1,9 +1,9 @@
# Created by: Alexander Vereeken <Alexander88207@protonmail.com>

PORTNAME= homura
DISTVERSION= 5.6
PORTNAME= suyimazu
DISTVERSION= 5.7
CATEGORIES= games
MASTER_SITES= https://codeberg.org/Alexander88207/Homura/archive/
MASTER_SITES= https://codeberg.org/Alexander88207/Suyimazu/archive/
DISTNAME= ${DISTVERSION}

MAINTAINER= Alexander88207@protonmail.com
Expand All @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture

RUN_DEPENDS= 7z:archivers/p7zip \
RUN_DEPENDS= 7zz:archivers/7-zip \
bash:shells/bash \
glxinfo:graphics/mesa-demos \
glxinfo:graphics/glx-utils \
vulkaninfo:graphics/vulkan-tools \
wine-proton>0:emulators/wine-proton \
winetricks:emulators/winetricks \
Expand All @@ -28,12 +28,12 @@ NO_BUILD= yes

WRKSRC= ${WRKDIR}/${PORTNAME}

PLIST_FILES= bin/Homura \
share/Homura/Data/Framework
PLIST_FILES= bin/Suyimazu \
share/Suyimazu/Data/Framework

do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/Homura/Data
${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Homura/Data
${MKDIR} ${STAGEDIR}${PREFIX}/share/Suyimazu/Data
${INSTALL_SCRIPT} ${WRKSRC}/Suyimazu ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/Data/Framework ${STAGEDIR}${PREFIX}/share/Suyimazu/Data

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/suyimazu/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1639846817
SHA256 (5.7.tar.gz) = 866f208af809f1eb7bf0b4808fba55ef68fc020d24927e80e2258316041b65a6
SIZE (5.7.tar.gz) = 5562010
2 changes: 1 addition & 1 deletion games/homura/pkg-descr → games/suyimazu/pkg-descr
@@ -1,4 +1,4 @@
Homura is a launcher that makes it easy to run Windows games/launcher easily on
Suyimazu is a launcher that makes it easy to run Windows games/launcher easily on
FreeBSD by providing the required fixes and workarounds.

The Windows emulation is provided by Wine.
Expand Down
19 changes: 19 additions & 0 deletions games/suyimazu/pkg-message
@@ -0,0 +1,19 @@
[
{
message: <<EOM
Suyimazu was created for the gui usage in the first place,
the gui can be opened via the commandline by typing Suyimazu
but also via a shortcut (if you have Homura allowed to create one).

For terminal fans there are also some fast commands:

Examples:

To install something use: Suyimazu Install Steam
To launch something use: Suyimazu Launch Steam
To uninstall something use: Suyimazu Uninstall Steam

Enjoy playing!
EOM
}
]

0 comments on commit 346625d

Please sign in to comment.