Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-qt/, net-p2p/bitcoin-qt/files/
Date: Fri, 11 Jan 2019 21:39:03
Message-Id: 1547242692.388b9026168198eb824d76a06960c7353c2f2152.candrews@gentoo
1 commit: 388b9026168198eb824d76a06960c7353c2f2152
2 Author: Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
3 AuthorDate: Sat Dec 29 23:38:00 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 21:38:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388b9026
7
8 net-p2p/bitcoin-qt: Bump to 0.17.1
9
10 Closes: https://bugs.gentoo.org/668520
11 Signed-off-by: Luke Dashjr <luke-jr+git <AT> utopios.org>
12 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
13
14 net-p2p/bitcoin-qt/Manifest | 2 +
15 net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild | 180 +++++++++++++++++++++
16 net-p2p/bitcoin-qt/files/bitcoin-qt.protocol | 11 ++
17 .../files/org.bitcoin.bitcoin-qt.desktop | 15 ++
18 net-p2p/bitcoin-qt/metadata.xml | 1 +
19 5 files changed, 209 insertions(+)
20
21 diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest
22 index 443491598dd..c3a90d5a2b6 100644
23 --- a/net-p2p/bitcoin-qt/Manifest
24 +++ b/net-p2p/bitcoin-qt/Manifest
25 @@ -1,2 +1,4 @@
26 DIST bitcoin-0.16.3.knots20180918.patches.tar.xz 466344 BLAKE2B c45b96513e4b6317e6a2a55cc3b47302fbe56fb87717ae0197010694013331b5d071b85a11a73c76f08f39e9f0294d3475e89ee63272047df83893de4dbaa390 SHA512 2c3540acc668aeef4b8f01774219736d95395201ddeaccaf70e0bad4a89f05cdd5ffaf630bae0577656efb3580fae92ce0ee4bb1a720ea757ca59e3fd66e1893
27 +DIST bitcoin-0.17.1.knots20181229.patches.tar.xz 475988 BLAKE2B ce19ccbbeaac48f24b2833858a186494f84cb54ac380c42104f4d16b0a6acb44bc7a83c1b11311e2c566326d7067530ea5f34404def5f22b4825e2fa15aca22d SHA512 da89f9510ee523c712aa137512dda752ab8d115eb8a45a999aa742555621f557694db34162a1f6979922268a3e22563883ea6d9d9a47e5c7613235c0ff06fda0
28 DIST bitcoin-v0.16.3.tar.gz 6658712 BLAKE2B 2c20b32ea30aed264115d1bd336b62fa28de69cbf116385508718efd7ff22537c3bd402c0965e0f6ddd8e79fc8b51f388f52f885847d36207a24523e927ca63e SHA512 2da25f56fe9b1f5a81815c14e70ff1a69ec15f742424e2c24d71303a71d57c8050dea5d5ba57425bbe0a01a3995ad9b30f0beea5dbafd1632a627cd3fd9a984d
29 +DIST bitcoin-v0.17.1.tar.gz 6224852 BLAKE2B efc86768ee2d23db83496ff9e62bc86d10c4d24a7343f4c706a4d336aeb94087b2d496db53e393beb5a9dc228bb9fe957ca89254c2fdaf9980b03029efbac2f8 SHA512 ef911ac6b49075a4f3d8db7f9f4dc59590d49847006fa36d7b8cce1634945d418accd95b12da505df38314fb7768f544863169d4b26b230e88dd627a83947466
30
31 diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild
32 new file mode 100644
33 index 00000000000..f13ca6f859b
34 --- /dev/null
35 +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.17.1.ebuild
36 @@ -0,0 +1,180 @@
37 +# Copyright 2010-2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +
42 +DB_VER="4.8"
43 +inherit autotools bash-completion-r1 db-use gnome2-utils xdg-utils
44 +
45 +BITCOINCORE_COMMITHASH="ef70f9b52b851c7997a9f1a0834714e3eebc1fd8"
46 +KNOTS_PV="${PV}.knots20181229"
47 +KNOTS_P="bitcoin-${KNOTS_PV}"
48 +
49 +DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency"
50 +HOMEPAGE="https://bitcoincore.org/ https://bitcoinknots.org/"
51 +SRC_URI="
52 + https://github.com/bitcoin/bitcoin/archive/${BITCOINCORE_COMMITHASH}.tar.gz -> bitcoin-v${PV}.tar.gz
53 + https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.patches.txz -> ${KNOTS_P}.patches.tar.xz
54 +"
55 +
56 +LICENSE="MIT"
57 +SLOT="0"
58 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
59 +
60 +IUSE="+asm +bip70 +bitcoin_policy_rbf dbus kde knots libressl +qrcode +system-leveldb test upnp +wallet zeromq"
61 +
62 +RDEPEND="
63 + >=dev-libs/boost-1.52.0:=[threads(+)]
64 + >=dev-libs/libsecp256k1-0.0.0_pre20151118:=[recovery]
65 + >=dev-libs/univalue-1.0.4:=
66 + dev-qt/qtcore:5
67 + dev-qt/qtgui:5
68 + dev-qt/qtnetwork:5
69 + dev-qt/qtwidgets:5
70 + system-leveldb? ( virtual/bitcoin-leveldb )
71 + bip70? ( dev-libs/protobuf:= )
72 + dbus? ( dev-qt/qtdbus:5 )
73 + dev-libs/libevent:=
74 + !libressl? ( dev-libs/openssl:0=[-bindist] )
75 + libressl? ( dev-libs/libressl:0= )
76 + qrcode? (
77 + media-gfx/qrencode:=
78 + )
79 + upnp? ( >=net-libs/miniupnpc-1.9.20150916:= )
80 + wallet? ( sys-libs/db:$(db_ver_to_slot "${DB_VER}")=[cxx] )
81 + zeromq? ( net-libs/zeromq:= )
82 +"
83 +DEPEND="${RDEPEND}
84 + dev-qt/linguist-tools:5
85 + knots? (
86 + gnome-base/librsvg
87 + media-gfx/imagemagick[png]
88 + )
89 +"
90 +
91 +DOCS=( doc/bips.md doc/descriptors.md doc/files.md doc/reduce-traffic.md doc/release-notes.md doc/REST-interface.md doc/tor.md )
92 +
93 +S="${WORKDIR}/bitcoin-${BITCOINCORE_COMMITHASH}"
94 +
95 +pkg_pretend() {
96 + if use knots; then
97 + elog "You are building ${PN} from Bitcoin Knots."
98 + elog "For more information, see:"
99 + elog "https://bitcoinknots.org/files/0.17.x/${KNOTS_PV}/${KNOTS_P}.desc.html"
100 + else
101 + elog "You are building ${PN} from Bitcoin Core."
102 + elog "For more information, see:"
103 + elog "https://bitcoincore.org/en/2018/12/25/release-${PV}/"
104 + fi
105 + if use bitcoin_policy_rbf; then
106 + elog "Replace By Fee policy is enabled: Your node will preferentially mine and"
107 + elog "relay transactions paying the highest fee, regardless of receive order."
108 + else
109 + elog "Replace By Fee policy is disabled: Your node will only accept the first"
110 + elog "transaction seen consuming a conflicting input, regardless of fee"
111 + elog "offered by later ones."
112 + fi
113 +}
114 +
115 +src_prepare() {
116 + sed -i 's/^\(complete -F _bitcoind \)bitcoind \(bitcoin-qt\)$/\1\2/' contrib/bitcoind.bash-completion || die
117 +
118 + # Save the generic icon for later
119 + cp src/qt/res/src/bitcoin.svg bitcoin128.svg || die
120 +
121 + local knots_patchdir="${WORKDIR}/${KNOTS_P}.patches/"
122 +
123 + eapply "${knots_patchdir}/${KNOTS_P}.syslibs.patch"
124 +
125 + if use knots; then
126 + eapply "${knots_patchdir}/${KNOTS_P}.f.patch"
127 + eapply "${knots_patchdir}/${KNOTS_P}.branding.patch"
128 + eapply "${knots_patchdir}/${KNOTS_P}.ts.patch"
129 + fi
130 +
131 + eapply_user
132 +
133 + if ! use bitcoin_policy_rbf; then
134 + sed -i 's/\(DEFAULT_ENABLE_REPLACEMENT = \)true/\1false/' src/validation.h || die
135 + fi
136 +
137 + echo '#!/bin/true' >share/genbuild.sh || die
138 + mkdir -p src/obj || die
139 + echo "#define BUILD_SUFFIX gentoo${PVR#${PV}}" >src/obj/build.h || die
140 +
141 + eautoreconf
142 + if use system-leveldb; then
143 + rm -r src/leveldb src/secp256k1 || die
144 + fi
145 +}
146 +
147 +src_configure() {
148 + local my_econf=(
149 + $(use_enable asm)
150 + $(use_enable bip70)
151 + $(use_with dbus qtdbus)
152 + $(use_with qrcode qrencode)
153 + $(use_with upnp miniupnpc)
154 + $(use_enable upnp upnp-default)
155 + $(use_enable test tests)
156 + $(use_enable wallet)
157 + $(use_enable zeromq zmq)
158 + --with-gui=qt5
159 + --disable-util-cli
160 + --disable-util-tx
161 + --disable-bench
162 + --without-libs
163 + --without-daemon
164 + --disable-ccache
165 + --disable-static
166 + $(use_with system-leveldb)
167 + --with-system-libsecp256k1
168 + --with-system-univalue
169 + )
170 + econf "${my_econf[@]}"
171 +}
172 +
173 +src_install() {
174 + default
175 +
176 + rm -f "${ED%/}/usr/bin/test_bitcoin" || die
177 +
178 + insinto /usr/share/icons/hicolor/scalable/apps/
179 + doins bitcoin128.svg
180 + if use knots; then
181 + newins src/qt/res/src/bitcoin.svg bitcoinknots.svg
182 + fi
183 +
184 + insinto /usr/share/applications
185 + doins "${FILESDIR}/org.bitcoin.bitcoin-qt.desktop"
186 + if ! use knots; then
187 + sed -i 's/Knots/Core/;s/^\(Icon=\).*$/\1bitcoin128/' "${D}/usr/share/applications/org.bitcoin.bitcoin-qt.desktop" || die
188 + fi
189 +
190 + use zeromq && dodoc doc/zmq.md
191 +
192 + newbashcomp contrib/bitcoind.bash-completion ${PN}
193 +
194 + if use kde; then
195 + insinto /usr/share/kservices5
196 + doins "${FILESDIR}/bitcoin-qt.protocol"
197 + dosym "../../kservices5/bitcoin-qt.protocol" "/usr/share/kde4/services/bitcoin-qt.protocol"
198 + fi
199 +}
200 +
201 +update_caches() {
202 + gnome2_icon_cache_update
203 + xdg_desktop_database_update
204 +}
205 +
206 +pkg_postinst() {
207 + update_caches
208 +
209 + elog "To have ${PN} automatically use Tor when it's running, be sure your"
210 + elog "'torrc' config file has 'ControlPort' and 'CookieAuthentication' setup"
211 + elog "correctly, and add your user to the 'tor' user group."
212 +}
213 +
214 +pkg_postrm() {
215 + update_caches
216 +}
217
218 diff --git a/net-p2p/bitcoin-qt/files/bitcoin-qt.protocol b/net-p2p/bitcoin-qt/files/bitcoin-qt.protocol
219 new file mode 100644
220 index 00000000000..014588d5367
221 --- /dev/null
222 +++ b/net-p2p/bitcoin-qt/files/bitcoin-qt.protocol
223 @@ -0,0 +1,11 @@
224 +[Protocol]
225 +exec=bitcoin-qt '%u'
226 +protocol=bitcoin
227 +input=none
228 +output=none
229 +helper=true
230 +listing=
231 +reading=false
232 +writing=false
233 +makedir=false
234 +deleting=false
235
236 diff --git a/net-p2p/bitcoin-qt/files/org.bitcoin.bitcoin-qt.desktop b/net-p2p/bitcoin-qt/files/org.bitcoin.bitcoin-qt.desktop
237 new file mode 100644
238 index 00000000000..0b03d45c1cd
239 --- /dev/null
240 +++ b/net-p2p/bitcoin-qt/files/org.bitcoin.bitcoin-qt.desktop
241 @@ -0,0 +1,15 @@
242 +[Desktop Entry]
243 +Encoding=UTF-8
244 +Version=1.0
245 +Name=Bitcoin Knots
246 +Comment=Connect to the Bitcoin P2P Network
247 +Comment[de]=Verbinde mit dem Bitcoin peer-to-peer Netzwerk
248 +Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair
249 +Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi
250 +Exec=bitcoin-qt %u
251 +Terminal=false
252 +Type=Application
253 +Icon=bitcoinknots
254 +MimeType=x-scheme-handler/bitcoin;
255 +Categories=Office;Finance;P2P;Network;Qt;
256 +StartupWMClass=Bitcoin-qt
257
258 diff --git a/net-p2p/bitcoin-qt/metadata.xml b/net-p2p/bitcoin-qt/metadata.xml
259 index f88446cdbbe..0e5739a7325 100644
260 --- a/net-p2p/bitcoin-qt/metadata.xml
261 +++ b/net-p2p/bitcoin-qt/metadata.xml
262 @@ -16,6 +16,7 @@
263 <flag name="knots">Build enhanced Bitcoin Knots version, rather than Bitcoin Core</flag>
264 <flag name="libevent">Use dev-libs/libevent (needed for JSON-RPC, REST, and Tor auto-configuration</flag>
265 <flag name="qrcode">Enable generation of QR Codes for receiving payments</flag>
266 + <flag name="system-leveldb">Use the system-wide dev-libs/leveldb instead of bundled</flag>
267 <flag name="upnp">Enable Universal Plug and Play</flag>
268 <flag name="wallet">Enable wallet support</flag>
269 <flag name="zeromq">Report blocks and transactions via zeromq</flag>