[arch-commits] Commit in cantor/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 27 12:05:30 UTC 2020


    Date: Friday, November 27, 2020 @ 12:05:30
  Author: foutrelis
Revision: 402101

upgpkg: cantor 20.08.3-3: restore Python backend

Modified:
  cantor/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-27 07:18:32 UTC (rev 402100)
+++ PKGBUILD	2020-11-27 12:05:30 UTC (rev 402101)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=20.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/"
 arch=(x86_64)
@@ -19,12 +19,19 @@
             'python: Python backend'
             'sagemath: SageMath backend'
             'julia: Julia backend')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+        $pkgname-py39.patch::https://invent.kde.org/education/cantor/-/commit/c794fb5f0f61.patch)
 sha256sums=('14aefe60ca2ff7aeaf7af8080dd00e80be8d747faeb9cd5a2df88f0d3af358da'
-            'SKIP')
+            'SKIP'
+            'cacf5ecf60fcf420b7bfeb0248d412f3a7272cf6d4e591e2f4c040a7b3b18800')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../$pkgname-py39.patch
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list