mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-17 23:18:49 -04:00
media-gfx/unityhub: add 3.9.1, drop 3.4.1/2
This commit is contained in:
parent
df3be83eb3
commit
25660e059b
@ -1,2 +1 @@
|
||||
DIST unityhub-amd64-3.4.1.deb 139703122 BLAKE2B 46bd5ee4bcfbf9d683295a80699a2079496465d484163cb2cfdb1ac9db9dd8d069ecda1a6e20a5a43b396bcb534a4a6364e49df889a6fd2a4e08bc03c7acc72f SHA512 4d41d203a4bbae543bdf01897e7f966868d6efb501b63cfaaeae969f1bf6d09b221669ec60fcb24d8ea627e0db4906f7bfbcb5c537ef5aa3eeaeb4b2e6aeeaed
|
||||
DIST unityhub-amd64-3.4.2.deb 140402340 BLAKE2B 83ed30e3d39abc1cef464ecb4cc7f5c04e4a22fbafb8c42fb3df1e95e658f7826373e3fa89e579f20aa37242b4b90796de04f471ac2f9118291f16e5910d8435 SHA512 ee57e24d03f665b6c89dbfe2562c3aea26109a6466f5693cf08b3fb8a0ce2fadf492a589916330a0e8327b9e221104bde05b0229cb65875f4a9b11e223b370c2
|
||||
DIST unityhub-amd64-3.9.1.deb 154411128 BLAKE2B aebae0d0cce346e2258e25e5feb927a6db4cb3a17c8cdea2d0a71961405363f35ac59a83f3e09a6ba674ed08d10cae10236a682ffedab65edbd2eff3c13a2997 SHA512 d3aba1517dbcd1c51ed9a953bbf8ffa4eb6584c8fc1bc4668c138a427ee47c0c855ff1a7b747af49afc09a7e0f9a8bd9705ec73b79e32b02f3d1d3a72894f4f9
|
||||
|
@ -1,48 +0,0 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg desktop unpacker
|
||||
|
||||
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"
|
||||
|
||||
LICENSE="unity-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
IUSE="+appindicator legacy"
|
||||
|
||||
DEPEND="
|
||||
appindicator? (
|
||||
dev-libs/libdbusmenu
|
||||
legacy? (
|
||||
dev-libs/libappindicator
|
||||
x11-misc/appmenu-gtk-module[gtk2]
|
||||
)
|
||||
)
|
||||
app-arch/cpio
|
||||
dev-libs/nss
|
||||
x11-libs/gtk+
|
||||
app-crypt/libsecret
|
||||
|| ( <dev-libs/openssl-3 dev-libs/openssl-compat )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
S=${WORKDIR}
|
||||
src_unpack(){
|
||||
unpack_deb ${PN}-amd64-${PV}.deb
|
||||
}
|
||||
src_install(){
|
||||
insinto "/opt"
|
||||
doins -r "${S}/opt/unityhub"
|
||||
dosym -r /opt/unityhub/unityhub /usr/bin/unityhub
|
||||
for si in 16 32 48 64 128 256 512; do
|
||||
doicon -s ${si} usr/share/icons/hicolor/${si}x${si}/apps/${PN}.png
|
||||
done
|
||||
domenu "${WORKDIR}/usr/share/applications/unityhub.desktop"
|
||||
fperms 0755 -R "/opt/unityhub"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -8,31 +8,31 @@ inherit xdg desktop unpacker
|
||||
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-EULA"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
IUSE="+appindicator legacy"
|
||||
RESTRICT="mirror strip"
|
||||
|
||||
DEPEND="
|
||||
appindicator? (
|
||||
dev-libs/libdbusmenu
|
||||
legacy? (
|
||||
dev-libs/libappindicator
|
||||
dev-libs/libayatana-appindicator
|
||||
x11-misc/appmenu-gtk-module[gtk2]
|
||||
)
|
||||
)
|
||||
app-arch/cpio
|
||||
dev-libs/nss
|
||||
dev-util/lttng-ust:0/2.12
|
||||
x11-libs/gtk+
|
||||
app-crypt/libsecret
|
||||
|| ( <dev-libs/openssl-3 dev-libs/openssl-compat )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
S=${WORKDIR}
|
||||
|
||||
src_unpack(){
|
||||
unpack_deb ${PN}-amd64-${PV}.deb
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user