[arch-commits] Commit in wxmaxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 8 09:58:34 UTC 2020
Date: Wednesday, April 8, 2020 @ 09:58:33
Author: arojas
Revision: 379806
archrelease: copy trunk to extra-x86_64
Added:
wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 379805, wxmaxima/trunk/PKGBUILD)
Deleted:
wxmaxima/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 09:58:15 UTC (rev 379805)
+++ PKGBUILD 2020-04-08 09:58:33 UTC (rev 379806)
@@ -1,38 +0,0 @@
-# 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=19.09.0
-pkgrel=1
-pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
-arch=('x86_64')
-url="https://wxmaxima-developers.github.io/wxmaxima/"
-license=('GPL2')
-depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz")
-sha256sums=('5080cc3fee1bd1fb570dd354dea3c4fae8e8b752895e720fd51e160481d2bd72')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-Version-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
- make
-}
-
-#check() {
-# cd ${pkgname}-Version-${pkgver}
-# ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
- cd build
-
- make DESTDIR="${pkgdir}" install
-}
Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 379805, wxmaxima/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-08 09:58:33 UTC (rev 379806)
@@ -0,0 +1,38 @@
+# 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=20.03.1
+pkgrel=1
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/"
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz")
+sha256sums=('2a06fdf235276cf30c1fc5a64b0e0965e5bd843610d4dc599bf7c63c0ea985bb')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-Version-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+ make
+}
+
+#check() {
+# cd ${pkgname}-Version-${pkgver}
+# ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+ cd build
+
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list