Skip to content

Commit

Permalink
net-p2p/joinmarket: apply upstream fix for wallet-tool.py history
Browse files Browse the repository at this point in the history
  • Loading branch information
whitslack committed Mar 5, 2024
1 parent d3d278e commit 7adfcce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions net-p2p/joinmarket/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST 3317b0b519512c11b858403b86d5d46e0cc440b3.patch 1374 BLAKE2B b1f05fd4a540fe9f827cceee3341ff29103fe81737c70ff4a024b346f01b1573c23c10ac715bdd924e38d32a533faa690e4b90f47007222291c93e0509769c93 SHA512 e8916c038aebf06b28893d739a019021c1c39d3523a41bf2fb6c7289186d97cb6fb68273dee76c608a41464a53ebb634d0c32864b39085c9efc1777ac1aa206d
DIST joinmarket-0.9.11.tar.gz 2802505 BLAKE2B 40ae1a6747c0ecf8f90e0d0e369f41cb8c7b1521dcab1864cd479e8f8af98cec32154680911b98c7c57d3d3efcab737cf825c7f88b764b86295c9e90025d49ef SHA512 e474019a9a0caa267a10ed3e74fe2788124ef220c1f22405e966b1cadaba4bb24a338da7fde901d39bba678c18055d9b0fb57e8c7c9a12c37b62f37fdad3e52e
DIST joinmarket-miniircd.tar.gz 21599 BLAKE2B a42a9b4543cefc633b9b27b5b97bce5408b0b3adba639c16b54db939e5cfe205d250da7d771e68da875281f51eacc8e7da105e12a9ef474f4212ffebbcea625a SHA512 4e1d3550e6558b894a4ec109cf0ede570938e2c4a80e1d2f0a6ebaea000f20e0b1a46e5fd653f324ef9dc377d69465c34edd2af23deb31965de4d10abf423c2d
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,22 @@ PYTHON_REQ_USE="sqlite,ssl"
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools

inherit desktop distutils-r1 qmake-utils
inherit backports desktop distutils-r1 qmake-utils

MyPN=${PN}-clientserver

BACKPORTS=(
3317b0b519512c11b858403b86d5d46e0cc440b3 # Fix jm_single().bc_interface.get_deser_from_gettransaction call
)

DESCRIPTION="JoinMarket CoinJoin client and daemon"
HOMEPAGE="https://github.com/JoinMarket-Org/joinmarket-clientserver"
BACKPORTS_BASE_URI="${HOMEPAGE}/commit/"
SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz
test? (
https://github.com/JoinMarket-Org/miniircd/archive/20a391f490a58ba9ef295b0d813a95a7e9337382.tar.gz -> ${PN}-miniircd.tar.gz
)
$(backports_patch_uris)
"

LICENSE="GPL-3"
Expand Down Expand Up @@ -108,6 +114,8 @@ src_unpack() {
}

src_prepare() {
backports_apply_patches

sed -e 's|^\(Exec=\).*$|\1joinmarket-qt.py|' \
-e '/^Name=/a Categories=Network;P2P;Qt;' \
-i joinmarket-qt.desktop || die
Expand Down

0 comments on commit 7adfcce

Please sign in to comment.