Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id D8C8D782AF6 for ; Mon, 2 Sep 2019 12:17:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9076B25037 for ; Mon, 2 Sep 2019 14:17:38 +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 hwVvyVrPe3-S; Mon, 2 Sep 2019 14:17:37 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567426657; bh=D2JeGKq4tnlREtVNyzyIVcHS+ruG8RWmlM3ZOtSGBhs=; h=From:To:Cc:Subject:Date; b=SoqMji8Y91WSf0HgB7gMfo9N5wiS7zuQuDikt9oBd2zQFbLlFTW57KyGgOJORtist Mce2jAfbfp+fD8vD5JZWx4269o9Sm8LWeFU4BHpyQMZAyBjvwc8I0WeqJwznkMKEZS g3hb1EbREBVrF3nUOfdxZ+k0zZA+QnwZpO6q0UaY/CFoVYq4QysRHGFTBcdATMc1RF F+qi586TNu8DCgIaqSsl4OJmNVHDJyzNiJlPSBA1/0+8GS9POhD+uFBSPkbg3sqywm P7/tcQn2kx/vDXAi1EjuiNe+bevanaryIOPtljZkPH8buQB5cQ5dMRmq3DTWas8m0J ZY3i1FoHnGdmA== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kalzium: new aport Date: Mon, 2 Sep 2019 14:17:34 +0200 Message-Id: <20190902121734.27517-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kalzium/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/kalzium/APKBUILD diff --git a/testing/kalzium/APKBUILD b/testing/kalzium/APKBUILD new file mode 100644 index 0000000000..9b2d29cbe0 --- /dev/null +++ b/testing/kalzium/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kalzium +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="http://edu.kde.org/kalzium/" +pkgdesc="Periodic Table of Elements " +license="GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.2-only" +makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtsvg-dev karchive-dev kconfig-dev kcoreaddons-dev kdoctools-dev ki18n-dev khtml-dev kparts-dev kplotting-dev solid-dev kunitconversion-dev kwidgetsaddons-dev knewstuff-dev eigen-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/kalzium-$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="042f6613c2f8312db4a9268f27d040d9a885739d3dd3e47536e465ee94080634e4851721464be8025bf0f381f215bdc89980a5bcfed7439010360cfade02da1f kalzium-19.08.0.tar.xz" -- 2.23.0