# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdecoration pkgver=5.15.1 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="9672870a3539b467f7855d4bd5578f298d5f68cca75971d0dc91f7e054ffd0b5b97907324c332cf1ba14a0a58f829616d77a499b75097c3dcb1db14ba7bd69c0 kdecoration-5.15.1.tar.xz"