# 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=kipi-plugins pkgver=23.04.3 pkgrel=1 pkgdesc="A collection of plugins extending the KDE graphics and image applications" # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://userbase.kde.org/KIPI" license="GPL-2.0-or-later AND GFDL-1.2-only" makedepends=" extra-cmake-modules karchive-dev kconfig-dev ki18n-dev kio-dev kwindowsystem-dev kxmlgui-dev libkipi-dev qt5-qtbase-dev qt5-qtsvg-dev qt5-qtxmlpatterns-dev samurai " _repo_url="https://invent.kde.org/graphics/kipi-plugins.git" source="https://download.kde.org/stable/release-service/$pkgver/src/kipi-plugins-$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 } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" f489823b5f38a5b7a5e1ee94f04066190f800c5d53c5a534aea9ba3ffa3c12447539f88651b441073b4e7a3d7cc6b630a9e20bd629c2721c3e92c55dbc37f5f2 kipi-plugins-23.04.3.tar.xz "