public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Emil Jacobs" <emil@emiljacobs.nl>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/bisq/
Date: Sat, 29 May 2021 18:02:40 +0000 (UTC)	[thread overview]
Message-ID: <1622311358.1235d423d6e74f058c825737436922894cfd186a.emil@gentoo> (raw)

commit:     1235d423d6e74f058c825737436922894cfd186a
Author:     Emil Jacobs <emil <AT> emiljacobs <DOT> nl>
AuthorDate: Sat May 29 18:01:25 2021 +0000
Commit:     Emil Jacobs <emil <AT> emiljacobs <DOT> nl>
CommitDate: Sat May 29 18:02:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1235d423

net-p2p/bisq: 1.6.5 update

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Emil Jacobs <emil <AT> emiljacobs.nl>

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

diff --git a/net-p2p/bisq/Manifest b/net-p2p/bisq/Manifest
index ae0f879c7..908cfccdf 100644
--- a/net-p2p/bisq/Manifest
+++ b/net-p2p/bisq/Manifest
@@ -1 +1,2 @@
 DIST Bisq-64bit-1.6.4.deb 164491680 BLAKE2B 70cb40cb3577168ffc9e09a099b264af2d8a38d25701ed54f302d92a6380de73b26791c0bd579462ca89f15082c99a90d48884b153068e02758a6943c0d7662b SHA512 81f6405a70eb0eecb56575bfbf0567d353d0835f707830f141480749fb917c2ebc0deb2438a79ca94ad5ef6aa87f3c1d61343b9e1a3d53fb0d29bd131631e9e1
+DIST Bisq-64bit-1.6.5.deb 168159296 BLAKE2B a21dc433b9b92a88538580da5a693d2a4440265edf099d40f13b73882eeff6b38fea481e255f11a12473f28247df3824e63dfd68cfbef695fb80b5393bd955b9 SHA512 32da5f7bdf89eb3dc9b7c08df4199a4fe8272e1006d42cbbde1ea1802bfec98493e9e879e2331fa056c21e4f0c3f31285e0cdf9360ec97a25f968da906d05c29

diff --git a/net-p2p/bisq/bisq-1.6.5.ebuild b/net-p2p/bisq/bisq-1.6.5.ebuild
new file mode 100644
index 000000000..62cd8d7ba
--- /dev/null
+++ b/net-p2p/bisq/bisq-1.6.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2021 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:[~2021-05-29 18:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-29 18:02 Emil Jacobs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-22 21:35 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/bisq/ Emil Jacobs
2022-05-06 19:38 Emil Jacobs
2022-04-09 14:42 Emil Jacobs
2022-01-25  2:34 Emil Jacobs
2021-12-21 13:24 Emil Jacobs
2021-11-16 21:57 Emil Jacobs
2021-09-29  6:11 Emil Jacobs
2021-08-30 15:22 Emil Jacobs
2021-07-24 11:55 Emil Jacobs
2021-07-13  6:33 Emil Jacobs
2021-06-30  7:21 Emil Jacobs
2021-05-19  9:27 Emil Jacobs

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=1622311358.1235d423d6e74f058c825737436922894cfd186a.emil@gentoo \
    --to=emil@emiljacobs.nl \
    --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