[arch-commits] Commit in wxmaxima/repos (6 files)

2016-05-14 Thread Antonio Rojas
Date: Saturday, May 14, 2016 @ 22:37:22
  Author: arojas
Revision: 268030

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wxmaxima/repos/extra-i686/PKGBUILD
(from rev 268029, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 268029, wxmaxima/trunk/PKGBUILD)
Deleted:
  wxmaxima/repos/extra-i686/PKGBUILD
  wxmaxima/repos/extra-i686/wxmaxima.install
  wxmaxima/repos/extra-x86_64/PKGBUILD
  wxmaxima/repos/extra-x86_64/wxmaxima.install

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   37 
 extra-i686/wxmaxima.install   |   26 --
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/wxmaxima.install |   26 --
 5 files changed, 72 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-14 20:36:47 UTC (rev 268029)
+++ extra-i686/PKGBUILD 2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-install=wxmaxima.install
-sha1sums=('5a2c6e1755e12b565eeb841e4a7d07aef3ada679')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export WX_CONFIG_PATH=/usr/bin/wx-config
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install 
-
-  # Fix category in .desktop file
-  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 268029, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-14 20:37:22 UTC (rev 268030)
@@ -0,0 +1,36 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('568374973eec8110190fc8a69e4e881d9bc76e49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Deleted: extra-i686/wxmaxima.install
===
--- extra-i686/wxmaxima.install 2016-05-14 20:36:47 UTC (rev 268029)
+++ extra-i686/wxmaxima.install 2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,26 +0,0 @@
-infodir=/usr/share/info
-filelist=(wxmaxima.info.gz)
-
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove () {
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-
-  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 20:36:47 UTC (rev 268029)
+++ extra-x86_64/PKGBUILD   2016-05-14 20:37:22 UTC (rev 268030)
@@ -1,37 +0,0 @@
- $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren 
-# Contributor: Angelo Theodorou 
-# Contributor: Vinay S Shastry 
-
-pkgname=wxmaxima
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('i686' 'x86_64')
-url="http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')

[arch-commits] Commit in wxmaxima/repos (6 files)

2015-12-06 Thread Felix Yan
Date: Monday, December 7, 2015 @ 07:58:02
  Author: fyan
Revision: 253243

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  wxmaxima/repos/staging-i686/
  wxmaxima/repos/staging-i686/PKGBUILD
(from rev 253242, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-i686/wxmaxima.install
(from rev 253242, wxmaxima/trunk/wxmaxima.install)
  wxmaxima/repos/staging-x86_64/
  wxmaxima/repos/staging-x86_64/PKGBUILD
(from rev 253242, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-x86_64/wxmaxima.install
(from rev 253242, wxmaxima/trunk/wxmaxima.install)

-+
 staging-i686/PKGBUILD   |   32 
 staging-i686/wxmaxima.install   |   26 ++
 staging-x86_64/PKGBUILD |   32 
 staging-x86_64/wxmaxima.install |   26 ++
 4 files changed, 116 insertions(+)

Copied: wxmaxima/repos/staging-i686/PKGBUILD (from rev 253242, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-07 06:58:02 UTC (rev 253243)
@@ -0,0 +1,32 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=15.08.2
+pkgrel=2
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('e365334527759a8e483f886bd85112d42791f9c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Copied: wxmaxima/repos/staging-i686/wxmaxima.install (from rev 253242, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-i686/wxmaxima.install   (rev 0)
+++ staging-i686/wxmaxima.install   2015-12-07 06:58:02 UTC (rev 253243)
@@ -0,0 +1,26 @@
+infodir=/usr/share/info
+filelist=(wxmaxima.info.gz)
+
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+

Copied: wxmaxima/repos/staging-x86_64/PKGBUILD (from rev 253242, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-07 06:58:02 UTC (rev 253243)
@@ -0,0 +1,32 @@
+ $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren 
+# Contributor: Angelo Theodorou 
+# Contributor: Vinay S Shastry 
+
+pkgname=wxmaxima
+pkgver=15.08.2
+pkgrel=2
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('i686' 'x86_64')
+url="http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('e365334527759a8e483f886bd85112d42791f9c2')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install 
+
+  # Fix category in .desktop file
+  sed -i '/Categories=/c\Categories=Science;Math;' data/wxMaxima.desktop
+}

Copied: wxmaxima/repos/staging-x86_64/wxmaxima.install (from rev 253242, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-x86_64/wxmaxima.install (rev 0)
+++ staging-x86_64/wxmaxima.install 2015-12-07 06:58:02 UTC (rev 253243)
@@ -0,0 +1,26 @@
+infodir=/usr/share/info
+filelist=(wxmaxima.info.gz)
+
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+

[arch-commits] Commit in wxmaxima/repos (6 files)

2014-01-06 Thread Bartłomiej Piotrowski
Date: Monday, January 6, 2014 @ 12:50:43
  Author: bpiotrowski
Revision: 203244

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  wxmaxima/repos/staging-i686/
  wxmaxima/repos/staging-i686/PKGBUILD
(from rev 203243, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-i686/wxmaxima.install
(from rev 203243, wxmaxima/trunk/wxmaxima.install)
  wxmaxima/repos/staging-x86_64/
  wxmaxima/repos/staging-x86_64/PKGBUILD
(from rev 203243, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/staging-x86_64/wxmaxima.install
(from rev 203243, wxmaxima/trunk/wxmaxima.install)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-i686/wxmaxima.install   |   14 ++
 staging-x86_64/PKGBUILD |   38 ++
 staging-x86_64/wxmaxima.install |   14 ++
 4 files changed, 104 insertions(+)

Copied: wxmaxima/repos/staging-i686/PKGBUILD (from rev 203243, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=13.04.2
+pkgrel=2
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  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
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/staging-i686/wxmaxima.install (from rev 203243, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-i686/wxmaxima.install   (rev 0)
+++ staging-i686/wxmaxima.install   2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: wxmaxima/repos/staging-x86_64/PKGBUILD (from rev 203243, 
wxmaxima/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=13.04.2
+pkgrel=2
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk2.8' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('9508d3badb6c339f34e73e01c5065f679329a17c')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  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
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/staging-x86_64/wxmaxima.install (from rev 203243, 
wxmaxima/trunk/wxmaxima.install)
===
--- staging-x86_64/wxmaxima.install (rev 0)
+++ staging-x86_64/wxmaxima.install 2014-01-06 11:50:43 UTC (rev 203244)
@@ -0,0 +1,14 @@
+post_install() {
+  

[arch-commits] Commit in wxmaxima/repos (6 files)

2012-04-01 Thread Ronald van Haren
Date: Sunday, April 1, 2012 @ 04:52:55
  Author: ronald
Revision: 154992

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  wxmaxima/repos/extra-i686/PKGBUILD
(from rev 154991, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-i686/wxmaxima.install
(from rev 154991, wxmaxima/trunk/wxmaxima.install)
  wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 154991, wxmaxima/trunk/PKGBUILD)
  wxmaxima/repos/extra-x86_64/wxmaxima.install
(from rev 154991, wxmaxima/trunk/wxmaxima.install)
Deleted:
  wxmaxima/repos/extra-i686/PKGBUILD
  wxmaxima/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   73 
 extra-i686/wxmaxima.install   |   14 +++
 extra-x86_64/PKGBUILD |   73 
 extra-x86_64/wxmaxima.install |   14 +++
 4 files changed, 102 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-01 08:52:22 UTC (rev 154991)
+++ extra-i686/PKGBUILD 2012-04-01 08:52:55 UTC (rev 154992)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=wxmaxima
-pkgver=11.08.0
-pkgrel=2
-pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
-arch=('i686' 'x86_64')
-url=http://wxmaxima.sourceforge.net/;
-license=('GPL2')
-depends=('maxima' 'libxml2' 'wxgtk')
-source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
-sha1sums=('852a772e4b982bc355120cc95ee6f3d600ce011b')
-
-build() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/wxMaxima-${pkgver}
-
-  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
-
-  # Install desktop file and icon
-  install -m755 -d ${pkgdir}/usr/share/applications
-  install -m755 -d ${pkgdir}/usr/share/pixmaps
-  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
-  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
-}

Copied: wxmaxima/repos/extra-i686/PKGBUILD (from rev 154991, 
wxmaxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-01 08:52:55 UTC (rev 154992)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Angelo Theodorou enc...@users.sourceforge.net
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=wxmaxima
+pkgver=12.01.0
+pkgrel=1
+pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
+arch=('i686' 'x86_64')
+url=http://wxmaxima.sourceforge.net/;
+license=('GPL2')
+depends=('maxima' 'libxml2' 'wxgtk' 'shared-mime-info' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/$pkgname/wxMaxima-$pkgver.tar.gz)
+install=wxmaxima.install
+sha1sums=('d80002ddea3260b0f3315072f23b4bb3cce3a10a')
+
+build() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/wxMaxima-${pkgver}
+
+  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
+
+  # Install desktop file and icon
+  install -m755 -d ${pkgdir}/usr/share/applications
+  install -m755 -d ${pkgdir}/usr/share/pixmaps
+  install -m644 wxmaxima.desktop ${pkgdir}/usr/share/applications/ 
+  install -m644 data/wxmaxima.png ${pkgdir}/usr/share/pixmaps/ 
+}

Copied: wxmaxima/repos/extra-i686/wxmaxima.install (from rev 154991, 
wxmaxima/trunk/wxmaxima.install)
===
--- extra-i686/wxmaxima.install (rev 0)
+++ extra-i686/wxmaxima.install 2012-04-01 08:52:55 UTC (rev 154992)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-01 08:52:22 UTC (rev 154991)
+++ extra-x86_64/PKGBUILD   2012-04-01 08:52:55 UTC (rev 154992)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD,v 1.10 2008/05/13 19:03:39 ronald Exp $
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Angelo Theodorou enc...@users.sourceforge.net
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=wxmaxima
-pkgver=11.08.0
-pkgrel=2
-pkgdesc=A wxWidgets GUI for the computer algebra system Maxima
-arch=('i686' 'x86_64')