# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino pkgname=kbookmarks pkgver=5.106.0 pkgrel=1 pkgdesc='Support for bookmarks and the XBEL format' arch=(x86_64) url='https://community.kde.org/Frameworks' license=(LGPL) depends=(kxmlgui) makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('8d3115d42a6ad460d6e37eeac714bd55ecf15616be224144e243f552a9f33628' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=ON cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }