From eb9becd88147373902f290e6dd500e28a478bdca Mon Sep 17 00:00:00 2001 From: teldra Date: Sat, 22 Jan 2022 11:17:39 +0100 Subject: [PATCH 1/2] geonkick: update to 2.8.1. --- srcpkgs/geonkick/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template index e3acec2aa4a0..6929fdab1b68 100644 --- a/srcpkgs/geonkick/template +++ b/srcpkgs/geonkick/template @@ -1,6 +1,6 @@ # Template file for 'geonkick' pkgname=geonkick -version=2.8.0 +version=2.8.1 revision=1 build_style=cmake hostmakedepends="pkg-config tar xz" @@ -9,9 +9,10 @@ makedepends="jack-devel libsndfile-devel rapidjson short_desc="Free software percussion synthesizer" maintainer="teldra " license="GPL-3.0-or-later" -homepage="https://github.com/iurie-sw/geonkick" -distfiles="https://github.com/iurie-sw/geonkick/archive/v${version}.tar.gz" -checksum=ec656e76df13ae1226bba6eeb8146c4f0ddbae2c34d28a89db473c16497eaff4 +homepage="https://github.com/free-sm/geonkick" +changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md" +distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz" +checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45 make_check=extended # No target to "ninja test". if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then From 7ffe19044b92d1765d9220f2e956c0a761f00c10 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 30 Jan 2022 08:31:29 +0100 Subject: [PATCH 2/2] geonkick: update to 2.8.1. --- srcpkgs/geonkick/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/geonkick/template b/srcpkgs/geonkick/template index 6929fdab1b68..79f8ba451959 100644 --- a/srcpkgs/geonkick/template +++ b/srcpkgs/geonkick/template @@ -13,9 +13,8 @@ homepage="https://github.com/free-sm/geonkick" changelog="https://github.com/free-sm/geonkick/blob/main/NEWS.md" distfiles="https://github.com/free-sm/geonkick/archive/refs/tags/v${version}.tar.gz" checksum=813fb10709136ed79403c8baf3d847fce9fbf717fea3c194ad2952e0172e6d45 -make_check=extended # No target to "ninja test". -if [[ ! ${XBPS_TARGET_MACHINE} == "x86_64" ]]; then +if [ ${CROSS_BUILD} ]; then configure_args+=" -DGKICK_ARCHITECTURE=$XBPS_TARGET_MACHINE" fi