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

Ronald van Haren ronald at archlinux.org
Tue Jan 27 09:18:24 UTC 2015


    Date: Tuesday, January 27, 2015 @ 10:18:24
  Author: ronald
Revision: 230033

upgpkg: wxmaxima 14.12.0-1

update to wxmaxima; fix desktop category to match xmaxima

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 09:01:35 UTC (rev 230032)
+++ PKGBUILD	2015-01-27 09:18:24 UTC (rev 230033)
@@ -4,7 +4,7 @@
 # Contributor: Vinay S Shastry <vinayshastry at gmail.com>
 
 pkgname=wxmaxima
-pkgver=14.09.0
+pkgver=14.12.0
 pkgrel=1
 pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
 install=wxmaxima.install
-sha1sums=('b8dad346edc820b0c3744219fa55561ad084cdda')
+sha1sums=('e650c7f2754f6294183cae9134813f25ce65d215')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,7 +28,7 @@
   make DESTDIR="${pkgdir}" install 
 
   # Fix category in .desktop file
-  sed -i -e 's/Utility;X-Red-Hat-Base;X-Red-Hat-Base-Only;/Science;Math;/' wxmaxima.desktop
+  sed -i '/Categories=/c\Categories=Science;Math;' wxmaxima.desktop
 
   # Install desktop file and icon
   install -m755 -d "${pkgdir}/usr/share/applications"



More information about the arch-commits mailing list