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

Antonio Rojas arojas at archlinux.org
Sun Feb 19 13:41:18 UTC 2017


    Date: Sunday, February 19, 2017 @ 13:41:18
  Author: arojas
Revision: 289251

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

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

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   37 ------------------------
 extra-x86_64/PKGBUILD |   37 ------------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-02-19 13:40:49 UTC (rev 289250)
+++ extra-i686/PKGBUILD	2017-02-19 13:41:18 UTC (rev 289251)
@@ -1,37 +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 <encelo at users.sourceforge.net>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=wxmaxima
-pkgver=16.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' 'wxgtk')
-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
-  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
-  ./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 289250, wxmaxima/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-02-19 13:41:18 UTC (rev 289251)
@@ -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 <encelo at users.sourceforge.net>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=wxmaxima
+pkgver=16.12.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')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('c38634fe84f867cf586f3e47b06b9824f29ad09e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
+  ./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-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-02-19 13:40:49 UTC (rev 289250)
+++ extra-x86_64/PKGBUILD	2017-02-19 13:41:18 UTC (rev 289251)
@@ -1,37 +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 <encelo at users.sourceforge.net>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=wxmaxima
-pkgver=16.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' 'wxgtk')
-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
-  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
-  ./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-x86_64/PKGBUILD (from rev 289250, wxmaxima/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-02-19 13:41:18 UTC (rev 289251)
@@ -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 <encelo at users.sourceforge.net>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=wxmaxima
+pkgver=16.12.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')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('c38634fe84f867cf586f3e47b06b9824f29ad09e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export WX_CONFIG_PATH=/usr/bin/wx-config
+  export CXXFLAGS+=" -fno-delete-null-pointer-checks" # FS#49969
+  ./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
+}



More information about the arch-commits mailing list