[arch-commits] Commit in labplot/repos (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Dec 12 11:02:13 UTC 2021
Date: Sunday, December 12, 2021 @ 11:02:13
Author: arojas
Revision: 1068805
archrelease: copy trunk to community-staging-x86_64
Added:
labplot/repos/community-staging-x86_64/
labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 1068804, labplot/trunk/PKGBUILD)
----------+
PKGBUILD | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 1068804, labplot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-12 11:02:13 UTC (rev 1068805)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.8.2
+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)
+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
+}
More information about the arch-commits
mailing list