# Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=sonnet pkgver=5.43.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" # Highlighter test requires X11 CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E sonnet-test_highlighter } 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/sonnet_aspell.so \ "$subpkgdir"/usr/lib/qt5/plugins/kf5/sonnet/sonnet_aspell.so } sha512sums="63ee853d5f2df8b8163253add74418e46810188d58fc4ea56ee1d6dc6cd2f25b89c40f21039840c1992b2ce84e44acce26373cedb70770ca3d806e1dc73a0aa0 sonnet-5.43.0.tar.xz"