Date: Tue, 30 Jun 2020 12:50:47 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r540891 - head/games/homura Message-ID: <202006301250.05UColQJ099650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Jun 30 12:50:46 2020 New Revision: 540891 URL: https://svnweb.freebsd.org/changeset/ports/540891 Log: Update to 5.0 PR: 247635 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer) Modified: head/games/homura/Makefile head/games/homura/distinfo head/games/homura/pkg-message Modified: head/games/homura/Makefile ============================================================================== --- head/games/homura/Makefile Tue Jun 30 10:32:54 2020 (r540890) +++ head/games/homura/Makefile Tue Jun 30 12:50:46 2020 (r540891) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= homura -PORTVERSION= 4.0 +PORTVERSION= 5.0 CATEGORIES= games MAINTAINER= Alexander88207@protonmail.com @@ -28,11 +28,7 @@ GH_ACCOUNT= the-homura-project NO_BUILD= yes -PLIST_FILES= bin/Homura \ - share/homura/Data/Apps.hma \ - share/homura/Data/Setups.hma \ - share/homura/Data/Misc.hma \ - share/homura/Data/Checks.hma +PLIST_FILES= bin/Homura .include <bsd.port.pre.mk> @@ -43,11 +39,6 @@ RUN_DEPENDS+= wine:emulators/i386-wine .endif do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/homura/Data ${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/Data/Apps.hma ${STAGEDIR}${PREFIX}/share/homura/Data - ${INSTALL_SCRIPT} ${WRKSRC}/Data/Setups.hma ${STAGEDIR}${PREFIX}/share/homura/Data - ${INSTALL_SCRIPT} ${WRKSRC}/Data/Misc.hma ${STAGEDIR}${PREFIX}/share/homura/Data - ${INSTALL_SCRIPT} ${WRKSRC}/Data/Checks.hma ${STAGEDIR}${PREFIX}/share/homura/Data .include <bsd.port.post.mk> Modified: head/games/homura/distinfo ============================================================================== --- head/games/homura/distinfo Tue Jun 30 10:32:54 2020 (r540890) +++ head/games/homura/distinfo Tue Jun 30 12:50:46 2020 (r540891) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589996360 -SHA256 (the-homura-project-homura-4.0_GH0.tar.gz) = bc61592594d6be6f3fc4dbbed94863b9f0ab5817ee9c48766ec9dfad73b42047 -SIZE (the-homura-project-homura-4.0_GH0.tar.gz) = 5562657 +TIMESTAMP = 1593434425 +SHA256 (the-homura-project-homura-5.0_GH0.tar.gz) = 91a7dcd8966e787834f4154ff02dc69903f785687fa656ac4636f8492919838e +SIZE (the-homura-project-homura-5.0_GH0.tar.gz) = 5525234 Modified: head/games/homura/pkg-message ============================================================================== --- head/games/homura/pkg-message Tue Jun 30 10:32:54 2020 (r540890) +++ head/games/homura/pkg-message Tue Jun 30 12:50:46 2020 (r540891) @@ -1,5 +1,20 @@ [ { - message: "If you use Homura for the first time, then you need open it via the commandline first." + 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://github.com/the-homura-project/homura/wiki/Status + +Enjoy playing! +EOM } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006301250.05UColQJ099650>