Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/signal-desktop-bin/
Date: Sun, 14 Apr 2019 17:54:36
Message-Id: 1555264094.feda7dd7b583ebeca3f55f461513c6c917755ffd.amynka@gentoo
1 commit: feda7dd7b583ebeca3f55f461513c6c917755ffd
2 Author: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123 <DOT> de>
3 AuthorDate: Wed Apr 3 17:32:22 2019 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 17:48:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feda7dd7
7
8 net-im/signal-desktop-bin: remove old version
9
10 Closes: https://github.com/gentoo/gentoo/pull/11578
11 Signed-off-by: Robert Siebeck <gentoo.bugzilla.2012 <AT> r123.de>
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13
14 .../signal-desktop-bin-1.23.2.ebuild | 69 ----------------------
15 1 file changed, 69 deletions(-)
16
17 diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild b/net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild
18 deleted file mode 100644
19 index 159987e3abe..00000000000
20 --- a/net-im/signal-desktop-bin/signal-desktop-bin-1.23.2.ebuild
21 +++ /dev/null
22 @@ -1,69 +0,0 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -MY_PN="${PN/-bin/}"
29 -
30 -inherit gnome2-utils pax-utils unpacker xdg-utils
31 -
32 -DESCRIPTION="Allows you to send and receive messages of Signal Messenger on your computer"
33 -HOMEPAGE="https://signal.org/
34 - https://github.com/WhisperSystems/Signal-Desktop"
35 -SRC_URI="https://updates.signal.org/desktop/apt/pool/main/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb"
36 -
37 -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"
38 -SLOT="0"
39 -KEYWORDS="-* ~amd64"
40 -IUSE=""
41 -
42 -RDEPEND="
43 - dev-libs/nss
44 - gnome-base/gconf:2
45 - media-libs/mesa
46 - net-print/cups
47 - x11-libs/gtk+:3[X]
48 - x11-libs/libXScrnSaver
49 - x11-libs/libXtst
50 - "
51 -
52 -QA_PREBUILT="opt/Signal/signal-desktop
53 - opt/Signal/libffmpeg.so
54 - opt/Signal/libGLESv2.so
55 - opt/Signal/libnode.so
56 - opt/Signal/libVkICD_mock_icd.so
57 - opt/Signal/swiftshader/libGLESv2.so"
58 -
59 -S="${WORKDIR}"
60 -
61 -src_prepare(){
62 - default
63 - sed -e 's|\("/opt/Signal/signal-desktop"\)|\1 --start-in-tray|g' \
64 - -i usr/share/applications/signal-desktop.desktop || die
65 - unpack usr/share/doc/signal-desktop/changelog.gz
66 -}
67 -
68 -src_install() {
69 - insinto /
70 - dodoc changelog
71 - doins -r opt
72 - insinto /usr/share
73 - doins -r usr/share/applications
74 - doins -r usr/share/icons
75 - fperms +x /opt/Signal/signal-desktop
76 - pax-mark m opt/Signal/signal-desktop
77 -
78 - dosym ../../opt/Signal/${MY_PN} /usr/bin/${MY_PN}
79 - dosym ../../usr/lib64/libEGL.so opt/Signal/libEGL.so
80 - dosym ../../../usr/lib64/libEGL.so opt/Signal/swiftshader/libEGL.so
81 -}
82 -
83 -pkg_postinst() {
84 - xdg_desktop_database_update
85 - gnome2_icon_cache_update
86 -}
87 -
88 -pkg_postrm() {
89 - xdg_desktop_database_update
90 - gnome2_icon_cache_update
91 -}