# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=kdecoration pkgver=5.18.0 pkgrel=0 pkgdesc="Plugin based library to create window decorations" arch="all !armhf" url="https://www.kde.org/workspaces/plasmadesktop/" license="LGPL-2.1-only OR LGPL-3.0-only" depends_dev="qt5-qtbase-dev ki18n-dev" makedepends="$depends_dev extra-cmake-modules" source="https://download.kde.org/stable/plasma/$pkgver/kdecoration-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-lang" options="!check" # Fails due to requiring running X11 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="b8f1c79664c4cb11cc26bb5114cb0bf41fbf31c8f71c8d55a3fb38b8eef111fb3d87493a7a8bdfaa6d299775d66e70b4b4c5801687b98087d0a6e7e30bdd6274 kdecoration-5.18.0.tar.xz"