[arch-commits] Commit in labplot/repos (2 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 15:07:08
  Author: arojas
Revision: 773045

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
(from rev 773044, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 773044, 
labplot/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-12-10 15:07:08 UTC (rev 773045)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.8.1
+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 
kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('726909a8335921c742c4d92f3ecdb447ddee0d74568c50a22330c79e079a')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package(){
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in labplot/repos (2 files)

2020-08-13 Thread Antonio Rojas via arch-commits
Date: Thursday, August 13, 2020 @ 15:55:21
  Author: arojas
Revision: 677540

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
(from rev 677539, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 677539, 
labplot/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-08-13 15:55:21 UTC (rev 677540)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas 
+
+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
+}


[arch-commits] Commit in labplot/repos (2 files)

2020-05-01 Thread Felix Yan via arch-commits
Date: Friday, May 1, 2020 @ 10:55:05
  Author: felixonmars
Revision: 623737

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 623736, labplot/trunk/PKGBUILD)

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

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 623736, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-01 10:55:05 UTC (rev 623737)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.7.0
+pkgrel=4
+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
+}


[arch-commits] Commit in labplot/repos (2 files)

2020-04-11 Thread Antonio Rojas via arch-commits
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 
+
+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
+}


[arch-commits] Commit in labplot/repos (2 files)

2019-08-24 Thread Evangelos Foutras via arch-commits
Date: Saturday, August 24, 2019 @ 21:50:32
  Author: foutrelis
Revision: 501586

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 501585, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 501585, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-08-24 21:50:32 UTC (rev 501586)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.6
+pkgrel=4
+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')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in labplot/repos (2 files)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 14:02:02
  Author: felixonmars
Revision: 500303

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
(from rev 500302, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 500302, 
labplot/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-08-20 14:02:02 UTC (rev 500303)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.6
+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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.0.tar.xz)
+sha256sums=('4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in labplot/repos (2 files)

2019-05-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 22, 2019 @ 15:31:52
  Author: arojas
Revision: 468585

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 468584, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 468584, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-22 15:31:52 UTC (rev 468585)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.6
+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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz)
+sha256sums=('4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in labplot/repos (2 files)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:21:02
  Author: arojas
Revision: 442250

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 442249, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 442249, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 22:21:02 UTC (rev 442250)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.5.0
+pkgrel=5
+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/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in labplot/repos (2 files)

2018-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 13, 2018 @ 15:08:23
  Author: arojas
Revision: 416023

archrelease: copy trunk to community-testing-x86_64

Added:
  labplot/repos/community-testing-x86_64/
  labplot/repos/community-testing-x86_64/PKGBUILD
(from rev 416022, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-testing-x86_64/PKGBUILD (from rev 416022, 
labplot/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-12-13 15:08:23 UTC (rev 416023)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.5.0
+pkgrel=4
+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/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in labplot/repos (2 files)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:51:15
  Author: arojas
Revision: 373466

archrelease: copy trunk to community-staging-x86_64

Added:
  labplot/repos/community-staging-x86_64/
  labplot/repos/community-staging-x86_64/PKGBUILD
(from rev 373465, labplot/trunk/PKGBUILD)

--+
 PKGBUILD |   29 +
 1 file changed, 29 insertions(+)

Copied: labplot/repos/community-staging-x86_64/PKGBUILD (from rev 373465, 
labplot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-08-23 18:51:15 UTC (rev 373466)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=labplot
+pkgver=2.5.0
+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)
+makedepends=(extra-cmake-modules kdelibs4support kdesignerplugin kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f1ef2d95a4d4f18902e38cd1f2f79d041d4eeed1eb7f6284ec9a6a6954792225')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}