aboutsummaryrefslogtreecommitdiffstats
path: root/community/kinit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kinit/APKBUILD')
-rw-r--r--community/kinit/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/community/kinit/APKBUILD b/community/kinit/APKBUILD
deleted file mode 100644
index 5d2c8fef389..00000000000
--- a/community/kinit/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=kinit
-pkgver=5.66.0
-pkgrel=0
-pkgdesc="Process launcher to speed up launching KDE applications"
-arch="all !armhf"
-url="https://community.kde.org/Frameworks"
-license="LGPL-2.1-only OR LGPL-3.0-only"
-depends_dev="qt5-qtbase-dev libcap-dev kservice-dev kio-dev ki18n-dev kwindowsystem-dev kcrash-dev kconfig-dev"
-makedepends="$depends_dev extra-cmake-modules kdoctools-dev"
-source="https://download.kde.org/stable/frameworks/${pkgver%.*}/kinit-$pkgver.tar.xz"
-subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-
-prepare() {
- default_prepare
-
- mkdir "$builddir"/build
-}
-
-build() {
- cd "$builddir"/build
- cmake "$builddir" \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DBUILD_QCH=ON
- make
-}
-
-check() {
- cd "$builddir"/build
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- cd "$builddir"/build
- DESTDIR="$pkgdir" make install
-}
-sha512sums="a8cf86e53cdfb4c361b492f3a8dfe05cea0f1fb5e798e6a043912e9ab229088e0656f60ea9eb92d9e44a3fd882cc0eab93994aa1ffa1646d7ae18c6729d0438a kinit-5.66.0.tar.xz"