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

Antonio Rojas arojas at archlinux.org
Thu Aug 13 15:55:22 UTC 2020


    Date: Thursday, August 13, 2020 @ 15:55:21
  Author: arojas
Revision: 677540

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 677539, labplot/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-08-13 15:55:21 UTC (rev 677540)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.7.0
+pkgrel=6
+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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools poppler-qt5)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list