Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id C8AB8781DC8 for ; Mon, 2 Sep 2019 15:28:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9B15425161 for ; Mon, 2 Sep 2019 17:28:30 +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 u2Ox8oBi01DL; Mon, 2 Sep 2019 17:28:29 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567438108; bh=UWW5bfOZZSoNsg7k99341U06leq4FnsXUdkH9ptl0jE=; h=From:To:Cc:Subject:Date; b=Dm+i/vJ4riZjQmnAOiL8UOIbZpBJ2BDqO71DQDhsFseSqN1S267z5U9Cw0newmKDh iO6xSr+AflPvLbz7v31f5I0xchP11XUtGCWKuV2/qWiwQn/+1ql75h1Vg7ZIJU7//8 XDhMgie7JWoeu/fL64fKoTostJ55RqyDjTHwPqdImaAtGpeUvP0feKVYR00VWx691Y 2wVCQQrlHCDM7ZngURXBAzTSQtKnRvd2lhYjcOE4d5n/cBzfqp77Izh3+Ah0Kk+uWS r06SgqAWgDbKpsyUoEWIrSFolYL31AL5taLdKi+LQwaA8sfu7BJXyilAfZE+ay16oX b2vMeJS6V3b+A== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kiten: new aport Date: Mon, 2 Sep 2019 17:28:27 +0200 Message-Id: <20190902152827.10774-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kiten/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/kiten/APKBUILD diff --git a/testing/kiten/APKBUILD b/testing/kiten/APKBUILD new file mode 100644 index 0000000000..5873d70054 --- /dev/null +++ b/testing/kiten/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kiten +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="http://edu.kde.org/kiten/" +pkgdesc="Japanese Reference/Study Tool" +license="GPL-2.0-or-later AND GFDL-1.2-only" +makedepends="extra-cmake-modules qt5-qtbase-dev karchive-dev kcompletion-dev kconfig-dev kconfigwidgets-dev kcoreaddons-dev kcrash-dev kdoctools-dev ki18n-dev khtml-dev knotifications-dev kxmlgui-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/kiten-$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="998016a0e61185efa4d9b2a8c50b803ede5c36ab71ad1ab6cff3693fe6c6709432d04a3ea92c8a5e247e7fa13c9b7572e96a0919b812130675059debe3ba12b8 kiten-19.08.0.tar.xz" -- 2.23.0