mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-puzzle/baba-is-you: drop old
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST BIY_linux.tar.gz 92815828 BLAKE2B 22822b5412058fc7b49c95fa694520f1e6a250b9a674e85f5e9d5bdb432793d37075b265eb3f925708a78396052210276c87b011501f6732c51b90d33380345a SHA512 93ab99998b8705c866bad2d84549c6e13dc824afe9db4cc5f125cb715edddf4f3f42de828498198bcf38e2f10c2520f2cf50216c5e55c4f4d0095aa1b9cf13d3
|
||||
DIST baba-is-you-474.tar.gz 92815828 BLAKE2B 22822b5412058fc7b49c95fa694520f1e6a250b9a674e85f5e9d5bdb432793d37075b265eb3f925708a78396052210276c87b011501f6732c51b90d33380345a SHA512 93ab99998b8705c866bad2d84549c6e13dc824afe9db4cc5f125cb715edddf4f3f42de828498198bcf38e2f10c2520f2cf50216c5e55c4f4d0095aa1b9cf13d3
|
||||
DIST baba-is-you-478f.tar.gz 93358289 BLAKE2B 7aab81a4c703fe1d39345b388e366f68ec2578c273d184912ac5956102a284758c8ff06ad1c4fcc11d7de16a046163addbe6b3a89ebc8cbe1776791290917ba5 SHA512 6de35d6c7e0ffc0034c1a86b4d100f5abdde9d1bfddec3f437e528cd3dc1964d13a3ba670eb432f1e2aba4bad016c1d0bf161a03ebe7cadfbb45cdf60f321853
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
# 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 LogicGame
|
||||
dosym -r /opt/${PN}/run.sh /usr/bin/${PN}
|
||||
}
|
||||
@@ -1,54 +0,0 @@
|
||||
# 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}
|
||||
}
|
||||
@@ -1,53 +0,0 @@
|
||||
# Copyright 2023-2025 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="${P}.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[X]
|
||||
"
|
||||
|
||||
QA_PREBUILT="opt/*"
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo "Please buy and download the game from:"
|
||||
einfo " https://hempuli.itch.io/baba"
|
||||
einfo "and move it to your distfiles directory with the filename '${SRC_URI}'."
|
||||
}
|
||||
|
||||
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}
|
||||
}
|
||||
@@ -1,47 +0,0 @@
|
||||
# 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}
|
||||
}
|
||||
Reference in New Issue
Block a user