Date: Tue, 21 Dec 2021 17:24:45 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 346625d118c8 - main - games/homura: Rename to suyimazu and update to 5.7 Message-ID: <202112211724.1BLHOjnD034398@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=346625d118c87f6c6465a614e7d9ad307fd1e39c commit 346625d118c87f6c6465a614e7d9ad307fd1e39c Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2021-12-21 13:07:56 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2021-12-21 17:22:24 +0000 games/homura: Rename to suyimazu and update to 5.7 ChangeLog: https://codeberg.org/Alexander88207/Suyimazu/releases/tag/5.7 PR: 260521 Reported by: Alexander88207@protonmail.com (maintainer) --- MOVED | 1 + games/Makefile | 2 +- games/homura/distinfo | 3 --- games/homura/pkg-message | 20 -------------------- games/{homura => suyimazu}/Makefile | 20 ++++++++++---------- games/suyimazu/distinfo | 3 +++ games/{homura => suyimazu}/pkg-descr | 2 +- games/suyimazu/pkg-message | 19 +++++++++++++++++++ 8 files changed, 35 insertions(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 637477134019..72ab68e97f22 100644 --- a/MOVED +++ b/MOVED @@ -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 diff --git a/games/Makefile b/games/Makefile index 1bf0459aa514..bdea9f43bafd 100644 --- a/games/Makefile +++ b/games/Makefile @@ -380,7 +380,6 @@ SUBDIR += hitori SUBDIR += hllib SUBDIR += holotz-castle - SUBDIR += homura SUBDIR += hoverboard-sdl SUBDIR += hs-scroll SUBDIR += hypatia_engine @@ -933,6 +932,7 @@ SUBDIR += supertux SUBDIR += supertux2 SUBDIR += supertuxkart + SUBDIR += suyimazu SUBDIR += swell-foop SUBDIR += sxsame SUBDIR += tads diff --git a/games/homura/distinfo b/games/homura/distinfo deleted file mode 100644 index a94da5d458b1..000000000000 --- a/games/homura/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1631901042 -SHA256 (5.6.tar.gz) = 5a9f7604cfebd1b7544768c1a914a312f4b02927f2a536095a699385d9cd2647 -SIZE (5.6.tar.gz) = 5395469 diff --git a/games/homura/pkg-message b/games/homura/pkg-message deleted file mode 100644 index 2953de38cbe4..000000000000 --- a/games/homura/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -[ -{ - message: <<EOM -Homura was created for the gui usage in the first place, the gui can be opened via the commandline by typing Homura 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: Homura Install Steam - To launch something use: Homura Launch Steam - To uninstall something use: Homura Uninstall Steam - -To see what applications are currently working take a look at: -https://codeberg.org/Alexander88207/Homura/wiki/Status - -Enjoy playing! -EOM -} -] diff --git a/games/homura/Makefile b/games/suyimazu/Makefile similarity index 64% rename from games/homura/Makefile rename to games/suyimazu/Makefile index 18ec5adbf605..3b1eaf7a9340 100644 --- a/games/homura/Makefile +++ b/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 @@ -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 \ @@ -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> diff --git a/games/suyimazu/distinfo b/games/suyimazu/distinfo new file mode 100644 index 000000000000..dac32d858a6f --- /dev/null +++ b/games/suyimazu/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639846817 +SHA256 (5.7.tar.gz) = 866f208af809f1eb7bf0b4808fba55ef68fc020d24927e80e2258316041b65a6 +SIZE (5.7.tar.gz) = 5562010 diff --git a/games/homura/pkg-descr b/games/suyimazu/pkg-descr similarity index 64% rename from games/homura/pkg-descr rename to games/suyimazu/pkg-descr index 0fdfd36a8e0a..74e77dbae9b3 100644 --- a/games/homura/pkg-descr +++ b/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. diff --git a/games/suyimazu/pkg-message b/games/suyimazu/pkg-message new file mode 100644 index 000000000000..cce923243cb6 --- /dev/null +++ b/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 +} +]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112211724.1BLHOjnD034398>