Date: Friday, March 17, 2023 @ 14:15:41
Author: arojas
Revision: 1421282
archrelease: copy trunk to community-staging-x86_64
Added:
labplot/repos/community-staging-x86_64/
labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 1421281, labplot/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 1421281,
labplot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2023-03-17 14:15:41 UTC (rev 1421282)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=labplot
+pkgver=2.9.0
+pkgrel=4
+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
+}