[arch-commits] Commit in labplot/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Sep 16 10:27:00 UTC 2020


    Date: Wednesday, September 16, 2020 @ 10:27:00
  Author: arojas
Revision: 707380

archrelease: copy trunk to community-x86_64

Added:
  labplot/repos/community-x86_64/PKGBUILD
    (from rev 707379, labplot/trunk/PKGBUILD)
Deleted:
  labplot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-16 10:26:43 UTC (rev 707379)
+++ PKGBUILD	2020-09-16 10:27:00 UTC (rev 707380)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=labplot
-pkgver=2.7.0
-pkgrel=6
-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')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package(){
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: labplot/repos/community-x86_64/PKGBUILD (from rev 707379, labplot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-16 10:27:00 UTC (rev 707380)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+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 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
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list