[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 15:06:58
  Author: arojas
Revision: 773044

cantor 20.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 14:40:38 UTC (rev 773043)
+++ PKGBUILD2020-12-10 15:06:58 UTC (rev 773044)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.8.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-11-12 Thread Antonio Rojas via arch-commits
Date: Thursday, November 12, 2020 @ 16:50:26
  Author: arojas
Revision: 752075

Rebuild with libcerf 1.14 to link to correct soname

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 16:47:22 UTC (rev 752074)
+++ PKGBUILD2020-11-12 16:50:26 UTC (rev 752075)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.8.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-11-11 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 11, 2020 @ 19:21:50
  Author: arojas
Revision: 751194

Update to 2.8.1

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 19:17:01 UTC (rev 751193)
+++ PKGBUILD2020-11-11 19:21:50 UTC (rev 751194)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=labplot
-pkgver=2.8.0
-pkgrel=2
+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/;
@@ -9,15 +9,9 @@
 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
-
labplot-cantor-20.08.1.patch::"https://invent.kde.org/education/labplot/-/commit/4255438c.patch;)
-sha256sums=('8957c708ea572d9b7bfd7bdd1e9627bb1e10717c4b8cb10c7687ca6ca187a705'
-'a3cb9853ca8736753662fba2cea13d8d38398f933659a3f86cfe84c6dc14ad68')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('726909a8335921c742c4d92f3ecdb447ddee0d74568c50a22330c79e079a')
 
-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


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-09-16 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 16, 2020 @ 10:37:54
  Author: arojas
Revision: 707383

Fix kuserfeedback dependency

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-16 10:36:39 UTC (rev 707382)
+++ PKGBUILD2020-09-16 10:37:54 UTC (rev 707383)
@@ -2,13 +2,13 @@
 
 pkgname=labplot
 pkgver=2.8.0
-pkgrel=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)
-makedepends=(extra-cmake-modules kdoctools kuserfeedback)
+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
 
labplot-cantor-20.08.1.patch::"https://invent.kde.org/education/labplot/-/commit/4255438c.patch;)
 sha256sums=('8957c708ea572d9b7bfd7bdd1e9627bb1e10717c4b8cb10c7687ca6ca187a705'


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-09-16 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2020-09-16 10:15:26 UTC (rev 707378)
+++ PKGBUILD2020-09-16 10:26:43 UTC (rev 707379)
@@ -1,17 +1,23 @@
 # Maintainer: Antonio Rojas 
 
 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


[arch-commits] Commit in labplot/trunk (PKGBUILD)

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

cantor 20.08 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-13 15:54:28 UTC (rev 677537)
+++ PKGBUILD2020-08-13 15:55:04 UTC (rev 677538)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=5
+pkgrel=6
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-07-29 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 29, 2020 @ 18:00:44
  Author: arojas
Revision: 665791

libcerf 2.0 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-29 17:29:40 UTC (rev 665790)
+++ PKGBUILD2020-07-29 18:00:44 UTC (rev 665791)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;
@@ -12,17 +12,11 @@
 
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
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
 }
 
 package(){
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


[arch-commits] Commit in labplot/trunk (PKGBUILD)

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

poppler 0.88.0 / cfitsio 3.48 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-01 10:52:31 UTC (rev 623735)
+++ PKGBUILD2020-05-01 10:54:49 UTC (rev 623736)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2020-04-11 Thread Antonio Rojas via arch-commits
Date: Saturday, April 11, 2020 @ 09:08:52
  Author: arojas
Revision: 613313

hdf5 1.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-11 09:05:47 UTC (rev 613312)
+++ PKGBUILD2020-04-11 09:08:52 UTC (rev 613313)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2019-12-12 Thread Antonio Rojas via arch-commits
Date: Thursday, December 12, 2019 @ 18:44:22
  Author: arojas
Revision: 537424

cantor 19.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-12 18:44:09 UTC (rev 537423)
+++ PKGBUILD2019-12-12 18:44:22 UTC (rev 537424)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2019-10-24 Thread Antonio Rojas via arch-commits
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
===
--- PKGBUILD2019-10-24 12:41:52 UTC (rev 518798)
+++ PKGBUILD2019-10-24 12:42:27 UTC (rev 518799)
@@ -1,16 +1,16 @@
 # Maintainer: Antonio Rojas 
 
 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
 }
 


