Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3A846781E2F for ; Mon, 2 Sep 2019 10:50:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 749242511B for ; Mon, 2 Sep 2019 12:50:39 +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 S_6VF3npKWKK; Mon, 2 Sep 2019 12:50:38 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567421438; bh=XeQFVKGInjN89s1Wgf5NtVKiaXwpMNL7leZdn0Ef1mY=; h=From:To:Cc:Subject:Date; b=DzJ9W5/m8OMBGfRDF2heymrWM0ZtFCFZkiNO/NktcqsCID/tBYxgDyx+Nsy/KU2Ja MSVOC8EVU95HIXDL7I/aEW8R8JHsyuQFH6nYj54Vf+leI/g+EawvCJ/onlk4Vf43sb V5HaGfwybDzPTHvbzHFIi5TyDw1S7TRAxpvSEbRsEiOTm5uJ++6xjj0p74S8+6OiGk Ck/3moFNmAwMyVV5Igh/hKHae7w7D/MNn+TJ4eHwX4novvTCDWOFiD/050PunP3Urk iH5WWA7ETEpI5K3StnANlW34Z5tD7mnjJ7uJeHUQ2MRndM3s9oqMaejuHtuF2mCEAd 6WA/DJU2nQ72w== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/artikulate: new aport Date: Mon, 2 Sep 2019 12:50:36 +0200 Message-Id: <20190902105036.15417-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/artikulate/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/artikulate/APKBUILD diff --git a/testing/artikulate/APKBUILD b/testing/artikulate/APKBUILD new file mode 100644 index 0000000000..f505b0f5b4 --- /dev/null +++ b/testing/artikulate/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=artikulate +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="https://edu.kde.org/artikulate" +pkgdesc="Improve your pronunciation by listening to native speakers" +license="(GPL-2.0-only OR GPL-3.0-only) AND GFDL-1.2-only" +depends="kirigami2" +makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtxmlpatterns-dev qt5-qtmultimedia-dev karchive-dev kconfig-dev kcrash-dev ki18n-dev knewstuff-dev kxmlgui-dev kdoctools-dev kirigami2-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/artikulate-$pkgver.tar.xz" +subpackages="$pkgname-doc $pkgname-lang" + +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="dbd4cd9069c81e51053b6b90b6fbd089ee9594d5d9ba1ff4c87aee5f0f1f4931847438b7546eea54293fce1746d6c1bf69080c8519a76b83ce3c7149c5c79393 artikulate-19.08.0.tar.xz" -- 2.23.0