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 786B215806E for ; Thu, 25 May 2023 17:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DFDE0817; Thu, 25 May 2023 17:05:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7580CE0817 for ; Thu, 25 May 2023 17:05:41 +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 86B0B33BEF5 for ; Thu, 25 May 2023 17:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4727A71 for ; Thu, 25 May 2023 17:05:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1685034336.e30e9b86928f33b8858eeac7a4962b720b79e1f8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/signal-desktop-bin/Manifest net-im/signal-desktop-bin/signal-desktop-bin-6.18.1.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e30e9b86928f33b8858eeac7a4962b720b79e1f8 X-VCS-Branch: master Date: Thu, 25 May 2023 17:05:38 +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: b7cdd8bb-0d19-466d-a3c3-9e74867aee7d X-Archives-Hash: 249344aab957320e916922a21fad9a8e commit: e30e9b86928f33b8858eeac7a4962b720b79e1f8 Author: Robert Siebeck r123 de> AuthorDate: Tue May 23 07:01:16 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 25 17:05:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30e9b86 net-im/signal-desktop-bin: add new version 6.18.1 Signed-off-by: Robert Siebeck r123.de> Signed-off-by: Joonas Niilola gentoo.org> net-im/signal-desktop-bin/Manifest | 1 + .../signal-desktop-bin-6.18.1.ebuild | 95 ++++++++++++++++++++++ 2 files changed, 96 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 0d3168de5638..31427e4a716f 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1,2 @@ DIST signal-desktop_6.18.0_amd64.deb 111025010 BLAKE2B 646be0e1a07e4b48ea0f038ede9dd692d5d086337f2bf8765a23cccd3e69ca88995469cf48b3907821a7a22670a7fff5384170385e7758b0082c2ac4e1d9362b SHA512 c27c9d7e506a14eec854b92b4da943b302ef1b8c506eb79dbb6a44d1c3354a9d671f91e9a3877808dbbf729465774c07de1e82549e7b7cc0cc1ea4bd367ae85d +DIST signal-desktop_6.18.1_amd64.deb 111047320 BLAKE2B d85ae8d8fcffb0b7c0970db5f12dd6da28e302c727709f702286f68c382731874f05502e3985b2a36863e436419f25885b6ad71fea1fe1e760e05ad1c8713e92 SHA512 18fc70f64c6ff5159dde44dca0ab40791cb98f1f3727296ea16b9fe434952324cd913b86429895d5492f40eed94294e61ce497615ec795d1a6772962ae7b9468 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-6.18.1.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-6.18.1.ebuild new file mode 100644 index 000000000000..1b6e912201c3 --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-6.18.1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN/-bin/}" + +inherit pax-utils unpacker xdg + +DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer" +HOMEPAGE="https://signal.org/ + https://github.com/signalapp/Signal-Desktop" +SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb" +S="${WORKDIR}" + +LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1" +SLOT="0" +KEYWORDS="-* amd64" +IUSE="+sound" +RESTRICT="splitdebug" + +RDEPEND=" + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/expat + dev-libs/glib:2 + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa[X(+)] + net-print/cups + sys-apps/dbus[X] + x11-libs/cairo + x11-libs/gtk+:3[X] + x11-libs/libdrm + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libxkbcommon + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/pango + sound? ( + || ( + media-sound/pulseaudio + media-sound/apulse + ) + ) +" + +QA_PREBUILT=" + opt/Signal/chrome_crashpad_handler + opt/Signal/chrome-sandbox + opt/Signal/libEGL.so + opt/Signal/libGLESv2.so + opt/Signal/libffmpeg.so + opt/Signal/libvk_swiftshader.so + opt/Signal/libvulkan.so.1 + opt/Signal/resources/app.asar.unpacked/node_modules/* + opt/Signal/signal-desktop + opt/Signal/swiftshader/libEGL.so + opt/Signal/swiftshader/libGLESv2.so" + +src_prepare() { + default + sed -e 's| --no-sandbox||g' \ + -i usr/share/applications/signal-desktop.desktop || die + unpack usr/share/doc/signal-desktop/changelog.gz +} + +src_install() { + insinto / + dodoc changelog + doins -r opt + insinto /usr/share + + if has_version media-sound/apulse[-sdk] && ! has_version media-sound/pulseaudio; then + sed -i 's/Exec=/Exec=apulse /g' usr/share/applications/signal-desktop.desktop || die + fi + + doins -r usr/share/applications + doins -r usr/share/icons + fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox + fperms u+s /opt/Signal/chrome-sandbox + pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox + + dosym -r /opt/Signal/${MY_PN} /usr/bin/${MY_PN} +} + +pkg_postinst() { + xdg_pkg_postinst + elog "For using the tray icon on compatible desktop environments, start Signal with" + elog " '--start-in-tray' or '--use-tray-icon'." +}