[arch-commits] Commit in labplot/trunk (PKGBUILD)

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

gsl 2.6 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-24 21:48:27 UTC (rev 501584)
+++ PKGBUILD2019-08-24 21:50:27 UTC (rev 501585)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.6
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

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

upgpkg: labplot 2.6-3

rebuild with libkgapi 19.08

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-20 13:57:48 UTC (rev 500301)
+++ PKGBUILD2019-08-20 14:01:51 UTC (rev 500302)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;
@@ -9,7 +9,7 @@
 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)
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.0.tar.xz)
 sha256sums=('4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657')
 
 prepare() {


[arch-commits] Commit in labplot/trunk (PKGBUILD)

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

cfitsio 3.47 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-22 15:30:57 UTC (rev 468581)
+++ PKGBUILD2019-05-22 15:31:34 UTC (rev 468582)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 19:37:15
  Author: arojas
Revision: 452318

Update to 2.6

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-20 19:37:09 UTC (rev 452317)
+++ PKGBUILD2019-04-20 19:37:15 UTC (rev 452318)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=labplot
-pkgver=2.5.0
-pkgrel=5
+pkgver=2.6
+pkgrel=1
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;
@@ -9,8 +9,8 @@
 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')
+source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz)
+sha256sums=('4556541fb6544cda56c2625a1fc5c9c8b0ba6bc8178af076c68a792b545c5657')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2019-03-16 Thread Antonio Rojas via arch-commits
Date: Saturday, March 16, 2019 @ 22:20:33
  Author: arojas
Revision: 442249

netcdf 4.6.3 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 21:34:32 UTC (rev 442248)
+++ PKGBUILD2019-03-16 22:20:33 UTC (rev 442249)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2018-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 13, 2018 @ 15:07:58
  Author: arojas
Revision: 416022

cantor 18.12 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-13 13:13:34 UTC (rev 416021)
+++ PKGBUILD2018-12-13 15:07:58 UTC (rev 416022)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2018-10-23 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 23, 2018 @ 16:24:18
  Author: arojas
Revision: 398678

HDF5 1.10.4 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-23 16:21:16 UTC (rev 398677)
+++ PKGBUILD2018-10-23 16:24:18 UTC (rev 398678)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2018-08-23 Thread Antonio Rojas via arch-commits
Date: Thursday, August 23, 2018 @ 18:50:56
  Author: arojas
Revision: 373465

hdf5 1.10.3 rebuild

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-23 18:27:11 UTC (rev 373464)
+++ PKGBUILD2018-08-23 18:50:56 UTC (rev 373465)
@@ -2,7 +2,7 @@
 
 pkgname=labplot
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="KDE Application for interactive graphing and analysis of scientific 
data"
 url="https://labplot.kde.org/;


[arch-commits] Commit in labplot/trunk (PKGBUILD)

2011-07-09 Thread Ronald van Haren
Date: Saturday, July 9, 2011 @ 18:00:37
  Author: ronald
Revision: 131053

cleanup

Modified:
  labplot/trunk/PKGBUILD

--+
 PKGBUILD |   23 +--
 1 file changed, 13 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-09 21:48:58 UTC (rev 131052)
+++ PKGBUILD2011-07-09 22:00:37 UTC (rev 131053)
@@ -5,26 +5,26 @@
 
 pkgname=labplot
 pkgver=1.6.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc=Plotting, Data analysis and visualisation
 arch=('i686' 'x86_64')
 url=http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/;
 license=(GPL)
 depends=('kdelibs3' 'gsl' 'imagemagick' \
-   'fftw' 'netcdf=4.1')
-makedepends=('libxml++=2.26' 'audiofile')
+   'fftw' 'netcdf')
+makedepends=('libxml++' 'audiofile')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/LabPlot-$pkgver.tar.gz 
define-missing-constant.patch
'hdf5-1.8.patch')
+sha1sums=('2df566fa440f1afa53043c8bd8d0f84df8264b87'
+  '0a931f2646cf8ea05c3bb85ed0bcee09cc721f42'
+  'af0b27697485d75459909f775ff1809fee26d56c')
 
