Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1DF02782CCA for ; Tue, 16 Jul 2019 18:21:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2357B36EE3 for ; Tue, 16 Jul 2019 20:21:06 +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 8sex6eoHmFC0; Tue, 16 Jul 2019 20:21:04 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563301264; bh=ge5zAbp0llIiuRHhk5ESarjIYl2V3UNuB4YPv31z9/4=; h=From:To:Cc:Subject:Date; b=bv6vUvLLuNuSs/w2QIMX4s8xRTOK+gOuC2JIHTLKbb+zSvUx+CPb+FhfjdN2chmv7 1DgDREQNO9xeggRTppGaZVNIxFmeXjh/ci2HRwy1q4cLjyrVIez/Ry3jmfaYIgKOcv Mb9uVG8IhG5UV77UX7AWjS1yVraNUpeLbRbjb+L7ft9FI+vDaDmkcp9/sWoSLOhDfh Ga+9DCWhsBspXCZPwrdKckV/gLKyqJrYex3B49Rf+J0jNgIG/kIx3rJjuLQ7210CTg xU+BFrLEMUkOxvXijTyMQ7IA8GrLRvUrk+CmSbH9GuVpDL6Q/4j8JHAcAHyrHUsP3a AzF4KRdMv+khQ== To: alpine-aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/kteatime: new aport Date: Tue, 16 Jul 2019 20:20:32 +0200 Message-Id: <20190716182032.31997-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/kteatime/APKBUILD | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 testing/kteatime/APKBUILD diff --git a/testing/kteatime/APKBUILD b/testing/kteatime/APKBUILD new file mode 100644 index 0000000000..fab3373640 --- /dev/null +++ b/testing/kteatime/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=kteatime +pkgver=19.04.3 +pkgrel=0 +arch="all" +url="https://kde.org/applications/utilities/org.kde.kteatime" +pkgdesc="A handy timer for steeping tea" +license="GPL-2.0-or-later AND GFDL-1.2-only" +makedepends="extra-cmake-modules qt5-qtbase-dev kconfig-dev kcrash-dev kdoctools-dev ki18n-dev kiconthemes-dev knotifyconfig-dev knotifications-dev ktextwidgets-dev kxmlgui-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="17275f87d536f1f9f470a8e2e4fdaae08c41e148e4ecabca1ae8b6becbf588cb40183d9395b2c8c3d5ee8d9b51f735c680e7048c5a9e612ec672cbee3848622c kteatime-19.04.3.tar.xz" -- 2.22.0