Date: Sunday, February 9, 2014 @ 19:29:53
  Author: arcanis
Revision: 105530

upgpkg: sage-mathematics 6.1.1-1

Modified:
  sage-mathematics/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-02-09 17:42:22 UTC (rev 105529)
+++ PKGBUILD    2014-02-09 18:29:53 UTC (rev 105530)
@@ -8,8 +8,8 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=6.1
-pkgrel=3
+pkgver=6.1.1
+pkgrel=1
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=('i686' 'x86_64')
 url="http://www.sagemath.org";
@@ -16,7 +16,7 @@
 license=('GPL')
 #depends=('desktop-file-utils' 'java-environment=7' 'libjpeg-turbo' 'libtiff' 
'libxmu' 'sqlite' 'xz')
 depends=('freetype2>=2.3.5')
-makedepends=('gcc-fortran' 'gendesk' 'desktop-file-utils')
+makedepends=('desktop-file-utils' 'gcc-fortran' 'gendesk')
 optdepends=('imagemagick: some plotting functionality benefits from it'
             'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
             'openssh: to use the notebook in secure mode'
@@ -25,7 +25,7 @@
 
source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
         "sage.service")
 install="${pkgname}.install"
-md5sums=('75130374fcdb9395955db81f1ed28422'
+md5sums=('800c59f7cfa32c012f358ae240cdb2e6'
          '985da1c1d1dcdc3ea9aa73035cb7996b')
 
 prepare() {
@@ -48,7 +48,6 @@
   mkdir "${srcdir}/build"
   
   # according to FS#34769
-  rm -rf freetype-*
   sed -i -e 's/FREETYPE/#FREETYPE/' "${srcdir}/sage-${pkgver}/build/install"
 }
 
@@ -125,7 +124,7 @@
   # install *.desktop and icon files
   install -Dm644 "${srcdir}/sage-notebook.desktop" \
                  "${pkgdir}/usr/share/applications/sage-notebook.desktop"
-  install -Dm644 
"${pkgdir}/opt/sage/local/lib/python2.7/site-packages/sagenb-0.10.7.2-py2.7.egg/sagenb/data/sage/images/icon128x128.png"
 \
+  install -Dm644 
"${pkgdir}/opt/sage/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/data/sage/images/icon48x48.png"
 \
                  "${pkgdir}/usr/share/pixmaps/sage-notebook.png"
 }
 

Reply via email to