mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 15:28:58 -04:00
dev-games/unityhub: add 3.11.1
- improve DESCRIPTION - remove trailing slash from HOMEPAGE - make SRC_URI assignment shorter - add blocker for non-amd64 KEYWORDS - make mv shorter Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
parent
6f4557c83c
commit
abb9aec152
@ -1,3 +1,4 @@
|
||||
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.11.1.deb 154304252 BLAKE2B 7b3fb95d0db18b47cf754757ab80e200d330952468d80c6c4bfb00042b0e079e7a65ebf3b4be42d878b8bf7d423205a4ba07d113df6038634b26ce625fe650d4 SHA512 fa65df318de46d12a8425a3f8fed6ae8fbabd358c3357b9736ce649f0e022feb194318c355ee14aa9fa627fd6d76ca81e30a1b9b6a04b91b12d9519ad74b3a25
|
||||
DIST unityhub-amd64-3.9.1.deb 154411128 BLAKE2B aebae0d0cce346e2258e25e5feb927a6db4cb3a17c8cdea2d0a71961405363f35ac59a83f3e09a6ba674ed08d10cae10236a682ffedab65edbd2eff3c13a2997 SHA512 d3aba1517dbcd1c51ed9a953bbf8ffa4eb6584c8fc1bc4668c138a427ee47c0c855ff1a7b747af49afc09a7e0f9a8bd9705ec73b79e32b02f3d1d3a72894f4f9
|
||||
|
55
dev-games/unityhub/unityhub-3.11.1.ebuild
Normal file
55
dev-games/unityhub/unityhub-3.11.1.ebuild
Normal file
@ -0,0 +1,55 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit unpacker xdg
|
||||
|
||||
DESCRIPTION="Official Unity tool for managing 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},${P}} || die
|
||||
mv ./* "${ED}" || die
|
||||
|
||||
dodir usr/bin
|
||||
dosym -r /opt/unityhub/unityhub /usr/bin/unityhub
|
||||
docompress -x "/usr/share/doc/${P}/changelog.gz"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user