diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-25 12:10:51 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-25 12:40:03 +0100 |
commit | 0e5f8a698cff67091724ba162b5c36b7a124c4bc (patch) | |
tree | b06e314ba3529317201ad4a63ba432608c03bccc /testing/kcron | |
parent | 04842fcba8d027d4a37848b23700a1f383117a74 (diff) | |
download | aports-0e5f8a698cff67091724ba162b5c36b7a124c4bc.tar.bz2 aports-0e5f8a698cff67091724ba162b5c36b7a124c4bc.tar.xz |
community/kcron: move from testing
Diffstat (limited to 'testing/kcron')
-rw-r--r-- | testing/kcron/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/kcron/APKBUILD b/testing/kcron/APKBUILD deleted file mode 100644 index 87d93d8c7c..0000000000 --- a/testing/kcron/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=kcron -pkgver=19.12.0 -pkgrel=0 -arch="all" -url="https://kde.org/applications/system/" -pkgdesc="Configure and schedule tasks" -license="GPL-2.0-or-later" -makedepends="extra-cmake-modules qt5-qtbase-dev kconfigwidgets-dev kdoctools-dev ki18n-dev kiconthemes-dev kio-dev" -source="https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz" -subpackages="$pkgname-doc $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="40611f33f822eb61b63a8631cb76bd2b45b504465cba19277b9dd6cd4d2b8e3e02baff14fb5c6fd86182bb6e726dcd5b9bdaecb2f0056695691446686df4c430 kcron-19.12.0.tar.xz" |