[arch-commits] Commit in maxima-ecl/trunk (PKGBUILD maxima.desktop)

Antonio Rojas arojas at archlinux.org
Tue Sep 12 21:43:24 UTC 2017


    Date: Tuesday, September 12, 2017 @ 21:43:24
  Author: arojas
Revision: 257181

Remove duplicate desktop file (FS#55607)

Modified:
  maxima-ecl/trunk/PKGBUILD
Deleted:
  maxima-ecl/trunk/maxima.desktop

----------------+
 PKGBUILD       |   20 +++++---------------
 maxima.desktop |   11 -----------
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-12 20:22:10 UTC (rev 257180)
+++ PKGBUILD	2017-09-12 21:43:24 UTC (rev 257181)
@@ -8,7 +8,7 @@
 _pkgname=maxima
 pkgver=5.40.0
 _eclver=16.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(i686 x86_64)
 license=(GPL)
@@ -20,11 +20,10 @@
 provides=(maxima)
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
-        "${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('1b7d3b4f7dfc5eae2fcf79e8987f5f23'
-         '24aa81126fbb8b726854e5a80d4c2415'
-         'eb33481ea06afb97743af06ff52c099b'
-         '0a1fb7bb0cfdede965252b75decc2c0d')
+        'build-fasl.patch' 'matrixexp.patch')
+sha256sums=('74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796'
+            '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
+            'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -53,15 +52,6 @@
   cd $_pkgname-$pkgver
   make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
 
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${_pkgname}.desktop \
-  	$pkgdir/usr/share/applications/${_pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place
-  install -d $pkgdir/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-	$pkgdir/usr/share/pixmaps/${_pkgname}.png
-
   _ecldir="/usr/lib/ecl-$_eclver"
   mkdir -p "$pkgdir/$_ecldir"
   install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"

Deleted: maxima.desktop
===================================================================
--- maxima.desktop	2017-09-12 20:22:10 UTC (rev 257180)
+++ maxima.desktop	2017-09-12 21:43:24 UTC (rev 257181)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Name=XMaxima
-GenericName=A computer algebra system
-GenericName[de]=Computeralgebra System
-GenericName[it]=algebra a livello avanzato
-Comment=A sophisticated computer algebra system
-Exec=xmaxima
-Icon=maxima
-Terminal=true
-Type=Application
-Categories=Science;Math;



More information about the arch-commits mailing list