mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
net-im/signal-desktop-bin: remove old version
Closes: https://github.com/gentoo/gentoo/pull/7327
This commit is contained in:
committed by
Michał Górny
parent
a2eae5cde2
commit
eba7970e76
@@ -1,2 +1 @@
|
||||
DIST signal-desktop_1.5.0_amd64.deb 65858954 BLAKE2B 60234d1cb98dd233ffc769c93bafd509ffc40eaf34cc76c3e8dfa8de1229a05e1f29291b1a57212163588a53990b1c24c1ba29486429ad63c0424049b79384c5 SHA512 36bcf67c5815bf4f001649f0bfe2a01217415fbc4b63688026ec5aba946a8a3df7e08021aa4255590fdc5820bdcd9e2d43b42798e7d8c5eb0186c351f9b10780
|
||||
DIST signal-desktop_1.5.2_amd64.deb 65859590 BLAKE2B a710b8ca1c9729725a12594603e0fb3a6c800e5b03af17c9ef5158a024b8ebddd1e35ba4270a02ed805a3042a16486e163a5dca105feb1076deb80c636e043cd SHA512 10f6a0bfb1947620d2ce71f7e8dc6b9f6fe9c95556f3ae1b9b34aa5d84db0f357b78634e7ff815f9e7d2d3a6d0d628e20adb1817a027a32b2021c24ef8d4441e
|
||||
|
||||
@@ -1,51 +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 unpacker xdg-utils pax-utils
|
||||
|
||||
DESCRIPTION="Signal Desktop"
|
||||
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() {
|
||||
doins -r .
|
||||
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