# 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=kdesdk-thumbnailers pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://www.kde.org/applications/development/" pkgdesc="Plugins for the thumbnailing system" license="GPL-2.0-only OR GPL-3.0-only" makedepends=" extra-cmake-modules gettext-dev kconfig-dev ki18n-dev kio-dev qt5-qtbase-dev samurai " _repo_url="https://invent.kde.org/sdk/kdesdk-thumbnailers.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kdesdk-thumbnailers-$pkgver.tar.xz" subpackages="$pkgname-lang" options="!check" # No tests build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 4283193cd98d3886baf9c9dfafa1b9c315b0dc8dea5b7985851f8edfa90ac3ca4207c6db4f69199d180857f62acd332eb8074921d094e37d25fb31190c7a7dcd kdesdk-thumbnailers-23.04.3.tar.xz "