-md5sums=('850256dcd02c4a8ede5b5fe3fbc21ab7' 'e8133bb7b8da63f4ae5a0b998c37b702'
- '1d38c7304a53b238f8cecb337771ed6f')
 
-
 build() {
  cd $srcdir/LabPlot-${pkgver}
- patch -p1  ../define-missing-constant.patch || return 1
- patch -Np0 -i ${srcdir}/hdf5-1.8.patch || return 1
+ patch -p1  ../define-missing-constant.patch
+ patch -Np0 -i ${srcdir}/hdf5-1.8.patch
 
  # source kde3 variables
  source /etc/profile.d/kde3.sh
@@ -34,7 +34,10 @@
--without-arts --disable-audiofile \
--mandir=/opt/kde/share/man
--disable-KexiDB
- make || return 1
- make DESTDIR=${pkgdir} install || return 1
+ make
 }
 
+package() {
+ cd $srcdir/LabPlot-${pkgver}
+ make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in labplot/trunk (PKGBUILD define-missing-constant.patch)

2010-01-21 Thread Eric BĂ©langer
Date: Thursday, January 21, 2010 @ 23:37:56
  Author: eric
Revision: 64756

upgpkg: labplot 1.6.0.2-5
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  labplot/trunk/define-missing-constant.patch
Modified:
  labplot/trunk/PKGBUILD

---+
 PKGBUILD  |9 +
 define-missing-constant.patch |   15 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-22 04:16:47 UTC (rev 64755)
+++ PKGBUILD2010-01-22 04:37:56 UTC (rev 64756)
@@ -5,7 +5,7 @@
 
 pkgname=labplot
 pkgver=1.6.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc=Plotting, Data analysis and visualisation
 arch=('i686' 'x86_64')
 url=http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/;
@@ -14,13 +14,14 @@
'fftw=3.2.1' 'netcdf=3.6.2')
 makedepends=('libxml++=2.26' 'audiofile')
 options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/LabPlot-$pkgver.tar.gz)
+source=(http://downloads.sourceforge.net/$pkgname/LabPlot-$pkgver.tar.gz 
define-missing-constant.patch)
+md5sums=('850256dcd02c4a8ede5b5fe3fbc21ab7' 'e8133bb7b8da63f4ae5a0b998c37b702')
+sha1sums=('2df566fa440f1afa53043c8bd8d0f84df8264b87' 
'0a931f2646cf8ea05c3bb85ed0bcee09cc721f42')
 # 
http://staff.mbi-berlin.de/gerlach/Linux/LabPlot/src/$origname-$pkgver.tar.gz)
-md5sums=('850256dcd02c4a8ede5b5fe3fbc21ab7')
 
 build() {
  cd $srcdir/LabPlot-${pkgver}
-
+ patch -p1  ../define-missing-constant.patch || return 1
  # source kde3 variables
  source /etc/profile.d/kde3.sh
 

Added: define-missing-constant.patch
===
--- define-missing-constant.patch   (rev 0)
+++ define-missing-constant.patch   2010-01-22 04:37:56 UTC (rev 64756)
@@ -0,0 +1,15 @@
+diff --git a/src/constants.h b/src/constants.h
+index 77d76bf..1bada49 100644
+--- a/src/constants.h
 b/src/constants.h
+@@ -17,6 +17,10 @@
+ #endif
+ #endif
+ 
++#ifndef GSL_CONST_CGSM_GAUSS
++#define GSL_CONST_CGSM_GAUSS (1e0) /* g / abamp s^2 */
++#endif
++
+ #ifdef HAVE_R
+ #include R.h
+ #include Rmath.h