# 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.08.2 pkgrel=2 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} julia-1.11.patch) sha256sums=('080c73b405ca2d854972d08c1cdbc7554e99f3d314e37ae6f9ef3249a802bc78' 'SKIP' 'd291557fe2fd6ec7872c1145f48132e017d408c28eb45b62ee4be0329c854a86') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker prepare() { patch -d $pkgname-$pkgver -p1 < julia-1.11.patch # Fix build with julia 1.11 } build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF cmake --build build } package() { DESTDIR="$pkgdir" cmake --install build }