dev-games/unityhub: add 3.11.0

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander 2025-03-31 19:12:47 +02:00
parent 362f685874
commit 7d2484e842
No known key found for this signature in database
GPG Key ID: FD5F75FE9024E877
2 changed files with 60 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST unityhub-amd64-3.10.0.deb 154699344 BLAKE2B b85f8fcad421270c9c82f825c971c6923ab957590579a2df211f5ce0ee4eb761499a635458d2afa4b3a32ca3decafb6bff1d10c24e3ae76f2e81152501b926c6 SHA512 403bb4a98afb7e106a50b7ff7fe94362b7eea252465c6b326a1092d03fcbe74244901ef8cb470dde7aa2b19d3aa1b77f34cfc9c2e29409a796579cc8270db250
DIST unityhub-amd64-3.11.0.deb 154290090 BLAKE2B abca0f40c8109c6db531b93f61ab459416eff68baae392d4affbd229dba823ff8849f79ea74fb0e46dbe984482505cf7aa4b9770457303fb6d9e96f80d9b063f SHA512 d8584ddd6a6c03d5686d693dc8689ddf73cccbf9a363409a2f2911c884e301436f90e963e78d5aa6f7942cf528c690250f2cc68f900e7f1154764301181aa4d7
DIST unityhub-amd64-3.9.1.deb 154411128 BLAKE2B aebae0d0cce346e2258e25e5feb927a6db4cb3a17c8cdea2d0a71961405363f35ac59a83f3e09a6ba674ed08d10cae10236a682ffedab65edbd2eff3c13a2997 SHA512 d3aba1517dbcd1c51ed9a953bbf8ffa4eb6584c8fc1bc4668c138a427ee47c0c855ff1a7b747af49afc09a7e0f9a8bd9705ec73b79e32b02f3d1d3a72894f4f9

View File

@ -0,0 +1,59 @@
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker xdg
DESCRIPTION="The official unity tool for manager Unity Engines and projects"
HOMEPAGE="https://unity.com/"
SRC_URI="
https://hub.unity3d.com/linux/repos/deb/pool/main/u/unity/unityhub_amd64/${PN}-amd64-${PV}.deb
"
S="${WORKDIR}"
LICENSE="Unity-TOS"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="bindist mirror strip test"
RDEPEND="
app-accessibility/at-spi2-core:2
app-alternatives/cpio
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
dev-util/lttng-ust:0/2.12
media-libs/alsa-lib
media-libs/mesa
net-print/cups
sys-apps/dbus
sys-libs/zlib
x11-libs/cairo
x11-libs/gtk+:3
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXrandr
x11-libs/libdrm
x11-libs/libxcb
x11-libs/libxkbcommon
x11-libs/pango
"
QA_PREBUILT="*"
src_install() {
mv "usr/share/doc/${PN}" "usr/share/doc/${P}" || die
mv ./* "${ED}" || die
dodir usr/bin
dosym -r /opt/unityhub/unityhub /usr/bin/unityhub
docompress -x "/usr/share/doc/${P}/changelog.gz"
}