Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id BE02A782B34 for ; Tue, 16 Jul 2019 18:28:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B5C0E36EE5 for ; Tue, 16 Jul 2019 20: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 ufVWDf1O5Ym3; Tue, 16 Jul 2019 20:28:29 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563301709; bh=376AB1KpfezK6HnRh9Xe4bsxHteCx/ZbODzgQdexdI4=; h=From:To:Cc:Subject:Date; b=ed9XYi4Te/IltKC2Cox0T9ONdN0SDlTvYcr3CA76hhksUckrMq+/vnHa8a7IK4Jz5 1qIt9oTPMG9D86hNIpsGFHZY/S4vxZd1hTLTvaKCgfZJ8kcOrLF7sxo4zOIye9Rpqv Tsn9C32sFHu+cJQficTldoJ6VC1IgHaJ84wmlt6hx7NqXvblBs6iZnvFJOfVg9OC4c DNtts0Nhsvn7hF3tVqBj/FZnL+o6Ue39fGy9j/qZjGcspcWnN1bPysWl6LOyFlVvg5 rEOFq/jCcRTSRx5IrghfRcrmmux28CDPsJ43waBCyAtD/Or1EJM7ASa35yN5y0CsPz ZQHgkuGp5HgLg== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/ktimer: new aport Date: Tue, 16 Jul 2019 20:27:57 +0200 Message-Id: <20190716182757.3927-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/ktimer/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/ktimer/APKBUILD diff --git a/testing/ktimer/APKBUILD b/testing/ktimer/APKBUILD new file mode 100644 index 0000000000..c8e07f1c65 --- /dev/null +++ b/testing/ktimer/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=ktimer +pkgver=19.04.3 +pkgrel=0 +arch="all" +url="https://kde.org/applications/utilities/org.kde.ktimer" +pkgdesc="A little tool to execute programs after some time" +license="GPL-2.0-or-later" +makedepends="extra-cmake-modules qt5-qtbase-dev kdoctools-dev ki18n-dev kwidgetsaddons-dev kio-dev kdbusaddons-dev knotifications-dev kconfig-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="ad0cbb37d56251a667aa21742219ce1bdbba8e1a7a11f34947e4d3954d11dd10166b891906a13c99c71436ae9ad824a5bb788826a2d935632af40ece438feb8d ktimer-19.04.3.tar.xz" -- 2.22.0