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 89BAE15800F for ; Fri, 10 Feb 2023 13:24:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFBAFE07EA; Fri, 10 Feb 2023 13:24:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A5A46E07EA for ; Fri, 10 Feb 2023 13:24:01 +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 A4F7533BE54 for ; Fri, 10 Feb 2023 13:24:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E020531 for ; Fri, 10 Feb 2023 13:23:59 +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: <1676035436.85304268066e728868f9524dae0f0b3a31c3153e.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.5.0.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 85304268066e728868f9524dae0f0b3a31c3153e X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:23:59 +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: d4b9c404-3632-42fd-9685-c7b01792178d X-Archives-Hash: 02187fc68bc24da4606b0cf6c7bb66b9 commit: 85304268066e728868f9524dae0f0b3a31c3153e Author: Robert Siebeck r123 de> AuthorDate: Fri Feb 10 08:45:14 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Feb 10 13:23:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85304268 net-im/signal-desktop-bin: add new version 6.5.0 Closes: https://bugs.gentoo.org/892754 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.5.0.ebuild | 96 ++++++++++++++++++++++ 2 files changed, 97 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index b1d1b9c3a513..17dcfad6d731 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1,2 @@ DIST signal-desktop_6.3.0_amd64.deb 121658652 BLAKE2B 52af99052b9e9489ca87516522c2b532f8511fcaac2fb660209e2e1b8cb4c83388f3e1b727e5d103980a7a135c3a31473265ff2283dbf77b43919fb4353fb6cf SHA512 f682950d69ea4f89a893d6e8538e134015ad84b1ccdb5d0d889adef80bd07c117a6d90375cd887c1fa398fe4a0c1c91079fe2895dc0d712304131545c2a6e8de +DIST signal-desktop_6.5.0_amd64.deb 122807860 BLAKE2B 1945110d8c6a82c2ceaaf496c9aff235d707b9530401cfa29e2b8ffc79fa783703ff7525dfb6254770510f27054a3b84967053078defa2952f10d40b366f3be7 SHA512 fb36f286fc9831322d308bd1eb174ac784b5e2bfccf773b86b9c0bd1d1f0babccdccbff96338235790fc095deb8a12d86c4c7630bab664ec087a9f477c81e369 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-6.5.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-6.5.0.ebuild new file mode 100644 index 000000000000..74fbeee29f5d --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-6.5.0.ebuild @@ -0,0 +1,96 @@ +# 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 + dev-libs/wayland + 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'." +}