[arch-commits] Commit in labplot/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Oct 24 12:42:37 UTC 2019
Date: Thursday, October 24, 2019 @ 12:42:27
Author: arojas
Revision: 518799
Update to 2.7.0
Modified:
labplot/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-24 12:41:52 UTC (rev 518798)
+++ PKGBUILD 2019-10-24 12:42:27 UTC (rev 518799)
@@ -1,16 +1,16 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=labplot
-pkgver=2.6
-pkgrel=4
+pkgver=2.7.0
+pkgrel=1
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.0/$pkgname-$pkgver.0.tar.xz)
-sha256sums=('4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657')
+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
@@ -18,8 +18,7 @@
build() {
cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
+ cmake ../$pkgname-$pkgver
make
}
More information about the arch-commits
mailing list