# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdecoration pkgver=5.15.4 pkgrel=0 pkgdesc="Plugin based library to create window decorations" arch="all" url="https://www.kde.org/workspaces/plasmadesktop/" license="LGPL-2.1" 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 \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="4f4c071883a38f8aa42139747e63e3a12a182a8680bac580fdb785958cd6908bc212ede6a343fa4b80da888ee9801bae24e942c5c30fcf87862123f3315e3cdf kdecoration-5.15.4.tar.xz"