[arch-commits] Commit in labplot/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Dec 10 15:07:09 UTC 2020


    Date: Thursday, December 10, 2020 @ 15:07:08
  Author: arojas
Revision: 773045

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
    (from rev 773044, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 773044, labplot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-12-10 15:07:08 UTC (rev 773045)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.8.1
+pkgrel=3
+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=('726909a8335921c742c4d92f66663ecdb447ddee0d74568c50a22330c79e079a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list