* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-14 18:31 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-04-14 18:31 UTC (permalink / raw
To: gentoo-commits
commit: d8d53d97c5b690dab97a32f29356afc46f10bbb4
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Apr 14 17:42:19 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 14 17:42:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d53d97
games-puzzle/katawa-shoujo: new package - this game is native for Linux, no Wine inside
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-puzzle/katawa-shoujo/Manifest | 1 +
.../katawa-shoujo/katawa-shoujo-1.4.6.ebuild | 31 ++++++++++++++++++++++
games-puzzle/katawa-shoujo/metadata.xml | 8 ++++++
3 files changed, 40 insertions(+)
diff --git a/games-puzzle/katawa-shoujo/Manifest b/games-puzzle/katawa-shoujo/Manifest
new file mode 100644
index 0000000000..d68ad5cc46
--- /dev/null
+++ b/games-puzzle/katawa-shoujo/Manifest
@@ -0,0 +1 @@
+DIST KSRE-linux.tar.bz2 478484884 BLAKE2B 45e49c4a122c492d468eb9025ff0377416c63b35b465ee6b1f75517b9cdc94ce36f27fc9c76849ae0e1a01ad7bd33e9b830c6c7b60f091fa84936a93a29eb009 SHA512 6ec1ac1d101c3722c150461575f9a995a0299ea026f849cf5b39ad5347738531786b6f16fa077b2ae2f1e9f3f79d509ebadbe90f59ad063cdd67a545e7d7985c
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
new file mode 100644
index 0000000000..5b94d2bc69
--- /dev/null
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit wrapper
+
+DESCRIPTION="Bishoujo-style, in the fictional Yamaku High School for disabled children"
+HOMEPAGE="https://www.fhs.sh/projects"
+SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2"
+
+LICENSE="
+ MPL-2.0
+ CC-BY-NC-ND-3.0
+"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+RESTRICT="strip"
+
+S="${WORKDIR}/KSRE-linux"
+
+src_install() {
+ dodir etc
+ cp -r . "$ED/opt/$PN" || die
+
+ make_wrapper ${PN} "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
+
+}
diff --git a/games-puzzle/katawa-shoujo/metadata.xml b/games-puzzle/katawa-shoujo/metadata.xml
new file mode 100644
index 0000000000..812e586b96
--- /dev/null
+++ b/games-puzzle/katawa-shoujo/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Vitaly Zdanevich</name>
+ <email>zdanevich.vitaly@ya.ru</email>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-15 9:34 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-04-15 9:34 UTC (permalink / raw
To: gentoo-commits
commit: c8918203aa7500ece3bf5cbfe3de541c84c8cc36
Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Sun Apr 14 21:48:29 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Apr 14 21:48:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8918203
games-puzzle/katawa-shoujo: DESCRIPTION improve
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
index 5b94d2bc69..2c3eaf95fa 100644
--- a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit wrapper
-DESCRIPTION="Bishoujo-style, in the fictional Yamaku High School for disabled children"
+DESCRIPTION="Re-Engineered visual novel with accessibility features"
HOMEPAGE="https://www.fhs.sh/projects"
SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-15 20:52 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-04-15 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 73da044f54fdeadc99e39004ce2b03bebcacbf16
Author: Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Mon Apr 15 17:25:06 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Apr 15 17:25:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73da044f
games-puzzle/katawa-shoujo: update SRC_URI & don't use cp -r
Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>
games-puzzle/katawa-shoujo/Manifest | 2 +-
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild | 13 +++++++------
games-puzzle/katawa-shoujo/metadata.xml | 3 +++
3 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/games-puzzle/katawa-shoujo/Manifest b/games-puzzle/katawa-shoujo/Manifest
index d68ad5cc46..59b22db1e9 100644
--- a/games-puzzle/katawa-shoujo/Manifest
+++ b/games-puzzle/katawa-shoujo/Manifest
@@ -1 +1 @@
-DIST KSRE-linux.tar.bz2 478484884 BLAKE2B 45e49c4a122c492d468eb9025ff0377416c63b35b465ee6b1f75517b9cdc94ce36f27fc9c76849ae0e1a01ad7bd33e9b830c6c7b60f091fa84936a93a29eb009 SHA512 6ec1ac1d101c3722c150461575f9a995a0299ea026f849cf5b39ad5347738531786b6f16fa077b2ae2f1e9f3f79d509ebadbe90f59ad063cdd67a545e7d7985c
+DIST katawa-shoujo-1.4.6.tar.bz2 478087906 BLAKE2B 8c63431b5cb66c5e866b86514e764dafb5ce77d097cefceb091bcd8f75708e0e4fbf4b73229c6a1e3748240d5a5561176a3f623d4539373972376dce212c28b0 SHA512 ebef5a3342384e0e1f9fb4849e923ff606730cfd55ee8182a4c652c7bf2c77f719fc8ff4d43129911490f867927a06d44292a60b15141b1d3d8bd4065e56d36a
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
index 2c3eaf95fa..becf8b7edc 100644
--- a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
@@ -7,7 +7,8 @@ inherit wrapper
DESCRIPTION="Re-Engineered visual novel with accessibility features"
HOMEPAGE="https://www.fhs.sh/projects"
-SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2"
+SRC_URI="https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2 -> ${P}.tar.bz2"
+S="${WORKDIR}/KSRE-linux"
LICENSE="
MPL-2.0
@@ -20,12 +21,12 @@ KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
-S="${WORKDIR}/KSRE-linux"
-
src_install() {
- dodir etc
- cp -r . "$ED/opt/$PN" || die
+ insinto "/opt/${PN}"
+ doins -r *
- make_wrapper ${PN} "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
+ fperms +x "/opt/${PN}/Katawa Shoujo Re-Engineered.sh"
+ fperms +x "/opt/${PN}/lib/py3-linux-x86_64/Katawa Shoujo Re-Engineered"
+ make_wrapper "${PN}" "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
}
diff --git a/games-puzzle/katawa-shoujo/metadata.xml b/games-puzzle/katawa-shoujo/metadata.xml
index 812e586b96..2f1b9ad948 100644
--- a/games-puzzle/katawa-shoujo/metadata.xml
+++ b/games-puzzle/katawa-shoujo/metadata.xml
@@ -5,4 +5,7 @@
<name>Vitaly Zdanevich</name>
<email>zdanevich.vitaly@ya.ru</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">fleetingheart/ksre</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-25 21:49 Julien Roy
0 siblings, 0 replies; 6+ messages in thread
From: Julien Roy @ 2024-04-25 21:49 UTC (permalink / raw
To: gentoo-commits
commit: 02b6c2d5bf7ad6410591d6dc6bcfefb00f502cdb
Author: Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Wed Apr 24 22:26:52 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Apr 24 22:26:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02b6c2d5
games-puzzle/katawa-shoujo: update Manifest
Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>
games-puzzle/katawa-shoujo/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-puzzle/katawa-shoujo/Manifest b/games-puzzle/katawa-shoujo/Manifest
index 4b0bd04460..e0ac46d30c 100644
--- a/games-puzzle/katawa-shoujo/Manifest
+++ b/games-puzzle/katawa-shoujo/Manifest
@@ -1,2 +1,2 @@
DIST katawa-shoujo-1.4.6.tar.bz2 478087906 BLAKE2B 8c63431b5cb66c5e866b86514e764dafb5ce77d097cefceb091bcd8f75708e0e4fbf4b73229c6a1e3748240d5a5561176a3f623d4539373972376dce212c28b0 SHA512 ebef5a3342384e0e1f9fb4849e923ff606730cfd55ee8182a4c652c7bf2c77f719fc8ff4d43129911490f867927a06d44292a60b15141b1d3d8bd4065e56d36a
-DIST katawa-shoujo.png 148482 BLAKE2B 1792c5b860562296369bdc5135f284eb20fb45fe0b8351cb066716f2ced733eaa1d665ea406861d40ba4bfffa2fe5aae67210d9d39be18c14aa7ff51ed40be69 SHA512 4e0fd095f6ca9bc06658e143567fa6e482cc7e84387d51d7edb8448906f32bf718c1a2528b51326d1630daf01e655e0a3162d1fa0af2522243e47b363234c069
+DIST katawa-shoujo.png 252282 BLAKE2B d9872862fe526fd2fed6f3788c1ec15ff4128b4bb1ee98c3a91a0d7b1db7916ab056863a95389d3b1a0581854e92a7f745714b3dfd4fa07c60f2308ad30187b1 SHA512 b12e42c8266f20679be55ba81eb273a2c03e2d80d6c24310b79076f65ef82692e80fa2ec45b77c4acfa68758ac6fcc46d340bffbb172ffec3e392891bb534c88
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-27 11:10 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-04-27 11:10 UTC (permalink / raw
To: gentoo-commits
commit: bd66823ec300b3b1a3629b1a007a3279bbc7bf60
Author: Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sat Apr 27 07:05:08 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 07:05:21 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd66823e
games-puzzle/katawa-shoujo: add 1.4.7
Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>
games-puzzle/katawa-shoujo/Manifest | 1 +
.../katawa-shoujo/katawa-shoujo-1.4.7.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/games-puzzle/katawa-shoujo/Manifest b/games-puzzle/katawa-shoujo/Manifest
index 59b22db1e9..1cd20332d3 100644
--- a/games-puzzle/katawa-shoujo/Manifest
+++ b/games-puzzle/katawa-shoujo/Manifest
@@ -1 +1,2 @@
DIST katawa-shoujo-1.4.6.tar.bz2 478087906 BLAKE2B 8c63431b5cb66c5e866b86514e764dafb5ce77d097cefceb091bcd8f75708e0e4fbf4b73229c6a1e3748240d5a5561176a3f623d4539373972376dce212c28b0 SHA512 ebef5a3342384e0e1f9fb4849e923ff606730cfd55ee8182a4c652c7bf2c77f719fc8ff4d43129911490f867927a06d44292a60b15141b1d3d8bd4065e56d36a
+DIST katawa-shoujo-1.4.7.tar.bz2 477918242 BLAKE2B 101b8e9875f85e03b57aa92aaec8c31caee5cbf3ce6b1c1fedeff9f6c51f5a6cc21cbb4d8d4ff12e9d0df9274ae62fe70fe2af2dfdc362d1df47b0cf4be5b843 SHA512 915e6e85e93a352c240d9af2358065d84b790e36da8d58c10da24cd96b0f2334763c10be486e330aa854ea0eb5722796eb4361a6ad590b2cc6ba2e4f4fff6a73
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild
new file mode 100644
index 0000000000..25d8c2981d
--- /dev/null
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2024 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit wrapper desktop
+
+DESCRIPTION="Re-Engineered visual novel with accessibility features"
+HOMEPAGE="https://www.fhs.sh/projects"
+SRC_URI="
+ https://github.com/fleetingheart/ksre/releases/download/v$PV/KSRE-linux.tar.bz2 -> ${P}.tar.bz2
+"
+S="${WORKDIR}/KSRE-linux"
+
+LICENSE="
+ MPL-2.0
+ CC-BY-NC-ND-3.0
+"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+RESTRICT="strip"
+
+src_install() {
+ insinto "/opt/${PN}"
+ doins -r *
+
+ fperms +x "/opt/${PN}/Katawa Shoujo Re-Engineered.sh"
+ fperms +x "/opt/${PN}/lib/py3-linux-x86_64/Katawa Shoujo Re-Engineered"
+
+ make_wrapper "${PN}" "/opt/${PN}/Katawa\ Shoujo\ Re-Engineered.sh"
+
+ domenu "${FILESDIR}/${PN}.desktop"
+ doicon "${FILESDIR}/${PN}.png"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/
@ 2024-04-28 21:05 David Roman
0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-04-28 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 7a78a9371284200309969bc8a5257e0c610ef143
Author: Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 28 19:32:56 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Apr 28 19:34:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a78a937
games-puzzle/katawa-shoujo: add media-libs/libglvnd[X] RDEPEND
Closes: https://bugs.gentoo.org/930816
Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild | 4 ++++
games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
index 25d8c2981d..93cbaabb0d 100644
--- a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.6.ebuild
@@ -23,6 +23,10 @@ KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
+RDEPEND="
+ media-libs/libglvnd[X]
+"
+
src_install() {
insinto "/opt/${PN}"
doins -r *
diff --git a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild
index 25d8c2981d..93cbaabb0d 100644
--- a/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild
+++ b/games-puzzle/katawa-shoujo/katawa-shoujo-1.4.7.ebuild
@@ -23,6 +23,10 @@ KEYWORDS="~amd64"
QA_PREBUILT="*"
RESTRICT="strip"
+RDEPEND="
+ media-libs/libglvnd[X]
+"
+
src_install() {
insinto "/opt/${PN}"
doins -r *
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-04-28 21:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 18:31 [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/katawa-shoujo/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-04-15 9:34 Julien Roy
2024-04-15 20:52 Julien Roy
2024-04-25 21:49 Julien Roy
2024-04-27 11:10 David Roman
2024-04-28 21:05 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox