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

Felix Yan felixonmars at archlinux.org
Fri May 1 10:55:05 UTC 2020


    Date: Friday, May 1, 2020 @ 10:55:05
  Author: felixonmars
Revision: 623737

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
    (from rev 623736, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 623736, labplot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-05-01 10:55:05 UTC (rev 623737)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.7.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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools poppler-qt5)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c4d6ed7df6e98557a6b78f018933c92654b7e50e7f051ad89ec4755e0f4e935')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list