mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/cantor to 16.12.0-3
This commit is contained in:
parent
4d588c79bf
commit
727c7296f4
1 changed files with 9 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=cantor
|
pkgname=cantor
|
||||||
pkgver=16.12.0
|
pkgver=16.12.0
|
||||||
pkgrel=1
|
pkgrel=3
|
||||||
pkgdesc="KDE Frontend to Mathematical Software"
|
pkgdesc="KDE Frontend to Mathematical Software"
|
||||||
url="http://kde.org/applications/education/cantor/"
|
url="http://kde.org/applications/education/cantor/"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -24,13 +24,19 @@ optdepends=('maxima: Maxima backend'
|
||||||
'sagemath: SageMath backend')
|
'sagemath: SageMath backend')
|
||||||
conflicts=('kdeedu-cantor')
|
conflicts=('kdeedu-cantor')
|
||||||
replaces=('kdeedu-cantor')
|
replaces=('kdeedu-cantor')
|
||||||
source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz"{,.sig})
|
source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz"{,.sig}
|
||||||
|
cantor-python3.6.patch::"https://cgit.kde.org/cantor.git/patch/?id=2c67377")
|
||||||
sha1sums=('58498ba930688dd948c9796e06998bde9ec5c160'
|
sha1sums=('58498ba930688dd948c9796e06998bde9ec5c160'
|
||||||
'SKIP')
|
'SKIP'
|
||||||
|
'4778cda4f5289f0bd9ab1c7943c9e16c7f82197a')
|
||||||
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
|
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
|
# Fix python3 backend build with python 3.6
|
||||||
|
cd $pkgname-$pkgver
|
||||||
|
patch -p1 -i ../cantor-python3.6.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue