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 D7D80138331 for ; Thu, 26 Apr 2018 15:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC7D4E092D; Thu, 26 Apr 2018 15:24:30 +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 AA418E092E for ; Thu, 26 Apr 2018 15:24:30 +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 43CC6335C72 for ; Thu, 26 Apr 2018 15:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAC4D261 for ; Thu, 26 Apr 2018 15:24:27 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524755950.a35fe4c6a8be88c4c26af30173d72cb4aa6cdf7c.bman@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.8.0.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a35fe4c6a8be88c4c26af30173d72cb4aa6cdf7c X-VCS-Branch: master Date: Thu, 26 Apr 2018 15:24:27 +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: ff5e3e5f-9676-45c5-a775-6f6a6df944e4 X-Archives-Hash: 76a1f49cc8a0180fe42b3e0e60fc29d8 commit: a35fe4c6a8be88c4c26af30173d72cb4aa6cdf7c Author: Robert Siebeck r123 de> AuthorDate: Wed Apr 25 16:48:09 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 26 15:19:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35fe4c6 net-im/signal-desktop-bin: add new version 1.8.0 Closes: https://github.com/gentoo/gentoo/pull/8133 net-im/signal-desktop-bin/Manifest | 1 + .../signal-desktop-bin-1.8.0.ebuild | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/net-im/signal-desktop-bin/Manifest b/net-im/signal-desktop-bin/Manifest index 1cbfe3368f2..f517b63fffb 100644 --- a/net-im/signal-desktop-bin/Manifest +++ b/net-im/signal-desktop-bin/Manifest @@ -1 +1,2 @@ DIST signal-desktop_1.7.1_amd64.deb 64518108 BLAKE2B 4253f9d5590d5776051da27fef3eb79227e8e5760e690ec5e6255b6e6e5a237b90c70be6e43f10c0fe39df9f9bd882d24681d9b11550eadc5cfb53691a3aab48 SHA512 45c104f8e09779a767f647e905e9d3bd981c4500bc4254464b66d2b55f9480be7302a69828c5b919ab517b6f821ec474b902404306852e0176041c96607dd6a6 +DIST signal-desktop_1.8.0_amd64.deb 64522318 BLAKE2B d634eafdbb0eb27cf0d622f7fad48fd2575046af28ce431f788d34d81368c5c0e2f32b96c09e915f33ddf13f524f83dd210f861f51492a702c39fb280cf5c583 SHA512 3eaf83af0d2fd50f8049880881bcb4320c734e5f4c389911c62281fc22043fd1226ba6a1fa0a02821a4a74b2e4e75dcef92cadd496539fcda5b8504dba4e0c51 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.8.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.8.0.ebuild new file mode 100644 index 00000000000..92008eb4f0e --- /dev/null +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.8.0.ebuild @@ -0,0 +1,55 @@ +# 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/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 +}