From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48FEA158083 for ; Thu, 12 Sep 2024 17:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37924E29AD; Thu, 12 Sep 2024 17:54:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 23AD3E29AD for ; Thu, 12 Sep 2024 17:54:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62E3E340CBB for ; Thu, 12 Sep 2024 17:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 039AC1F4B for ; Thu, 12 Sep 2024 17:54:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726138115.0031e79b10322664a8a438ee51128e62b2276631.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/armcord-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/armcord-bin/Manifest net-im/armcord-bin/armcord-bin-3.3.1.ebuild X-VCS-Directories: net-im/armcord-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0031e79b10322664a8a438ee51128e62b2276631 X-VCS-Branch: master Date: Thu, 12 Sep 2024 17:54:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 480e93b2-6090-465b-a6da-991952276a44 X-Archives-Hash: b7aee2149d35a5ae17142b5986eb304f commit: 0031e79b10322664a8a438ee51128e62b2276631 Author: Filip Kobierski pm me> AuthorDate: Thu Sep 12 10:48:35 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 12 10:48:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0031e79b net-im/armcord-bin: add 3.3.1 Signed-off-by: Filip Kobierski pm.me> net-im/armcord-bin/Manifest | 1 + net-im/armcord-bin/armcord-bin-3.3.1.ebuild | 99 +++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+) diff --git a/net-im/armcord-bin/Manifest b/net-im/armcord-bin/Manifest index 0acbf57cb..4729b114b 100644 --- a/net-im/armcord-bin/Manifest +++ b/net-im/armcord-bin/Manifest @@ -1 +1,2 @@ DIST armcord-bin-3.2.7.deb 74353498 BLAKE2B d4c84aa21d6a4097ae95d33bc307a176dddd350cbaad762dc40b97a36f22a44127a48ec570e49db3fb5b86d9998588b5f8fb7e5b6d1ab64d0d3943ed0dd21634 SHA512 dc3aeca58ff8d3586dfccb238c7150ca1ef711f3d3b78cb9e056072eda1522cef8238fd4d09b0030c5189324b26d3ad8e4c892db2d1cdf90d4d0b45de228bd03 +DIST armcord-bin-3.3.1.deb 76462926 BLAKE2B 5d40364492e90344b239221a3942d2dcfa17e02c6bd3919a30a805207cbd8efad3d12940af06b5a8a47d6c7874517728a498625f70a19f7bd4c94c9827eafca9 SHA512 d8fc76621660cc134986417ac3533f89e0a43c8748e7d9aa4a4ccf0d9c99a0dd14597acd54c3020c281329e90b21638420cc9591c76be7d357afcd3a9566e8db diff --git a/net-im/armcord-bin/armcord-bin-3.3.1.ebuild b/net-im/armcord-bin/armcord-bin-3.3.1.ebuild new file mode 100644 index 000000000..fddec3087 --- /dev/null +++ b/net-im/armcord-bin/armcord-bin-3.3.1.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker desktop xdg + +DESCRIPTION="ArmCord is a custom client designed to enhance your Discord experience." +HOMEPAGE="https://armcord.app/" +SRC_URI="https://github.com/ArmCord/ArmCord/releases/download/v${PV}/ArmCord-${PV}-linux-amd64.deb -> ${P}.deb" +S="${WORKDIR}" + +LICENSE="MIT BSD OSL-3.0" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="bindist mirror test strip" + +RDEPEND=" + app-accessibility/at-spi2-core:2 + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-print/cups + sys-apps/dbus + x11-libs/cairo + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libxkbcommon + x11-libs/libXrandr + x11-libs/pango +" +QA_PREBUILT=".*" + +PATCHES=( + "${FILESDIR}/${PN}-desktop.patch" +) + +src_unpack() { + unpack_deb "${P}.deb" +} + +src_prepare() { + default + + mv "${WORKDIR}/opt/ArmCord" "${WORKDIR}/opt/${PN}" || die + mv "${WORKDIR}/usr/share/applications/armcord.desktop" "${WORKDIR}/${PN}.desktop" || die + mv "${WORKDIR}"/usr/share/icons/hicolor/* "${WORKDIR}/" || die + rm -rf "${WORKDIR}/usr/share/doc" || die +} + +src_install() { + DESTDIR="/opt/${PN}" + + doicon -s 16 "16x16/apps/armcord.png" + doicon -s 32 "32x32/apps/armcord.png" + doicon -s 48 "48x48/apps/armcord.png" + doicon -s 64 "64x64/apps/armcord.png" + doicon -s 128 "128x128/apps/armcord.png" + doicon -s 256 "256x256/apps/armcord.png" + doicon -s 512 "512x512/apps/armcord.png" + doicon -s 1024 "1024x1024/apps/armcord.png" + + domenu "${PN}.desktop" + + exeinto "${DESTDIR}" + doexe "opt/${PN}/armcord" "opt/${PN}/chrome-sandbox" "opt/${PN}/libEGL.so" \ + "opt/${PN}/libffmpeg.so" "opt/${PN}/libGLESv2.so" "opt/${PN}/libvk_swiftshader.so" + + insinto "${DESTDIR}" + doins "opt/${PN}/chrome_100_percent.pak" "opt/${PN}/chrome_200_percent.pak" "opt/${PN}/icudtl.dat" \ + "opt/${PN}/resources.pak" "opt/${PN}/snapshot_blob.bin" "opt/${PN}/v8_context_snapshot.bin" + insopts -m0766 + doins -r "opt/${PN}/locales" "opt/${PN}/resources" + + fperms -R 644 "${DESTDIR}/locales" + fperms -R 644 "${DESTDIR}/resources" + + # Fix bug 930639 + fperms -R a+r "${DESTDIR}"/resources/ + fperms a+x "${DESTDIR}"/resources/ + + fowners root "${DESTDIR}/chrome-sandbox" + fperms 4711 "${DESTDIR}/chrome-sandbox" + + doins "opt/${PN}/chrome_crashpad_handler" + fperms 755 "${DESTDIR}/chrome_crashpad_handler" + + dosym -r /opt/${PN}/armcord /usr/bin/${PN} +}