[arch-commits] Commit in sage-mathematics/trunk (PKGBUILD sage-mathematics.install)

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 3 20:47:32 UTC 2013


    Date: Sunday, February 3, 2013 @ 21:47:32
  Author: dwallace
Revision: 83603

upgpkg: sage-mathematics 5.6-1

upgpkg: sage-mathematics 5.6-1

Modified:
  sage-mathematics/trunk/PKGBUILD
  sage-mathematics/trunk/sage-mathematics.install

--------------------------+
 PKGBUILD                 |    9 +++++----
 sage-mathematics.install |    2 ++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-03 16:05:49 UTC (rev 83602)
+++ PKGBUILD	2013-02-03 20:47:32 UTC (rev 83603)
@@ -7,14 +7,15 @@
 # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.5
+pkgver=5.6
 pkgrel=1
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
 arch=('i686' 'x86_64')
 license=('GPL')
-#depends=('readline')
-makedepends=('gcc-fortran' 'desktop-file-utils')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' )
 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'
@@ -23,7 +24,7 @@
 install="${pkgname}.install"
 source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar"
         'SAGE-notebook.desktop')
-md5sums=('1162b607cf42859e31e81591600960d3'
+md5sums=('ce50c9e0c0ed1dca3038891c5c929509'
          'b82f94383829eee26648feb977e2d89b')
 
 build() {

Modified: sage-mathematics.install
===================================================================
--- sage-mathematics.install	2013-02-03 16:05:49 UTC (rev 83602)
+++ sage-mathematics.install	2013-02-03 20:47:32 UTC (rev 83603)
@@ -1,5 +1,6 @@
 post_install() {
   cd /opt/sage
+  update-desktop-database -q
 
   # set HOME because when sage updates its sage_root (after being moved) it will write files to ~/.sage with root ownership
   # the files it writes to ~/.sage can be safely ignored
@@ -44,6 +45,7 @@
 
 post_remove() {
   # Update LaTeX db to remove SageTeX entries
+  update-desktop-database -q
   if [ -f /usr/bin/texhash ]; then
     /usr/bin/texhash /usr/share/texmf
   fi




More information about the arch-commits mailing list