[arch-commits] Commit in paraview/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Apr 8 15:02:29 UTC 2020
Date: Wednesday, April 8, 2020 @ 15:02:28
Author: archange
Revision: 612613
cgns 4.1 rebuild + temporary measure for FS#61594
Modified:
paraview/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 15:01:56 UTC (rev 612612)
+++ PKGBUILD 2020-04-08 15:02:28 UTC (rev 612613)
@@ -8,7 +8,7 @@
pkgname=${_pkg}
#-${_mpi}
pkgver=5.8.0
-pkgrel=2
+pkgrel=3
pkgdesc="Parallel Visualization application using VTK (${_mpi} version)"
arch=(x86_64)
url="https://www.paraview.org"
@@ -22,9 +22,17 @@
# libharu
optdepends=(python-matplotlib)
makedepends=(cmake boost mesa gcc-fortran ninja qt5-tools qt5-xmlpatterns eigen pegtl utf8cpp)
-source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz")
-sha256sums=('219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9')
+conflicts=(vtk)
+source=("${url}/files/v${pkgver:0:3}/ParaView-v${pkgver/R/-R}.tar.xz"
+ paraview-cgns-4.1.patch::https://gitlab.kitware.com/paraview/paraview/-/commit/3d48a287141eb911b4888440e09c262743b4db3c.patch)
+sha256sums=('219e4107abf40317ce054408e9c3b22fb935d464238c1c00c0161f1c8697a3f9'
+ '3b6e68334849818a1f4eb35ef66a618240a2bb139555e22f13f0d561d5cc02eb')
+prepare() {
+ cd ParaView-v${pkgver/R/-R}
+ patch -p1 -i ../paraview-cgns-4.1.patch
+}
+
build() {
# Note regarding use of system dependencies:
# GL2PS has non-upstreamed patches
More information about the arch-commits
mailing list