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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEB061382C5 for ; Fri, 11 May 2018 09:21:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDC8BE0907; Fri, 11 May 2018 09:21:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB330E089A for ; Fri, 11 May 2018 09:21:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11817335C2E for ; Fri, 11 May 2018 09:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8174240 for ; Fri, 11 May 2018 09:21:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526030506.9f01de80f250ec44406632dbec6e4f910e8ad494.mgorny@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-1.10.0.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9f01de80f250ec44406632dbec6e4f910e8ad494 X-VCS-Branch: master Date: Fri, 11 May 2018 09:21:49 +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-Archives-Salt: dc43f0a7-a8f4-4ebd-b60e-7ad35b053d1f X-Archives-Hash: 800a2cb4138635d84f4d07140950241b commit: 9f01de80f250ec44406632dbec6e4f910e8ad494 Author: Robert Siebeck r123 de> AuthorDate: Thu May 10 20:39:40 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 11 09:21:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f01de80 net-im/signal-desktop-bin: add version 1.10.0 net-im/signal-desktop-bin/Manifest | 1 + .../signal-desktop-bin-1.10.0.ebuild | 56 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index d4492c9786d..c9efe6c2c44 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1,2 @@ +DIST signal-desktop_1.10.0_amd64.deb 64197564 BLAKE2B 2dbf673094a532f49c89d25de2689303ae5f36abefa7fdcc38e9899a51a1093db5699a31fa0b0f6fd5641292c6fa707bc8c9dbb0710ce391c40302219ddd681a SHA512 07d5c6e59c5788cd4c15b82c72f90af39f3a232a2f5d92ac80b484dcd55c3e45d1e6bd8714b90906567b0f45d5833d9b0b1818731482f72517d9b22a50cd1fa1 DIST signal-desktop_1.8.0_amd64.deb 64534608 BLAKE2B dfa58aeaafec4c4939ac5d6fc09deec48511038ae25b133e45b2d14459241254c66a46474d5799dfb9952c2dc09b62f657803189e6990db7c997d620ab88e16d SHA512 e4bd200362476ac25c37322c42a06dae2824fea57a3224919ccdb8f07d5b217c0a2f54b3b57cc3db789b7d83909949ecfcab1fba0a98360502f2ce04bff9e3fe diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild new file mode 100644 index 00000000000..5fec1e93409 --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.10.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-bin/}" + +inherit gnome2-utils pax-utils unpacker xdg-utils +DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer" +HOMEPAGE="https://signal.org/ https://github.com/WhisperSystems/Signal-Desktop" +SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="ayatana" + +RESTRICT="bindist mirror" + +RDEPEND=" + gnome-base/gconf:2 + dev-libs/nss + x11-libs/libXScrnSaver + x11-libs/libXtst + net-print/cups + ayatana? ( dev-libs/libappindicator:3 ) + " + +QA_PREBUILT="opt/Signal/signal-desktop + opt/Signal/libnode.so + opt/Signal/libffmpeg.so" + +S="${WORKDIR}" + +src_install() { + insinto / + dodoc -r usr/share/doc/signal-desktop/. + doins -r opt + insinto /usr/share + doins -r usr/share/applications + doins -r usr/share/icons + fperms +x /opt/Signal/signal-desktop + pax-mark m opt/Signal/signal-desktop + + dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN} +} + +pkg_postinst() { + xdg_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + gnome2_icon_cache_update +}