media-gfx/figma-bin: add 0.11.5

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-10-18 00:33:33 +03:00
parent d317cdf8d1
commit a0800e16a9
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 40 additions and 0 deletions

View File

@ -2,3 +2,5 @@ DIST figma-linux_0.11.3_linux_amd64.deb 74099774 BLAKE2B d5bb3d2a8198f0c2fda380e
DIST figma-linux_0.11.3_linux_arm64.deb 71294542 BLAKE2B 961bc65e170fd182480899abf26cc315ad3cf3254821d2a67377bfbd6abd3f81de62179cea21dd5cf4ab9ae4a408af8f4f063f09e00d521bfe7d2cb5c83e8f5b SHA512 b044577ceab83840a0b69aeb17c125053a92242e33eef094afdd05d9c73c3e88de970dbf6ae0ef2a67f64354dac32cd05f304e21f1d7578b9956b7c279806ced
DIST figma-linux_0.11.4_linux_amd64.deb 76026174 BLAKE2B e10f7700b70718b9f62e815e287f9d9fc0eef95c5438abf0212a4e327f06d5782e63f3cb1163ea0527d9e5df0aa2291e5facde9f4c1d1c6d5ff06f78277cdeb8 SHA512 b3a8dab042b8940e432873ad4e1860556299a4dddc221e140c1bb2fceca2e51d41a399b65ab9d4cfc1176c13ffa7ee55d97bc223b3204deeb43facb6abbcf65f
DIST figma-linux_0.11.4_linux_arm64.deb 73247590 BLAKE2B 0ea2744e2f2dbd9a0de54cb08e3f11c84fa6a5d6cce3628392d17dfd01cdd7f01958b8219e58e5c4bcace96395c72eb069ebe067e8c01ad658c145a81bbc7425 SHA512 bc965e11c5d841a47bb7bbeeabf1717f5396bc25a5c40bb8ea40161be4df6fea25353667f7d27200fceae8b8b6e61d8f7d774778a14a584888bb7912aeec0111
DIST figma-linux_0.11.5_linux_amd64.deb 76129882 BLAKE2B d6e600a770106e52f0e83492563ef8b33db222513d43cd65382061ba77ac1761ac1e67089ea1304006746241da39baceda283186b936041ef58896a146d56dda SHA512 ed7a7c4f8f117edb361973980bc8f16bbb2ca158ab6bb1062ed08b1f699a18e214add4b77d8ff52a55be318594c67741f51865e7c43d8f63da7e79cfe496051b
DIST figma-linux_0.11.5_linux_arm64.deb 73401444 BLAKE2B a78c31faaf8e207bf2cd9eb8c7262f8c1d800f803230065c4367d48867cdc128686798668ed7888ed64c0977ecd4e021a3497a9ff675edb12a074442952d8c0d SHA512 8c8811a997a282913b62a673ab10cec69051046951676d677e59900e6a3cb0bbca446b550479a7b2f746ae993bcb6dbca500be68996731003524e9380ee4327a

View File

@ -0,0 +1,38 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
BINTRON_NAME="figma-linux"
CHROMIUM_LANGS="
af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi hr hu id it ja kn ko lt
lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW
"
inherit bintron-r1 unpacker
DESCRIPTION="Unofficial desktop client for Figma - collaborative interface design tool"
HOMEPAGE="https://github.com/Figma-Linux/figma-linux"
SRC_URI="
amd64? (
https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_amd64.deb
)
arm64? (
https://github.com/Figma-Linux/figma-linux/releases/download/v${PV}/figma-linux_${PV}_linux_arm64.deb
)
"
S="${WORKDIR}/opt/figma-linux/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="bindist mirror test"
src_prepare() {
bintron-r1_src_prepare
# Remove all unnecessary bundled libs
rm -r lib usr || die
}