[arch-commits] Commit in labplot/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sat Apr 11 09:09:10 UTC 2020
Date: Saturday, April 11, 2020 @ 09:09:10
Author: arojas
Revision: 613314
archrelease: copy trunk to community-staging-x86_64
Added:
labplot/repos/community-staging-x86_64/
labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 613313, labplot/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 613313, labplot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-04-11 09:09:10 UTC (rev 613314)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.7.0
+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)
+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