# Contributor: Bart Ribbers # Maintainer: Bart Ribbers pkgname=rocs pkgver=19.12.0 pkgrel=0 arch="all" url="https://kde.org/applications/education/org.kde.rocs" pkgdesc="Graph Theory IDE" license="GPL-2.0-or-later AND (LGPL-2.1-only OR LGPL-3.0-only) AND GFDL-1.2-only" makedepends="extra-cmake-modules qt5-qtbase-dev qt5-qtwebkit-dev qt5-qtsvg-dev qt5-qtxmlpatterns-dev karchive-dev kconfig-dev kcoreaddons-dev kcrash-dev kdeclarative-dev ki18n-dev kitemviews-dev ktexteditor-dev kxmlgui-dev kdoctools-dev boost-dev grantlee-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/release-service/$pkgver/src/rocs-$pkgver.tar.xz" subpackages="$pkgname-doc $pkgname-lang $pkgname-dev" build() { cmake \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib make } check() { # TestTgfFileFormat, TestRocs1FileFormat, TestRocs2FileFormat, and # graphtheory-test_graphoperations are broken # TestProject requires OpenGL local skipped_tests="(" local tests=" TestTgfFileFormat TestRocs1FileFormat TestRocs2FileFormat graphtheory-test_graphoperations TestProject" for test in $tests; do skipped_tests="$skipped_tests|$test" done skipped_tests="$skipped_tests)" CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "$skipped_tests" } package() { DESTDIR="$pkgdir" make install } sha512sums="11d9c6a0e6234c86752e07b5037ddd066673459c9f2bc1a779bfe54a06bce796af01b79af811c056f59ffcc85233ab357502a3597eeb21b5112d0f681cb51c6a rocs-19.12.0.tar.xz"