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 B15EC1396D9 for ; Sun, 19 Nov 2017 13:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02EB1E0D6F; Sun, 19 Nov 2017 13:38:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C32B0E0D6F for ; Sun, 19 Nov 2017 13:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AA43D33BEA7 for ; Sun, 19 Nov 2017 13:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5121DA03C for ; Sun, 19 Nov 2017 13:38:12 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1511098641.a60d22e460dd79d5386b957fa941427183883dd7.soap@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/metadata.xml net-im/signal-desktop-bin/signal-desktop-bin-1.0.38.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a60d22e460dd79d5386b957fa941427183883dd7 X-VCS-Branch: master Date: Sun, 19 Nov 2017 13:38:12 +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: 31de193b-f8b4-4859-b9f8-a16ee6bf3b33 X-Archives-Hash: 73059865a781a12332503b7bd4ecca29 commit: a60d22e460dd79d5386b957fa941427183883dd7 Author: robert siebeck org> AuthorDate: Sun Nov 19 13:24:33 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 19 13:37:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60d22e4 net-im/signal-desktop-bin: Initial addition Closes: https://bugs.gentoo.org/636164 Closes: https://github.com/gentoo/gentoo/pull/6233 net-im/signal-desktop-bin/Manifest | 1 + net-im/signal-desktop-bin/metadata.xml | 13 ++++++ .../signal-desktop-bin-1.0.38.ebuild | 49 ++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest new file mode 100644 index 00000000000..ce2f92fc9ca --- /dev/null +++ b/net-im/signal-desktop-bin/Manifest @@ -0,0 +1 @@ +DIST signal-desktop_1.0.38_amd64.deb 94694718 SHA256 ea2e215876357e027fbbcb82a57512185cf6fc7f8781819d1e8a8680078389c0 SHA512 a9b01dd4b991e2208613e5b0a70d615a06e9aa95202a15958cb6765612218022b807a8907e49bef6c2c9b7b865250f2682cbc675520364f251a9ed32cd937fb5 WHIRLPOOL 00bb2db589af68d3e706b01ebe5577bb77e20bd425731f6e8a532bc5acb0f7187cebd81bdeb278472685fba4e18c63b011f9f50f353fd518ebde5f81bac5f47d diff --git a/net-im/signal-desktop-bin/metadata.xml b/net-im/signal-desktop-bin/metadata.xml new file mode 100644 index 00000000000..0961ae0091e --- /dev/null +++ b/net-im/signal-desktop-bin/metadata.xml @@ -0,0 +1,13 @@ + + + + + gentoo.bugzilla.2012@r123.de + Robert Siebeck + + + proxy-maint@gentoo.org + Proxy Maintainers + + Signal is an encrypted messenger. It requires an account created through their Android or iOS app. + diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.0.38.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.0.38.ebuild new file mode 100644 index 00000000000..8a6f4926cd8 --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.0.38.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PN="${PN/-bin/}" + +inherit gnome2-utils unpacker xdg-utils + +DESCRIPTION="Signal Desktop" +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="" + +RESTRICT="bindist mirror" + +RDEPEND=" + gnome-base/gconf:2 + dev-libs/libappindicator:3 + dev-libs/nss + x11-libs/libXtst + " + +QA_PREBUILT="opt/Signal/signal-desktop + opt/Signal/libnode.so + opt/Signal/libffmpeg.so" + +S="${WORKDIR}" + +src_install() { + doins -r . + fperms +x /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 +}