mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
games-simulation/kittenspaceagency-bin: Update to 2026.2.38.3713
Signed-off-by: Michael Moon <triffid.hunter@gmail.com>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kittenspaceagency-bin-2026.2.35-r3667.tar.gz 1893621812 BLAKE2B 48522078850bb5c1f7d7306389aad0e1246517885780e5cc235831e4c823d33c46f43cb750f69377dbe68a4689e9a307041cb655fcea87d318922a270063c025 SHA512 b62ce832bd1f713342ba23305f9983def797629c6b38403ec35417a034404ceafa1b463f0aab713727eb909d4d79fc7d6157269105270bb5d9500e00ee4b5a74
|
||||
DIST kittenspaceagency-bin-2026.2.36-r3695.tar.gz 1899807153 BLAKE2B 1b265aa313504b9f960f3ed7103b3298efc48351367266bb3d5a6e1a289cf691554fbc49f655d9e16bfa2fffc42c7427c42826eb4bc6505eda78c0050e8a7e1a SHA512 baaed6423e9828e6d422c31e3ff5812ab940e3fa20e5b9225eab005f13a954be07075303fcf30a9792eb6df34e482a3acd5ea34c3bb18351f518b58ac5d9b5ec
|
||||
DIST kittenspaceagency-bin-2026.2.38-r3713.tar.gz 1899814555 BLAKE2B f8df52782809357ff8cef3695b0d6670945d3b069b35263f730ea7f4cfc77a2e6effba9f8b14519834bc8a2dbcf7b6caab99e1eea14b8a03531bd406e8a9c48a SHA512 e0838fc6e61add5739059ada545cd3f9075de4a912c29bd5a99945c60157a8fc5781ca25e252e1389bd461a19233ef6286755c1191af791c022c18477485310b
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop
|
||||
|
||||
DESCRIPTION="A space flight and rocketry simulation"
|
||||
HOMEPAGE="https://ksa.ahwoo.com"
|
||||
SRC_URI="https://ksa-linux.ahwoo.com/download?file=setup_ksa_v${PV}.${PR#r}.tar.gz -> ${P}-${PR}.tar.gz"
|
||||
S="${WORKDIR}/linux-x64"
|
||||
LICENSE="all-rights-reserved"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
RDEPEND="media-libs/vulkan-loader
|
||||
|| ( >=dev-dotnet/dotnet-sdk-10
|
||||
>=dev-dotnet/dotnet-sdk-bin-10
|
||||
)"
|
||||
|
||||
pkg_pretend() {
|
||||
ewarn "Kitten Space Agency has myriad bugs with AMD GPUs, but seems to work fine on nVidia"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/opt/kittenspaceagency"
|
||||
doins -r .
|
||||
|
||||
exeinto "/opt/kittenspaceagency"
|
||||
doexe "KSA"
|
||||
doexe "Brutal.Monitor.Subprocess"
|
||||
|
||||
cat > kittenspaceagency << 'ENDWRAPPER'
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cd /opt/kittenspaceagency
|
||||
XDG_SESSION_TYPE=x11 exec ./KSA "$@"
|
||||
ENDWRAPPER
|
||||
|
||||
dobin kittenspaceagency
|
||||
|
||||
make_desktop_entry --eapi9 "/usr/bin/kittenspaceagency" \
|
||||
-d "kittenspaceagency" \
|
||||
-n "Kitten Space Agency" \
|
||||
-C "${DESCRIPTION}"
|
||||
}
|
||||
Reference in New Issue
Block a user