[arch-commits] Commit in wxmaxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 16 20:08:19 UTC 2021
Date: Sunday, May 16, 2021 @ 20:08:18
Author: arojas
Revision: 415597
archrelease: copy trunk to extra-x86_64
Added:
wxmaxima/repos/extra-x86_64/PKGBUILD
(from rev 415596, wxmaxima/trunk/PKGBUILD)
Deleted:
wxmaxima/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-16 20:08:09 UTC (rev 415596)
+++ PKGBUILD 2021-05-16 20:08:18 UTC (rev 415597)
@@ -1,31 +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=21.05.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')
-makedepends=('cmake')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz")
-sha256sums=('4d42f4c5e76dbea2c37c74a6d5acc066f01fdf61cdeed1668c500b8eaf9ed48b')
-
-build() {
- cmake -B build -S ${pkgname}-Version-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
- cmake --build build
-}
-
-#check() {
-# cd ${pkgname}-Version-${pkgver}
-# ./src/wxmaxima test/testbench_simple.wxmx
-#}
-
-package() {
- DESTDIR="${pkgdir}" cmake --install build
-}
Copied: wxmaxima/repos/extra-x86_64/PKGBUILD (from rev 415596, wxmaxima/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-16 20:08:18 UTC (rev 415597)
@@ -0,0 +1,31 @@
+# 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=21.05.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')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz")
+sha256sums=('4fadfc195f0eff883486f98d636f97700374f7899781dc4527efcd567a6486fc')
+
+build() {
+ cmake -B build -S ${pkgname}-Version-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+ cmake --build build
+}
+
+#check() {
+# cd ${pkgname}-Version-${pkgver}
+# ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+ DESTDIR="${pkgdir}" cmake --install build
+}
More information about the arch-commits
mailing list