# Contributor: Bart Ribbers # Maintainer: team/kde # The group tag is just to easily find this APKBUILD by some scripts for automation # group=kde-applications pkgname=dolphin-plugins pkgver=23.04.3 pkgrel=1 pkgdesc="Extra Dolphin plugins" url="https://www.kde.org/applications/system/dolphin/" # armhf blocked by extra-cmake-modules arch="all !armhf" license="GPL-2.0-or-later" makedepends=" dolphin-dev extra-cmake-modules ki18n-dev kio-dev ktexteditor-dev ktextwidgets-dev kxmlgui-dev qt5-qtbase-dev samurai " _repo_url="https://invent.kde.org/sdk/dolphin-plugins.git" source="https://download.kde.org/stable/release-service/$pkgver/src/dolphin-plugins-$pkgver.tar.xz" subpackages="$pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_svn=OFF # Broken "error: expected unqualified-id before '(' token" cmake --build build } check() { ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 8f487ba0bcbe561915064247ddb2327c3b7c8fa6ffc5c511d9c9ef37bd4f28a624533ce7a2da2a86b10b65f37915ca10840517872b40c2fd014cead6da5972c8 dolphin-plugins-23.04.3.tar.xz "