# Maintainer: Felix Yan # Maintainer: Antonio Rojas # Contributor: Andrea Scarpino # ALARM: Kevin Mihelich # - drop julia make/optdepends, doesn't build on ARM pkgname=cantor pkgver=24.02.0 pkgrel=3 pkgdesc='KDE Frontend to Mathematical Software' url='https://apps.kde.org/cantor/' arch=(x86_64) license=(GPL-2.0-or-later LGPL-2.0-or-later) depends=(gcc-libs glibc karchive5 kcompletion5 kconfig5 kconfigwidgets5 kcoreaddons5 kcrash5 ki18n5 kiconthemes5 kio5 knewstuff5 kparts5 ktexteditor5 ktextwidgets5 kwidgetsaddons5 kxmlgui5 libqalculate libspectre poppler-qt5 qt5-base qt5-svg qt5-tools qt5-webengine qt5-xmlpatterns syntax-highlighting5) makedepends=(extra-cmake-modules kdoctools5 luajit python r) optdepends=('maxima: Maxima backend' 'octave: Octave backend' 'r: R backend' 'luajit: LUA backend' 'python: Python backend' 'sagemath: SageMath backend') groups=(kde-applications kde-education) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('14132c0241427f5b5cbfb797a0fb5a5c4aa8261d1107cf9e9ac076fa29493813' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }