# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=khotkeys pkgver=5.17.3 pkgrel=0 arch="all" url="https://www.kde.org/workspaces/plasmadesktop/" pkgdesc="Key Accelerator Application" license="GPL-2.0-only AND LGPL-2.0-or-later" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtx11extras-dev kglobalaccel-dev ki18n-dev kio-dev kxmlgui-dev kdelibs4support-dev kdbusaddons-dev kcmutils-dev plasma-framework-dev plasma-workspace-dev kdoctools-dev" source="https://download.kde.org/stable/plasma/$pkgver/khotkeys-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang $pkgname-dev" options="!check" # No tests prepare() { default_prepare mkdir "$builddir"/build } build() { cd "$builddir"/build cmake "$builddir" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { cd "$builddir"/build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } sha512sums="af21e0a48c35f6e0572966760ce1b4aa1ea7dd45ed4d0665a4ccfee2a983bf053519df0ee3b6e89b4eff2ce84eeb55198844eae351576009aadade103fc006c6 khotkeys-5.17.3.tar.xz"