aboutsummaryrefslogtreecommitdiff
path: root/games/homura
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-30 12:50:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-30 12:50:46 +0000
commitabac6ab079888c4973fb1172999c208d0ba25044 (patch)
tree693102ba8807fbe230d139943b9fda569966d6df /games/homura
parentcd059f437f295f13d2370b63c8674aab54955b40 (diff)
downloadports-abac6ab079888c4973fb1172999c208d0ba25044.tar.gz
ports-abac6ab079888c4973fb1172999c208d0ba25044.zip
Update to 5.0
PR: 247635 Submitted by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=540891
Diffstat (limited to 'games/homura')
-rw-r--r--games/homura/Makefile13
-rw-r--r--games/homura/distinfo6
-rw-r--r--games/homura/pkg-message17
3 files changed, 21 insertions, 15 deletions
diff --git a/games/homura/Makefile b/games/homura/Makefile
index 88c2ded6bcf7..90501b2fcf57 100644
--- a/games/homura/Makefile
+++ b/games/homura/Makefile
@@ -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>
diff --git a/games/homura/distinfo b/games/homura/distinfo
index 91bf84e4c67d..3b679a94ee64 100644
--- a/games/homura/distinfo
+++ b/games/homura/distinfo
@@ -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
diff --git a/games/homura/pkg-message b/games/homura/pkg-message
index 7b475c3edfc7..3aca2a45a808 100644
--- a/games/homura/pkg-message
+++ b/games/homura/pkg-message
@@ -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
}
]