[arch-commits] Commit in labplot/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 18:41:40 UTC 2022


    Date: Monday, May 2, 2022 @ 18:41:40
  Author: arojas
Revision: 1192323

archrelease: copy trunk to community-x86_64

Added:
  labplot/repos/community-x86_64/PKGBUILD
    (from rev 1192322, labplot/trunk/PKGBUILD)
Deleted:
  labplot/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 18:41:30 UTC (rev 1192322)
+++ PKGBUILD	2022-05-02 18:41:40 UTC (rev 1192323)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=labplot
-pkgver=2.8.2
-pkgrel=5
-arch=(x86_64)
-pkgdesc='KDE Application for interactive graphing and analysis of scientific data'
-url='https://labplot.kde.org/'
-license=(GPL2)
-depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt kuserfeedback)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('8ec581da971735bfab20c28b1a7507196bf102a991d895bb1ec892c521b31dfa')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package(){
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: labplot/repos/community-x86_64/PKGBUILD (from rev 1192322, labplot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-02 18:41:40 UTC (rev 1192323)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.9.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='KDE Application for interactive graphing and analysis of scientific data'
+url='https://labplot.kde.org/'
+license=(GPL2)
+depends=(cantor netcdf cfitsio fftw gsl qt5-serialport libcerf qt5-mqtt kuserfeedback
+         discount libmatio liborigin readstat)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e5a31489f0b72a70cc632e1078506d7e7bc1ec7dbc89c5428d197a14e44b21f2')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DENABLE_TESTS=OFF
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list