# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=sonnet pkgver=5.39.0 pkgrel=0 pkgdesc="Framework for implementing portable spell check functionality" url="https://www.kde.org/" arch="all" license="LGPL-2.1" depends="" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev cmake extra-cmake-modules aspell-dev hunspell-dev qt5-qttools-dev doxygen graphviz" install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-aspell" source="http://download.kde.org/stable/frameworks/${pkgver%.*}/sonnet-$pkgver.tar.xz" builddir="$srcdir/sonnet-$pkgver" build() { cd "$builddir" if [ "$CBUILD" != "$CHOST" ]; then CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux" fi cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=True \ -DCMAKE_BUILD_TYPE=RelWithDebugInfo \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DBUILD_QCH:BOOL=ON \ ${CMAKE_CROSSOPTS} make } check() { cd "$builddir" CTEST_OUTPUT_ON_FAILURE=TRUE ctest } package() { cd "$builddir" make DESTDIR="$pkgdir" install } aspell() { pkgdesc="$pkdesc (aspell backend)" install_if="$pkgname=$pkgver-$pkgrel aspell" mkdir -p "$subpkgdir"/usr/lib/qt5/plugins/kf5/sonnet mv "$pkgdir"/usr/lib/qt5/plugins/kf5/sonnet/aspell.so \ "$subpkgdir"/usr/lib/qt5/plugins/kf5/sonnet/aspell.so } sha512sums="4d1a06578812a77febabba8d99fe902108e52ea03fe20a065e900bc47b1254cc78940927307b27b6039f1dd79ccb3bf734a6cbc916ef47a9603c165342be8a1d sonnet-5.39.0.tar.xz"