# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdecoration pkgver=5.13.0 pkgrel=0 pkgdesc='Plugin based library to create window decorations' arch="all" url='https://www.kde.org/workspaces/plasmadesktop/' license="LGPL-2.1" depends="" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules ki18n-dev" source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev" options="!check" # Fails due to requiring running X11 build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DKDE_INSTALL_LIBDIR=lib \ -DKDE_INSTALL_SYSCONFDIR=/etc make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="e21d1b2146c28fc233765d5d3532bbebdaa3cc497116314a44e2beda84fdb066ea71f0a0e9b5559fb5b9e8aa84b5a377164d622f21b9fccb2566592991d91b35 kdecoration-5.13.0.tar.xz"