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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Jan 6 11:50:37 UTC 2014


    Date: Monday, January 6, 2014 @ 12:50:37
  Author: bpiotrowski
Revision: 203243

upgpkg: wxmaxima 13.04.2-2

rebuild against wxgtk 3.0.0

Modified:
  wxmaxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-06 11:32:57 UTC (rev 203242)
+++ PKGBUILD	2014-01-06 11:50:37 UTC (rev 203243)
@@ -5,12 +5,12 @@
 
 pkgname=wxmaxima
 pkgver=13.04.2
-pkgrel=1
+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')
+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')
@@ -17,6 +17,7 @@
 
 build() {
   cd "${srcdir}/wxMaxima-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config-2.8
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list