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

Antonio Rojas arojas at archlinux.org
Sat Mar 16 22:21:16 UTC 2019


    Date: Saturday, March 16, 2019 @ 22:21:02
  Author: arojas
Revision: 442250

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 442249, labplot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-03-16 22:21:02 UTC (rev 442250)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.5.0
+pkgrel=5
+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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list