monero-gui: update to 0.17.1.9.
This commit is contained in:
parent
7fa5943f68
commit
ded6da2553
1 changed files with 12 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'monero-gui'
|
# Template file for 'monero-gui'
|
||||||
pkgname=monero-gui
|
pkgname=monero-gui
|
||||||
version=0.17.1.8
|
version=0.17.1.9
|
||||||
revision=1
|
revision=1
|
||||||
_monero_version=0.17.1.8
|
_monero_version=0.17.1.9
|
||||||
_randomx_version="1.1.8"
|
_randomx_version="1.1.8"
|
||||||
# the revision monero uses as a submodule for the specific version
|
# the revision monero uses as a submodule for the specific version
|
||||||
_rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
|
_rapidjson_gitrev="129d19ba7f496df5e33658527a7158c79b99c21c"
|
||||||
_supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
|
_supercop_gitrev="633500ad8c8759995049ccd022107d1fa8a1bbc9"
|
||||||
|
_quirc_gitrev="7e7ab596e4d0988faf1c12ae89c354b114181c40"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DVERSION_IS_RELEASE=true -DQt5_LRELEASE_EXECUTABLE=/usr/bin/lrelease"
|
configure_args="-DVERSION_IS_RELEASE=true -DQt5_LRELEASE_EXECUTABLE=/usr/bin/lrelease"
|
||||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
|
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-quickcontrols qt5-declarative-devel
|
||||||
|
@ -23,13 +24,16 @@ distfiles="https://github.com/monero-project/monero-gui/archive/v${version}.tar.
|
||||||
https://github.com/monero-project/monero/archive/v${_monero_version}.tar.gz>monero-${_monero_version}.tar.gz
|
https://github.com/monero-project/monero/archive/v${_monero_version}.tar.gz>monero-${_monero_version}.tar.gz
|
||||||
https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
|
https://github.com/tevador/RandomX/archive/v${_randomx_version}.tar.gz
|
||||||
https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
|
https://github.com/Tencent/rapidjson/archive/${_rapidjson_gitrev}.tar.gz
|
||||||
https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz"
|
https://github.com/monero-project/supercop/archive/${_supercop_gitrev}.tar.gz
|
||||||
checksum="b7e18ddaf19b49f2095076cbdb1b5b880f9a17bb1252a30c17406c8ad5dbfec8
|
https://github.com/dlbeer/quirc/archive/${_quirc_gitrev}.tar.gz"
|
||||||
76a193833c8881b2e4f2f651ed411b77aa5d636a4e243e16c5f9f94f6efb24bf
|
checksum="3a924b4e08b557d93337a0c05826a9fa95e5cf8c503aff0ecb3676be45db1d14
|
||||||
|
efedac6d9a64488f57e5237cb6199b56d819c8315f529af5142a9e41fcfcac91
|
||||||
f982a12d18b1d260bef2a1d3c46ae4902975fbf63abb38ca6413c96d1778db3a
|
f982a12d18b1d260bef2a1d3c46ae4902975fbf63abb38ca6413c96d1778db3a
|
||||||
44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
|
44b007d419ac21b6affec58991e865ee572346ead19b73cf1c3e4e11c7a81273
|
||||||
b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7"
|
b973b9d8269ec4d97c3c3443f0dad96d09f72b1b30e616e0947557adbdbb03f7
|
||||||
skip_extraction="monero-${version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz v${_randomx_version}.tar.gz"
|
c8366aecb6ba48ec50a7e579a4fa18eb55c3c4be7d3efb2a83726157977f4ca6"
|
||||||
|
skip_extraction="monero-${version}.tar.gz ${_rapidjson_gitrev}.tar.gz ${_supercop_gitrev}.tar.gz v${_randomx_version}.tar.gz
|
||||||
|
${_quirc_gitrev}.tar.gz"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
@ -59,6 +63,7 @@ post_extract() {
|
||||||
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_rapidjson_gitrev}.tar.gz --strip-components 1 -C monero/external/rapidjson
|
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_rapidjson_gitrev}.tar.gz --strip-components 1 -C monero/external/rapidjson
|
||||||
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_supercop_gitrev}.tar.gz --strip-components 1 -C monero/external/supercop
|
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_supercop_gitrev}.tar.gz --strip-components 1 -C monero/external/supercop
|
||||||
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/v${_randomx_version}.tar.gz --strip-components 1 -C monero/external/randomx
|
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/v${_randomx_version}.tar.gz --strip-components 1 -C monero/external/randomx
|
||||||
|
bsdtar xzf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_quirc_gitrev}.tar.gz --strip-components 1 -C external/quirc
|
||||||
}
|
}
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue