public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Alirzaev" <zl29ah@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/bisq-bin/
Date: Sun, 28 Aug 2022 11:12:33 +0000 (UTC)	[thread overview]
Message-ID: <1661685134.85075f0dac8db7ea10c86a32022a5a0ddd4a0f57.zl29ah@gentoo> (raw)

commit:     85075f0dac8db7ea10c86a32022a5a0ddd4a0f57
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Sun Aug 28 11:12:14 2022 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 11:12:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85075f0d

net-p2p/bisq-bin: bump to 1.9.5

Signed-off-by: Sergey Alirzaev <l29ah <AT> riseup.net>

 net-p2p/bisq-bin/Manifest              |  2 +-
 net-p2p/bisq-bin/bisq-bin-1.9.5.ebuild | 39 ++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/net-p2p/bisq-bin/Manifest b/net-p2p/bisq-bin/Manifest
index e08030f8b..15362f1b7 100644
--- a/net-p2p/bisq-bin/Manifest
+++ b/net-p2p/bisq-bin/Manifest
@@ -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

diff --git a/net-p2p/bisq-bin/bisq-bin-1.9.5.ebuild b/net-p2p/bisq-bin/bisq-bin-1.9.5.ebuild
new file mode 100644
index 000000000..f62746c77
--- /dev/null
+++ b/net-p2p/bisq-bin/bisq-bin-1.9.5.ebuild
@@ -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
+}


             reply	other threads:[~2022-08-28 11:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-28 11:12 Sergey Alirzaev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12  3:11 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/bisq-bin/ Benoît Dufour
2023-12-28  1:03 Benoît Dufour
2023-01-08  1:20 Sergey Alirzaev
2022-12-23  5:32 Sergey Alirzaev
2022-12-21  8:11 Sergey Alirzaev
2022-12-04 12:37 Viorel Munteanu
2022-10-30 17:44 Sergey Alirzaev
2022-09-25  0:03 Sergey Alirzaev
2022-08-28 11:13 Sergey Alirzaev
2022-07-22 20:00 Sergey Alirzaev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1661685134.85075f0dac8db7ea10c86a32022a5a0ddd4a0f57.zl29ah@gentoo \
    --to=zl29ah@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox