[arch-commits] Commit in wxmaxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 19 23:55:29 UTC 2022


    Date: Saturday, March 19, 2022 @ 23:55:28
  Author: arojas
Revision: 440299

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 23:55:16 UTC (rev 440298)
+++ PKGBUILD	2022-03-19 23:55:28 UTC (rev 440299)
@@ -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.11.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=('167e412708e1ef6f68fe934e55844af25a6d4e6f176eb26d46858576b17a90dd')
-
-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 440298, wxmaxima/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 23:55:28 UTC (rev 440299)
@@ -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=22.03.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=(https://github.com/wxMaxima-developers/wxmaxima/archive/Version-$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('2192f804588511e9a796ad0b677e6f4721bb2cf2a52766f3d47f4528ad0ce0a4')
+
+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