Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 572F6782AFF for ; Mon, 2 Sep 2019 12:33:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2756F2512C for ; Mon, 2 Sep 2019 14:33:05 +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 Hg0CDzEnlx4g; Mon, 2 Sep 2019 14:33:03 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1567427583; bh=nAcW6xXqnMB0uasGun9JkspOSuYaMjIg5xkPB7ZrXXE=; h=From:To:Cc:Subject:Date; b=Qrnk5FswHmXK6xipd3cGQ4Wmpma2KepoJ4xf3Kcy2WRKV4XspgBqB6G9Tmc8PiUlw ncIF0pe2XVRJ0pYw6gFAyHYh+WBo+J4I+XwljTFPzHWzmEWH80ic4AFBqy+uS4pDIL WbtIZjQgaU0iaGdNfm5UawEkfx95mePNKf+agiKoVARl3A9wUkzDkhg+Z+aXD+1zOh aPmDguMlrsXT8f6mwRY4P12uWdIU+7Nttnn+fgbXcp1TCMJmytjBUJTX2naDLDONGP 8GfibI7b1eGmZs/a6YxnWS8hmtdRzWC80qxHWUx7x1cno6prCa1CWO4LhPOZeJ0Sgx qCZ+ZywfHJPBg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH 1/2] testing/libkeduvocdocument: new aport Date: Mon, 2 Sep 2019 14:33:00 +0200 Message-Id: <20190902123301.4684-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libkeduvocdocument/APKBUILD | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 testing/libkeduvocdocument/APKBUILD diff --git a/testing/libkeduvocdocument/APKBUILD b/testing/libkeduvocdocument/APKBUILD new file mode 100644 index 0000000000..68d4808a96 --- /dev/null +++ b/testing/libkeduvocdocument/APKBUILD @@ -0,0 +1,30 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libkeduvocdocument +pkgver=19.08.0 +pkgrel=0 +arch="all" +url="https://edu.kde.org" +pkgdesc="Library to parse, convert, and manipulate KVTML files" +license="GPL-2.0-or-later AND GFDL-1.2-only" +makedepends="extra-cmake-modules qt5-qtbase-dev ki18n-dev karchive-dev kio-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/libkeduvocdocument-$pkgver.tar.xz" +subpackages="$pkgname-dev $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="82eedb6b4fde4c75cd97e96532f158510b446056bfd5c96766f72e731718c4d62157bc4862e11d1d50a19e6a782d57cf5661f689c57eab6c65fab54b79b77973 libkeduvocdocument-19.08.0.tar.xz" -- 2.23.0