Date: Friday, May 27, 2016 @ 18:50:54
  Author: arojas
Revision: 268696

Backport fixes for sagemath backend

Modified:
  cantor/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-27 13:39:36 UTC (rev 268695)
+++ PKGBUILD    2016-05-27 16:50:54 UTC (rev 268696)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="http://kde.org/applications/education/cantor/";
 arch=('i686' 'x86_64')
@@ -21,11 +21,17 @@
             'sagemath: SageMath backend')
 conflicts=('kdeedu-cantor')
 replaces=('kdeedu-cantor')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";
+        
cantor-sagemath-7.2.patch::"https://quickgit.kde.org/?p=cantor.git&a=commitdiff&h=f96c147a&hp=dc11d273&o=plain";)
+sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491'
+          '6f6bc35562737565b8eebba31b96e8e461967a10')
 
 prepare() {
   mkdir -p build
+
+# Fix sagemath backend 
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cantor-sagemath-7.2.patch
 }
 
 build() {

Reply via email to