[arch-commits] Commit in labplot/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Sep 16 10:26:44 UTC 2020
Date: Wednesday, September 16, 2020 @ 10:26:43
Author: arojas
Revision: 707379
Update to 2.8.0
Modified:
labplot/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-16 10:15:26 UTC (rev 707378)
+++ PKGBUILD 2020-09-16 10:26:43 UTC (rev 707379)
@@ -1,17 +1,23 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=labplot
-pkgver=2.7.0
-pkgrel=6
+pkgver=2.8.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 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')
+makedepends=(extra-cmake-modules kdoctools kuserfeedback)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
+ labplot-cantor-20.08.1.patch::"https://invent.kde.org/education/labplot/-/commit/4255438c.patch")
+sha256sums=('8957c708ea572d9b7bfd7bdd1e9627bb1e10717c4b8cb10c7687ca6ca187a705'
+ 'a3cb9853ca8736753662fba2cea13d8d38398f933659a3f86cfe84c6dc14ad68')
+prepare() {
+ patch -d $pkgname-$pkgver -p1 -i ../labplot-cantor-20.08.1.patch # Fix build with cantor 20.08.1
+}
+
build() {
cmake -B build -S $pkgname-$pkgver
cmake --build build
More information about the arch-commits
mailing list