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

Antonio Rojas arojas at archlinux.org
Thu Nov 12 16:50:38 UTC 2020


    Date: Thursday, November 12, 2020 @ 16:50:37
  Author: arojas
Revision: 752076

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 16:50:26 UTC (rev 752075)
+++ PKGBUILD	2020-11-12 16:50:37 UTC (rev 752076)
@@ -1,22 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=labplot
-pkgver=2.8.1
-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 kuserfeedback)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('726909a8335921c742c4d92f66663ecdb447ddee0d74568c50a22330c79e079a')
-
-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 752075, labplot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 16:50:37 UTC (rev 752076)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=labplot
+pkgver=2.8.1
+pkgrel=2
+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 kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('726909a8335921c742c4d92f66663ecdb447ddee0d74568c50a22330c79e079a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list