summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2016-08-04 02:02:24 +0200
committerOliver Goethel2016-08-04 02:02:24 +0200
commit6707debdb748ee41b1e4a211a286c35465219694 (patch)
tree54fb326b5d848cac58c98ff8afcc7a748891123b
parent91ee3ec0b9facaf1573b6da2be3ce7859d1626be (diff)
downloadaur-6707debdb748ee41b1e4a211a286c35465219694.tar.gz
upgpkg: paraview 5.1.2-1
-rw-r--r--.SRCINFO12
-rw-r--r--0001-find_hdf5.patch10
-rw-r--r--PKGBUILD12
3 files changed, 8 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1980915bb395..3a05192ba2b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jun 20 23:10:33 UTC 2016
+# Thu Aug 4 00:01:25 UTC 2016
pkgbase = paraview
pkgdesc = Parallel Visualization Application using VTK
- pkgver = 5.1.0
- pkgrel = 2
+ pkgver = 5.1.2
+ pkgrel = 1
url = http://www.paraview.org
arch = i686
arch = x86_64
@@ -28,13 +28,11 @@ pkgbase = paraview
depends = zlib
optdepends = python2-matplotlib: Needed to support equation rendering using MathText markup language
optdepends = python2-numpy: Needed for using some filters such as "Python Calculator"
- source = http://paraview.org/files/v5.1/ParaView-v5.1.0.tar.gz
+ source = http://paraview.org/files/v5.1/ParaView-v5.1.2.tar.gz
source = paraview_32bit.patch
- source = 0001-find_hdf5.patch
source = paraview-desktop.patch
- sha1sums = 1076c189f07308fe11f82079c07a0771542c5ff7
+ sha1sums = 449f104090b1fa84d1ee4b852dbfc6269cba9db4
sha1sums = c25134330c582371e1009b51445cdb435144b53f
- sha1sums = 3f8701c349194cff12f5d1104fbc070a52dd3da1
sha1sums = d7da23daca34cd015294c4d2f702cdc4a81f0853
pkgname = paraview
diff --git a/0001-find_hdf5.patch b/0001-find_hdf5.patch
deleted file mode 100644
index 731a28b6f91e..000000000000
--- a/0001-find_hdf5.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt 2015-10-01 16:27:10.529402587 +0200
-+++ VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt.new 2015-10-01 16:26:47.586013737 +0200
-@@ -229,6 +229,7 @@
- SET(CXX NETCDF_ENABLE_CXX)
-
- # NetCDF4 needs HDF5 HL support. Check that's available.
-+find_package(HDF5 REQUIRED)
- set (USE_NETCDF4 OFF)
- if (NOT VTK_USE_SYSTEM_HDF5)
- # using VTK's HDF5, we always build that with HL support.
diff --git a/PKGBUILD b/PKGBUILD
index 3235c85c2e87..67d0547adb02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name>
pkgname=paraview
-pkgver=5.1.0
-pkgrel=2
+pkgver=5.1.2
+pkgrel=1
pkgdesc='Parallel Visualization Application using VTK'
arch=('i686' 'x86_64')
url='http://www.paraview.org'
@@ -20,11 +20,9 @@ optdepends=('python2-matplotlib: Needed to support equation rendering using Math
'python2-numpy: Needed for using some filters such as "Python Calculator"')
source=("http://paraview.org/files/v${pkgver:0:3}/ParaView-v${pkgver}.tar.gz"
'paraview_32bit.patch'
- '0001-find_hdf5.patch'
'paraview-desktop.patch')
-sha1sums=('1076c189f07308fe11f82079c07a0771542c5ff7'
+sha1sums=('449f104090b1fa84d1ee4b852dbfc6269cba9db4'
'c25134330c582371e1009b51445cdb435144b53f'
- '3f8701c349194cff12f5d1104fbc070a52dd3da1'
'd7da23daca34cd015294c4d2f702cdc4a81f0853')
prepare() {
@@ -33,10 +31,6 @@ prepare() {
patch -p1 -i ../paraview-desktop.patch
- # Find HDF before the check (for NetCDF)
- patch "VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt" \
- "../0001-find_hdf5.patch"
-
rm -rf "${srcdir}/build"
mkdir "${srcdir}/build"
cd "${srcdir}/build"