Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 021D3782C3A; Tue, 17 Aug 2021 03:07:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1629169645; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references; bh=bmZzP30hnA4OZT14HKiWIZOxBp//7wcHpxJ0LZGnQOg=; b=JctcLpq9/V7fup+CvENJeXa9ONeU4f0HW1xnNjzPHE6CKuci4SqgJpvvsslatbJaaa8XMQ TC1ujR6HT8BrqrWcNiH9/RAJQtKfg15Un147/ysIezvXK5gyFMwnmGtjtpbYOwpjI3jjQZ /7c3MMUwpEQVsoMPHxvP/FadLSqRyOg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: KikooDX From: Leo Cc: ~alpine/aports@lists.alpinelinux.org In-Reply-To: <20210817012526.27220-1-kikoodx@paranoici.org> Subject: Re: [PATCH] testing/muon: new aport Date: Tue, 17 Aug 2021 03:07:24 -0000 Message-ID: <162916964464.6885.3192996057868587328.gitlab.24306.c9bd11e3fcf5369698046770a9765a8698f52462@listserv.local> ```diff diff --git a/testing/muon/APKBUILD b/testing/muon/APKBUILD index 81f37ebeba..9866700991 100644 --- a/testing/muon/APKBUILD +++ b/testing/muon/APKBUILD @@ -4,11 +4,13 @@ pkgname=muon pkgver=0_git20210812 pkgrel=0 pkgdesc="meson implementation in C" +options="!check" # broken test suite url="https://github.com/annacrombie/muon" arch="all" license="GPL-3.0-only" +depends="samurai" +makedepends="pkgconf-dev" subpackages="$pkgname-doc" -options="!check" # broken test suite _gitrev=f4ee369d4a90ca597aaf63d99da9355266eba83b source="$pkgname-$_gitrev.tar.gz::$url/archive/$_gitrev.tar.gz fix-bootstrap.patch" ``` Following changes are necessary, the options= is optional -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24306#note_175519