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 72639138334 for ; Mon, 6 Aug 2018 14:06:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4979BE0809; Mon, 6 Aug 2018 14:06:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1EE1EE0809 for ; Mon, 6 Aug 2018 14:06:34 +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 75C7C335CD9 for ; Mon, 6 Aug 2018 14:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62565397 for ; Mon, 6 Aug 2018 14:06:31 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1533564328.78a3f0c2f44ffcb8840b739e30c50aee2d952a03.amynka@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/signal-desktop-bin-1.15.0.ebuild X-VCS-Directories: net-im/signal-desktop-bin/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: 78a3f0c2f44ffcb8840b739e30c50aee2d952a03 X-VCS-Branch: master Date: Mon, 6 Aug 2018 14:06:31 +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: dc5e0246-9e31-4624-b6c6-ad12b1baef7b X-Archives-Hash: 1f069f78b5148c11b848e6e77978ddbf commit: 78a3f0c2f44ffcb8840b739e30c50aee2d952a03 Author: Amy Liffey gentoo org> AuthorDate: Mon Aug 6 14:01:56 2018 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Aug 6 14:05:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a3f0c2 net-im/signal-desktop-bin: add start-in-tray for desktop file Closes: https://github.com/gentoo/gentoo/pull/9430 Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-im/signal-desktop-bin/signal-desktop-bin-1.15.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.0.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.15.0.ebuild index 4c7b60f0d17..078b15d4bb3 100644 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.15.0.ebuild +++ b/net-im/signal-desktop-bin/signal-desktop-bin-1.15.0.ebuild @@ -6,6 +6,7 @@ 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" @@ -33,6 +34,12 @@ QA_PREBUILT="opt/Signal/signal-desktop S="${WORKDIR}" +src_prepare(){ + default + sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \ + -i usr/share/applications/signal-desktop.desktop || die +} + src_install() { insinto / dodoc -r usr/share/doc/signal-desktop/.