Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 74B2A782B4E for ; Mon, 2 Sep 2019 19:17:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2D67225196 for ; Mon, 2 Sep 2019 21:17:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BDN45dafDP-7; Mon, 2 Sep 2019 21:17:43 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567451863; bh=Ejdb3DsxN8Vn4BT5XJji6/3u/y1MKN6LG/la0B16ss4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=cYy/UurtM1iTUi8lEp6C3QgVxLBYqkpimTbXeyzH441cE8Kp2TX1MjkzRmBgK+loc gLiUcrbqwo8HyWGuBmg3pNAsKKKQngLmbatPmIULC7eCqjieqRCZQ/pUIJVO1Q1uP1 QS5Td1fMEHXVPqRvxnvHwd+aSVHp2tFZhNLrba781l1NPhIU/MeBj4Ua/uMlpJWMV4 Zs02chDjbzwi7VwbU3F12S1UcOe/ahGPFQwVdoz1R2xPV2MZ9GAWewuC6oioE25RlJ fa/kkg8lGUT5L180ajMFzNhVnpRWUCIqfNCsA6IuCidpQ1gmPMW6iP8idoeWFjnJ51 SIuPwQK+SP6Ng== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 2/2] testing/minuet: new aport Date: Mon, 2 Sep 2019 21:17:39 +0200 Message-Id: <20190902191739.11286-2-bribbers@disroot.org> In-Reply-To: <20190902191739.11286-1-bribbers@disroot.org> References: <20190902191739.11286-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/minuet/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/minuet/APKBUILD diff --git a/testing/minuet/APKBUILD b/testing/minuet/APKBUILD new file mode 100644 index 0000000000..2c701630df --- /dev/null +++ b/testing/minuet/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=minuet +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="https://minuet.kde.org/" +pkgdesc="Minuet Music Education" +license="GPL-2.0-or-later AND GFDL-1.2-only" +makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtsvg-dev kcoreaddons-dev ki18n-dev kcrash-dev kdoctools-dev fluidsynth-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/minuet-$pkgver.tar.xz" +subpackages="$pkgname-doc $pkgname-lang" +options="!check" # No tests + +build() { + cmake \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib + make +} + +check() { + CTEST_OUTPUT_ON_FAILURE=TRUE ctest +} + +package() { + DESTDIR="$pkgdir" make install +} + +sha512sums="bffe36bae1d2f2d39a402f9758cf4a6307909bf8a6d56576c3986c97e3b51088a5e72c5e409188b5039026d6a675881c40177bec143ae78d96a12bdb76c94c38 minuet-19.08.0.tar.xz" -- 2.23.0