net-p2p/bisq-bin: bump to 1.9.5

Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
This commit is contained in:
Sergey Alirzaev
2022-08-28 13:12:14 +02:00
parent a2c960b186
commit 85075f0dac
2 changed files with 40 additions and 1 deletions

View File

@@ -1 +1 @@
DIST Bisq-64bit-1.9.4.deb 211107900 BLAKE2B 6e29cec465fb26a0d6482e9e55d21c14d3b504b98f174c98c42ac0db3b3c56dc8e4efd56e15d3bd49b900ce0da647d03808116d4f30447888fe9d3632914937c SHA512 e276ed17f5775c4a65b96193061b452cb2504cd6a2f2390b9be3cdb82be375b7596b059d537368fa2fb7a1cf856345d2a09eb769ee86d4581cd32b1edd6c5e90
DIST Bisq-64bit-1.9.5.deb 216533844 BLAKE2B c354f7601c5b21e43001c543587d3cae0c09cd5e13fc9188518ac964899441dff383b75dd01dc6ae8dafcc3185f7602bcbf50d35cac56a15a224c013429331e1 SHA512 aac77e67f7724a3647a099bd954101e05cb8f680325db0f256c726aa836f0e07c60fcd31d73271a2c78b175dc430e89b00f529000fce9bccc408365897f21b7b

View File

@@ -0,0 +1,39 @@
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop unpacker xdg
DESCRIPTION="The decentralized bitcoin exchange (non-atomic, with arbitration)"
HOMEPAGE="https://bisq.network/ https://github.com/bisq-network/exchange/"
SRC_URI="https://bisq.network/downloads/v${PV}/Bisq-64bit-${PV}.deb"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-java/openjfx
net-libs/libnet
virtual/jre:*
x11-libs/gtk+:3"
RESTRICT="mirror strip"
# Bundled java, and seems to mostly work without an old ffmpeg
QA_PREBUILT="opt/Bisq/Bisq opt/Bisq/libpackager.so opt/Bisq/runtime/*"
REQUIRES_EXCLUDE="libgstreamer-lite.so libavplugin-53.so libavplugin-54.so libavplugin-55.so libavplugin-56.so libavplugin-57.so libavplugin-ffmpeg-56.so libavplugin-ffmpeg-57.so"
S="${WORKDIR}"
src_compile() {
:
}
src_install() {
cp -ar "${S}"/opt/bisq "${ED}"/opt/
dosym ../Bisq/Bisq /opt/bisq/bin/Bisq
domenu opt/bisq/lib/bisq-Bisq.desktop
doicon opt/bisq/lib/Bisq.png
}