summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Goethel2016-05-09 17:59:05 +0200
committerOliver Goethel2016-05-09 17:59:05 +0200
commit0baf0520e0bdcba183270d59e65a37aaa50f5b93 (patch)
treea01f138ff846ef4a5781e28eb784aa91e6095d15
parent0ff58fe2fecf0ab08cca5dd3ec7cf921ec9c9743 (diff)
downloadaur-0baf0520e0bdcba183270d59e65a37aaa50f5b93.tar.gz
upgpkg: paraview 5.0.1-4
added patch for paraview.desktop
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
-rw-r--r--paraview-desktop.patch14
3 files changed, 27 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db29b9d73a4..c5d7605d9f62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 7 15:32:44 UTC 2016
+# Mon May 9 15:58:16 UTC 2016
pkgbase = paraview
pkgdesc = Parallel Visualization Application using VTK
pkgver = 5.0.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.paraview.org
arch = i686
arch = x86_64
@@ -32,11 +32,13 @@ pkgbase = paraview
source = 0001-find_hdf5.patch
source = ffmpeg3_compat.patch
source = vtk-gcc6.patch
+ source = paraview-desktop.patch
sha1sums = 3d72635df84421c2bc4d59ec4a121348966ec28f
sha1sums = c25134330c582371e1009b51445cdb435144b53f
sha1sums = 3f8701c349194cff12f5d1104fbc070a52dd3da1
sha1sums = a78177f8dd6dedd9ad189fa12730ec53c7d02508
sha1sums = b9f32419d0d0b1c03dc99eae932ec1c03a936cf0
+ sha1sums = d7da23daca34cd015294c4d2f702cdc4a81f0853
pkgname = paraview
diff --git a/PKGBUILD b/PKGBUILD
index 837f9d3f953b..28f56e6f8096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: George Eleftheriou <eleftg>
+# Maintainer: Oliver Goethel <deezy>
+# Contributor: George Eleftheriou <eleftg>
# Contributor: Mathias Anselmann <mathias.anselmann@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -7,7 +8,7 @@
pkgname=paraview
pkgver=5.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='Parallel Visualization Application using VTK'
arch=('i686' 'x86_64')
url='http://www.paraview.org'
@@ -21,16 +22,20 @@ source=("http://paraview.org/files/v${pkgver:0:3}/ParaView-v${pkgver}-source.tar
'paraview_32bit.patch'
'0001-find_hdf5.patch'
'ffmpeg3_compat.patch'
- 'vtk-gcc6.patch')
+ 'vtk-gcc6.patch'
+ 'paraview-desktop.patch')
sha1sums=('3d72635df84421c2bc4d59ec4a121348966ec28f'
'c25134330c582371e1009b51445cdb435144b53f'
'3f8701c349194cff12f5d1104fbc070a52dd3da1'
'a78177f8dd6dedd9ad189fa12730ec53c7d02508'
- 'b9f32419d0d0b1c03dc99eae932ec1c03a936cf0')
+ 'b9f32419d0d0b1c03dc99eae932ec1c03a936cf0'
+ 'd7da23daca34cd015294c4d2f702cdc4a81f0853')
prepare() {
cd "${srcdir}/ParaView-v${pkgver}-source"
patch -p1 -i ../paraview_32bit.patch
+
+ patch -p1 -i ../paraview-desktop.patch
# Find HDF before the check (for NetCDF)
patch "VTK/ThirdParty/netcdf/vtknetcdf/CMakeLists.txt" \
diff --git a/paraview-desktop.patch b/paraview-desktop.patch
new file mode 100644
index 000000000000..0b129d94979c
--- /dev/null
+++ b/paraview-desktop.patch
@@ -0,0 +1,14 @@
+diff --git a/Applications/ParaView/paraview.desktop.in b/Applications/ParaView/paraview.desktop.in
+index 8b224f5..d1da219 100644
+--- a/Applications/ParaView/paraview.desktop.in
++++ b/Applications/ParaView/paraview.desktop.in
+@@ -1,7 +1,8 @@
+ [Desktop Entry]
+-Version=@PARAVIEW_VERSION_FULL@
++Version=1.0
+ Type=Application
+ Name=ParaView
+ Comment=Parallel visualization application
++Exec=paraview
+ TryExec=paraview
+ Icon=paraview