kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / monero
Commits:
dda5a55d by kpcyrd at 2025-02-05T21:35:03+01:00
upgpkg: 0.18.3.4-3 - build with static boost until next release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = monero
pkgdesc = Monero: the secure, private, untraceable peer-to-peer currency
pkgver = 0.18.3.4
- pkgrel = 2
+ pkgrel = 3
url = https://getmonero.org/
arch = x86_64
license = BSD-3-Clause
@@ -11,7 +11,6 @@ pkgbase = monero
makedepends = python
depends = gcc-libs
depends = glibc
- depends = libboost_program_options.so
depends = libhidapi-libusb.so
depends = libreadline.so
depends = libsodium.so
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=monero
pkgver=0.18.3.4
-pkgrel=2
+pkgrel=3
pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
license=('BSD-3-Clause')
arch=('x86_64')
@@ -10,7 +10,6 @@ url="https://getmonero.org/"
depends=(
'gcc-libs'
'glibc'
- 'libboost_program_options.so'
'libhidapi-libusb.so'
'libreadline.so'
'libsodium.so'
@@ -81,7 +80,8 @@ prepare() {
build() {
cd "${pkgname}"
CFLAGS+=" -Wno-implicit-function-declaration -Wno-int-conversion" \
- cmake -B build -D ARCH="default" -D CMAKE_BUILD_TYPE=Release
+ # temporarily switch to static binaries until next monero release supports
latest boost
+ cmake -B build -D ARCH="default" -D CMAKE_BUILD_TYPE=Release -D STATIC=ON
make -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monero/-/commit/dda5a55d3ec0501be9d8cd10aa3596eb3e76f8c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/monero/-/commit/dda5a55d3ec0501be9d8cd10aa3596eb3e76f8c9
You're receiving this email because of your account on gitlab.archlinux.org.