# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=plasma-browser-integration pkgver=5.16.3 pkgrel=0 pkgdesc="Components necessary to integrate browsers into the Plasma Desktop" arch="all" url="https://community.kde.org/Plasma/Browser_Integration" license="GPL-3.0-or-later" makedepends="extra-cmake-modules qt5-qtbase-dev kio-dev ki18n-dev kconfig-dev kdbusaddons-dev knotifications-dev krunner-dev kactivities-dev" source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-lang" build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { DESTDIR="$pkgdir" make install } sha512sums="ddc04393207708c183eed6235ff1988bc6922008dfb82e8ca85a865cd3a07e8759794fe0b19f10e48a3287c62c9774dd41d822e0ad1852b74eace193b182afee plasma-browser-integration-5.16.3.tar.xz"