mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
net-im/signal-desktop-bin: remove old 1.12.0
Closes: https://bugs.gentoo.org/658890 Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST signal-desktop_1.12.0_amd64.deb 65766890 BLAKE2B 2be9046bc3da1ef12784181640919b2082f9f1c818683201c8c2c2996033d9851497617ec5bf3e5614d00dc9526d0b9af3a0c731ef89ffdc48f18715f01412ef SHA512 306de244ce1f121432ac6c83ae1dc8ad170dfaf2ecc384aa16c3d80fa06febf07504d63391ae8f81309ead5d43dd60f61eb4b4a2bb7ea2f78e284425d6f11ead
|
||||
DIST signal-desktop_1.13.0_amd64.deb 65702626 BLAKE2B bbe0cf058e98f587c1c828170d287a4c796e9638b921a0a5e33a6cf0a6031977366e240bd72a339620ce65f3bcd624ab49616d75ea30a51251dbe7b624d2e419 SHA512 396a918b4a078ca8511917664a4ef4c0fedf042e44099a4801e1607c8c4f1a5ec01ac50dc39e32b3b7de62482b75842d906318a56c4413a2efcadacf6e8151cb
|
||||
|
||||
@@ -1,57 +0,0 @@
|
||||
# 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=""
|
||||
|
||||
RESTRICT="bindist mirror"
|
||||
|
||||
RDEPEND="
|
||||
gnome-base/gconf:2
|
||||
dev-libs/nss
|
||||
x11-libs/gtk+:3[X]
|
||||
x11-libs/libXScrnSaver
|
||||
x11-libs/libXtst
|
||||
net-print/cups
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user