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

Antonio Rojas arojas at archlinux.org
Sun Feb 7 19:20:45 UTC 2016


    Date: Sunday, February 7, 2016 @ 20:20:45
  Author: arojas
Revision: 258945

Fix sagemath backend

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-07 19:05:24 UTC (rev 258944)
+++ PKGBUILD	2016-02-07 19:20:45 UTC (rev 258945)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=15.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="http://kde.org/applications/education/cantor/"
 arch=('i686' 'x86_64')
@@ -22,11 +22,17 @@
 conflicts=('kdeedu-cantor')
 replaces=('kdeedu-cantor')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz")
-sha1sums=('aea99e9fd5924996181b935f4ce3566c1517b241')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz"
+	cantor-sagemath.patch::"https://quickgit.kde.org/?p=cantor.git&a=commitdiff&h=5d185d21&o=plain")
+sha1sums=('aea99e9fd5924996181b935f4ce3566c1517b241'
+          'd325a8fe8567ff8ed03518043ebfe547448d81c2')
 
 prepare() {
   mkdir -p build
+
+# Fix sagemath backend http://bugs.kde.org/show_bug.cgi?id=348128
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cantor-sagemath.patch
 }
 
 build() {



More information about the arch-commits mailing list