[arch-commits] Commit in maxima/repos (10 files)
Antonio Rojas
arojas at archlinux.org
Sat May 14 18:54:29 UTC 2016
Date: Saturday, May 14, 2016 @ 20:54:28
Author: arojas
Revision: 268005
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
maxima/repos/extra-i686/PKGBUILD
(from rev 268004, maxima/trunk/PKGBUILD)
maxima/repos/extra-i686/maxima.desktop
(from rev 268004, maxima/trunk/maxima.desktop)
maxima/repos/extra-x86_64/PKGBUILD
(from rev 268004, maxima/trunk/PKGBUILD)
maxima/repos/extra-x86_64/maxima.desktop
(from rev 268004, maxima/trunk/maxima.desktop)
Deleted:
maxima/repos/extra-i686/PKGBUILD
maxima/repos/extra-i686/maxima.desktop
maxima/repos/extra-i686/maxima.install
maxima/repos/extra-x86_64/PKGBUILD
maxima/repos/extra-x86_64/maxima.desktop
maxima/repos/extra-x86_64/maxima.install
-----------------------------+
/PKGBUILD | 114 ++++++++++++++++++++++++++++++++++++++++++
/maxima.desktop | 22 ++++++++
extra-i686/PKGBUILD | 58 ---------------------
extra-i686/maxima.desktop | 11 ----
extra-i686/maxima.install | 19 -------
extra-x86_64/PKGBUILD | 58 ---------------------
extra-x86_64/maxima.desktop | 11 ----
extra-x86_64/maxima.install | 19 -------
8 files changed, 136 insertions(+), 176 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-i686/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=maxima
-pkgver=5.38.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net"
-depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
- '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # set correct python executable to create docs
- sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
- --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
- # help avoid (re)running makeinfo/tex
- touch doc/info/maxima.info
- make
-}
-
-#check() { # test 23&129 fail from rtest_taylor
-# cd "${srcdir}/${pkgname}-${pkgver}"
-# make check
-#}
-
-package() {
- cd "${srcdir}/${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"
-}
Copied: maxima/repos/extra-i686/PKGBUILD (from rev 268004, maxima/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=maxima
+pkgver=5.38.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net"
+depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
+sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
+ '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # set correct python executable to create docs
+ sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+ --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+ # help avoid (re)running makeinfo/tex
+ touch doc/info/maxima.info
+ make
+}
+
+#check() { # test 23&129 fail from rtest_taylor
+# cd "${srcdir}/${pkgname}-${pkgver}"
+# make check
+#}
+
+package() {
+ cd "${srcdir}/${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"
+}
Deleted: extra-i686/maxima.desktop
===================================================================
--- extra-i686/maxima.desktop 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-i686/maxima.desktop 2016-05-14 18:54:28 UTC (rev 268005)
@@ -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;
Copied: maxima/repos/extra-i686/maxima.desktop (from rev 268004, maxima/trunk/maxima.desktop)
===================================================================
--- extra-i686/maxima.desktop (rev 0)
+++ extra-i686/maxima.desktop 2016-05-14 18:54:28 UTC (rev 268005)
@@ -0,0 +1,11 @@
+[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;
Deleted: extra-i686/maxima.install
===================================================================
--- extra-i686/maxima.install 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-i686/maxima.install 2016-05-14 18:54:28 UTC (rev 268005)
@@ -1,19 +0,0 @@
-infodir=/usr/share/info
-filelist=(imaxima.info maxima.info xmaxima.info)
-
-post_install() {
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
- update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-x86_64/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Damir Perisa <damir at archlinux.org>
-
-pkgname=maxima
-pkgver=5.38.0
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net"
-depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
-sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
- '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # set correct python executable to create docs
- sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
- --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
- # help avoid (re)running makeinfo/tex
- touch doc/info/maxima.info
- make
-}
-
-#check() { # test 23&129 fail from rtest_taylor
-# cd "${srcdir}/${pkgname}-${pkgver}"
-# make check
-#}
-
-package() {
- cd "${srcdir}/${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"
-}
Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 268004, maxima/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-05-14 18:54:28 UTC (rev 268005)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Damir Perisa <damir at archlinux.org>
+
+pkgname=maxima
+pkgver=5.38.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net"
+depends=('sbcl=1.3.1' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop")
+sha1sums=('1cc9ba840f115ab18813dfffeab89fb68ea735ce'
+ '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # set correct python executable to create docs
+ sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+ --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+ # help avoid (re)running makeinfo/tex
+ touch doc/info/maxima.info
+ make
+}
+
+#check() { # test 23&129 fail from rtest_taylor
+# cd "${srcdir}/${pkgname}-${pkgver}"
+# make check
+#}
+
+package() {
+ cd "${srcdir}/${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"
+}
Deleted: extra-x86_64/maxima.desktop
===================================================================
--- extra-x86_64/maxima.desktop 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-x86_64/maxima.desktop 2016-05-14 18:54:28 UTC (rev 268005)
@@ -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;
Copied: maxima/repos/extra-x86_64/maxima.desktop (from rev 268004, maxima/trunk/maxima.desktop)
===================================================================
--- extra-x86_64/maxima.desktop (rev 0)
+++ extra-x86_64/maxima.desktop 2016-05-14 18:54:28 UTC (rev 268005)
@@ -0,0 +1,11 @@
+[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;
Deleted: extra-x86_64/maxima.install
===================================================================
--- extra-x86_64/maxima.install 2016-05-14 18:53:55 UTC (rev 268004)
+++ extra-x86_64/maxima.install 2016-05-14 18:54:28 UTC (rev 268005)
@@ -1,19 +0,0 @@
-infodir=/usr/share/info
-filelist=(imaxima.info maxima.info xmaxima.info)
-
-post_install() {
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
- update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
More information about the arch-commits
mailing list