NB: currently the build is broken due to Arch Linux cmake being too new. I have created a upstream PR to get it fixed.
https://github.com/AlbrechtL/welle.io/pull/853
Meanwhile it is possible to patch PKGBUILD like so:
diff --git a/PKGBUILD b/PKGBUILD
index eeec7858bf3f..a0d617fe30a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}/build"
sed -i 's/welle-io.desktop/io.welle.welle_io.desktop/' ../CMakeLists.txt
sed -i 's/io.welle.welle_io.metainfo.xml/io.welle.welle_io.appdata.xml/' ../CMakeLists.txt
- cmake "${srcdir}/${pkgname}-${pkgver}" -DRTLSDR=1 -DSOAPYSDR=1
+ cmake "${srcdir}/${pkgname}-${pkgver}" -DRTLSDR=1 -DSOAPYSDR=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.16
make
}
Pinned Comments