mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/signal-desktop-bin: new version 1.14.4
Closes: https://bugs.gentoo.org/661640 Closes: https://github.com/gentoo/gentoo/pull/9324 Closes: https://bugs.gentoo.org/661640
This commit is contained in:
committed by
Tony Vroon
parent
799e16757c
commit
8fc706e0a0
@@ -1 +1,2 @@
|
||||
DIST signal-desktop_1.14.1_amd64.deb 65711118 BLAKE2B 17baf6e83c54a504784d9fc1bdcf5ec1b2ae9148b4d833a77d5f916c84cd3affcc4f77f205284b86aaaa2a253e0a8480742270c4f21ab566d7213c7422f68157 SHA512 3180c44e4131a2e13d75896e728f4ee4f20064902536fdeafa4ccfb47a29a131826622341ada4ba1d3e71db8a8a141fdeb7f66b586c8993ba1ed78daaa23d2df
|
||||
DIST signal-desktop_1.14.4_amd64.deb 65716964 BLAKE2B 6209261ea15e14ae6b8da175afdddc4f48af55094a4dab20bdf7dcb5fe52ae79fbb7e2c235297afca2506749de387f8ca06b36a4aa89232b4cf903ded92c291e SHA512 d5e35fe04bbcb64cd2b5d12823be5400a85ca5ec8c24891f7f12aa6c38074f97a739afe7f028b4a397d1cc4d2e7193d7354829b54847dd0e95c71c7a46dae017
|
||||
|
||||
57
net-im/signal-desktop-bin/signal-desktop-bin-1.14.4.ebuild
Normal file
57
net-im/signal-desktop-bin/signal-desktop-bin-1.14.4.ebuild
Normal file
@@ -0,0 +1,57 @@
|
||||
# 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