Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1775B782C93 for ; Tue, 16 Jul 2019 10:10:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id D353A36DD5 for ; Tue, 16 Jul 2019 12:10:37 +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 VrT8qx7dhHtw; Tue, 16 Jul 2019 12:10:36 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563271836; bh=lFST+wPGP+LJ8gigwVQ/yUS0YO/Xwy0eQRO5U9gx2ls=; h=From:To:Cc:Subject:Date; b=irId3i2sbbj+FpbaxC0LsqNGAwTQ5S6jKfFUR3lPqWH6kvi5gosDo0ez7T+ThCF2q b1XyNwyQfYrY9Va9ojXZvzfqZAAsoIvh9NBqDFkVVNOtCQdqp62Hy10hj9v5Ivshmo Qg+JafU3JYc3tDfAklzQwWfotbzfolBI8ROX/7CLAv7GW1dfsqJAq7q8St6gGfUCzY ZiCwdA1qBXkJ0ZP5/swSb4ty0YTi9WEuP7H+SIsQWB6i8f178oju6FNNDTF+tAFBDH /mV1RwxeqapMnJ5in0a8OPUvUxdkNjaMjHZzUU88FfUwJgFMXGklsjA1+8uRxaXdDo HD3phyf/KbZdg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kcharselect: new aport Date: Tue, 16 Jul 2019 12:09:59 +0200 Message-Id: <20190716100959.9149-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kcharselect/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/kcharselect/APKBUILD diff --git a/testing/kcharselect/APKBUILD b/testing/kcharselect/APKBUILD new file mode 100644 index 0000000000..5601fbc99c --- /dev/null +++ b/testing/kcharselect/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kcharselect +pkgver=19.04.3 +pkgrel=0 +arch="all" +url="https://kde.org/applications/utilities/org.kde.kcharselect" +pkgdesc="A tool to select special characters from all installed fonts and copy them into the clipboard" +license="GPL-2.0-or-later" +makedepends="extra-cmake-modules qt5-qtbase-dev kbookmarks-dev kcrash-dev kdoctools-dev ki18n-dev kwidgetsaddons-dev kxmlgui-dev" +source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$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="7909a5fe140da1026ad4ce96ae5932d7b20a6894c56f4088445a2fea3bb52d2da9014d76bbaac45b6f503985474ca1b84c2e6764fc5b5ac2e0f5c58f383f9c9d kcharselect-19.04.3.tar.xz" -- 2.22.0