# 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=keditbookmarks pkgver=23.04.3 pkgrel=1 # armhf blocked by extra-cmake-modules arch="all !armhf" url="https://www.kde.org/" pkgdesc="Bookmark Organizer and Editor" license="GPL-2.0-only AND GFDL-1.2-only" makedepends=" extra-cmake-modules kbookmarks-dev kdoctools-dev ki18n-dev kiconthemes-dev kio-dev kparts-dev kwindowsystem-dev qt5-qtbase-dev samurai " checkdepends="xvfb-run" _repo_url="https://invent.kde.org/utilities/keditbookmarks.git" source="https://download.kde.org/stable/release-service/$pkgver/src/keditbookmarks-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang" build() { cmake -B build -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib cmake --build build } check() { xvfb-run ctest --test-dir build --output-on-failure } package() { DESTDIR="$pkgdir" cmake --install build } sha512sums=" 4920b05148e3d6163d401557b79a51930377f7b562f786b714fe959f9d547ac4091cdf0c4deca1cc52344a5f01e7e77c5cded8eb8ebd242a2b6a6d8e33c544f1 keditbookmarks-23.04.3.tar.xz "