* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
@ 2023-01-10 8:37 Haelwenn Monnier
0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-01-10 8:37 UTC (permalink / raw
To: gentoo-commits
commit: 8d67e9c8409d2b4ba0a0b17e2e49d4f0c1260cd6
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sun Jan 8 20:52:45 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun Jan 8 20:52:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d67e9c8
games-puzzle/baba-is-you: new package, add 474
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-puzzle/baba-is-you/Manifest | 1 +
games-puzzle/baba-is-you/baba-is-you-474.ebuild | 45 +++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/games-puzzle/baba-is-you/Manifest b/games-puzzle/baba-is-you/Manifest
new file mode 100644
index 000000000..237ee69eb
--- /dev/null
+++ b/games-puzzle/baba-is-you/Manifest
@@ -0,0 +1 @@
+DIST BIY_linux.tar.gz 92815828 BLAKE2B 22822b5412058fc7b49c95fa694520f1e6a250b9a674e85f5e9d5bdb432793d37075b265eb3f925708a78396052210276c87b011501f6732c51b90d33380345a SHA512 93ab99998b8705c866bad2d84549c6e13dc824afe9db4cc5f125cb715edddf4f3f42de828498198bcf38e2f10c2520f2cf50216c5e55c4f4d0095aa1b9cf13d3
diff --git a/games-puzzle/baba-is-you/baba-is-you-474.ebuild b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
new file mode 100644
index 000000000..62a5aa42e
--- /dev/null
+++ b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="Baba Is You"
+
+inherit desktop
+
+DESCRIPTION="Puzzle game where you can change the rules by which you play"
+HOMEPAGE="https://www.hempuli.com/baba/"
+SRC_URI="BIY_linux.tar.gz"
+S="${WORKDIR}"/"${MY_PN}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist fetch splitdebug"
+
+DIR="/opt/${PN}"
+QA_PREBUILT="${DIR#/}/*"
+
+RDEPEND="virtual/opengl"
+
+pkg_nofetch() {
+ einfo "Please buy and download ${SRC_URI} from:"
+ einfo " https://hempuli.itch.io/baba"
+ einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+ local arch=$(usex amd64 64 32)
+ insinto "${DIR}"
+ doins -r Assets.dat gamecontrollerdb.txt Data/
+
+ exeinto "${DIR}"/bin${arch}
+ doexe bin${arch}/Chowdren
+
+ exeinto "${DIR}"
+ doexe run.sh
+
+ newicon icon.bmp ${PN}.bmp
+ make_desktop_entry /usr/bin/${PN} "${MY_PN}" ${PN}.bmp LogicGame
+ dosym -r "${DIR}"/run.sh /usr/bin/${PN}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
@ 2023-01-31 11:00 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-01-31 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 6b12be791668005cf1abb916cef7927cb733642a
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Jan 31 00:44:39 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 00:44:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b12be79
games-puzzle/baba-is-you: add metadata.xml
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-puzzle/baba-is-you/metadata.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/games-puzzle/baba-is-you/metadata.xml b/games-puzzle/baba-is-you/metadata.xml
new file mode 100644
index 000000000..e642e11ee
--- /dev/null
+++ b/games-puzzle/baba-is-you/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">
+ <email>watermanpaint@posteo.net</email>
+ <name>Lucio Sauer</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
@ 2024-02-20 18:23 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-02-20 18:23 UTC (permalink / raw
To: gentoo-commits
commit: cf6944b50235804b4195c7e16b8cede7e069ff97
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Tue Feb 20 15:00:47 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Feb 20 15:01:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf6944b5
games-puzzle/baba-is-you: add missing RDEPEND
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild | 53 ++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild b/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
new file mode 100644
index 0000000000..8abbf0146e
--- /dev/null
+++ b/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="Baba Is You"
+
+inherit desktop
+
+DESCRIPTION="Puzzle game where you can change the rules by which you play"
+HOMEPAGE="https://www.hempuli.com/baba/"
+SRC_URI="BIY_linux.tar.gz"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist fetch"
+
+S="${WORKDIR}/${MY_PN}"
+
+# Has bundled media-video/libsdl2 with at least
+# [alsa,joystick,pulseaudio,sound]
+# Needs alsa-lib to launch with dummy audio even if system has no audio
+RDEPEND="
+ media-libs/alsa-lib
+ media-libs/libglvnd
+ virtual/opengl
+"
+
+QA_PREBUILT="opt/*"
+
+pkg_nofetch() {
+ einfo "Please buy and download ${SRC_URI} from:"
+ einfo " https://hempuli.itch.io/baba"
+ einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+ local arch=$(usex amd64 64 32)
+ insinto /opt/${PN}
+ doins -r Assets.dat gamecontrollerdb.txt Data/
+
+ exeinto /opt/${PN}/bin${arch}
+ doexe bin${arch}/Chowdren
+
+ exeinto /opt/${PN}
+ doexe run.sh
+
+ newicon icon.bmp ${PN}.bmp
+ dosym -r /usr/share/pixmaps/${PN}.bmp /opt/${PN}/icon.bmp
+ make_desktop_entry /usr/bin/${PN} "${MY_PN}" ${PN}.bmp LogicGame
+ dosym -r /opt/${PN}/run.sh /usr/bin/${PN}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
@ 2024-04-28 21:05 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-04-28 21:05 UTC (permalink / raw
To: gentoo-commits
commit: a9b86acdde0dcc9a791912f5dbda574fc500c475
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 21:21:36 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 21:29:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9b86acd
games-puzzle/baba-is-you: fix VariableOrderCheck
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild | 5 +++--
games-puzzle/baba-is-you/baba-is-you-474.ebuild | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild b/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
index 8abbf0146e..f6d60bea46 100644
--- a/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
+++ b/games-puzzle/baba-is-you/baba-is-you-474-r1.ebuild
@@ -11,12 +11,13 @@ DESCRIPTION="Puzzle game where you can change the rules by which you play"
HOMEPAGE="https://www.hempuli.com/baba/"
SRC_URI="BIY_linux.tar.gz"
+S="${WORKDIR}/${MY_PN}"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="bindist fetch"
-S="${WORKDIR}/${MY_PN}"
+RESTRICT="bindist fetch"
# Has bundled media-video/libsdl2 with at least
# [alsa,joystick,pulseaudio,sound]
diff --git a/games-puzzle/baba-is-you/baba-is-you-474.ebuild b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
index 62a5aa42e8..83a69261e6 100644
--- a/games-puzzle/baba-is-you/baba-is-you-474.ebuild
+++ b/games-puzzle/baba-is-you/baba-is-you-474.ebuild
@@ -10,11 +10,13 @@ inherit desktop
DESCRIPTION="Puzzle game where you can change the rules by which you play"
HOMEPAGE="https://www.hempuli.com/baba/"
SRC_URI="BIY_linux.tar.gz"
+
S="${WORKDIR}"/"${MY_PN}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
+
RESTRICT="bindist fetch splitdebug"
DIR="/opt/${PN}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/
@ 2024-04-28 21:05 David Roman
0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2024-04-28 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 16556bc26a4730c99873f6a1e3591b04ca223889
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Apr 27 21:23:49 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 27 21:29:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16556bc2
games-puzzle/baba-is-you: fix .desktop file's Categories entry
Closes: https://bugs.gentoo.org/896328
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
games-puzzle/baba-is-you/baba-is-you-474-r2.ebuild | 54 ++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/games-puzzle/baba-is-you/baba-is-you-474-r2.ebuild b/games-puzzle/baba-is-you/baba-is-you-474-r2.ebuild
new file mode 100644
index 0000000000..e84d731735
--- /dev/null
+++ b/games-puzzle/baba-is-you/baba-is-you-474-r2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="Baba Is You"
+
+inherit desktop
+
+DESCRIPTION="Puzzle game where you can change the rules by which you play"
+HOMEPAGE="https://www.hempuli.com/baba/"
+SRC_URI="BIY_linux.tar.gz"
+
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+
+RESTRICT="bindist fetch"
+
+# Has bundled media-video/libsdl2 with at least
+# [alsa,joystick,pulseaudio,sound]
+# Needs alsa-lib to launch with dummy audio even if system has no audio
+RDEPEND="
+ media-libs/alsa-lib
+ media-libs/libglvnd
+ virtual/opengl
+"
+
+QA_PREBUILT="opt/*"
+
+pkg_nofetch() {
+ einfo "Please buy and download ${SRC_URI} from:"
+ einfo " https://hempuli.itch.io/baba"
+ einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+ local arch=$(usex amd64 64 32)
+ insinto /opt/${PN}
+ doins -r Assets.dat gamecontrollerdb.txt Data/
+
+ exeinto /opt/${PN}/bin${arch}
+ doexe bin${arch}/Chowdren
+
+ exeinto /opt/${PN}
+ doexe run.sh
+
+ newicon icon.bmp ${PN}.bmp
+ dosym -r /usr/share/pixmaps/${PN}.bmp /opt/${PN}/icon.bmp
+ make_desktop_entry /usr/bin/${PN} "${MY_PN}" ${PN}.bmp 'Game;LogicGame;'
+ dosym -r /opt/${PN}/run.sh /usr/bin/${PN}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-28 21:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10 8:37 [gentoo-commits] repo/proj/guru:master commit in: games-puzzle/baba-is-you/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2023-01-31 11:00 Florian Schmaus
2024-02-20 18:23 Julien Roy
2024-04-28 21:05 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