diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-22 23:09:46 -0300 |
commit | f87cdf22eb712b5b1c118f768d4ff710fc839403 (patch) | |
tree | 023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/paraview/PKGBUILD | |
parent | 290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff) | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arp-scan/PKGBUILD
community/curlftpfs/PKGBUILD
community/dtach/PKGBUILD
community/espeakup/PKGBUILD
community/g2sc/PKGBUILD
community/judy/PKGBUILD
community/python-fuse/PKGBUILD
community/sisctrl/PKGBUILD
extra/avahi/PKGBUILD
extra/kdesdk/PKGBUILD
extra/nasm/PKGBUILD
multilib/lib32-p11-kit/PKGBUILD
multilib/lib32-pixman/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/paraview/PKGBUILD')
-rw-r--r-- | community/paraview/PKGBUILD | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD index 2265fff68..43fa10053 100644 --- a/community/paraview/PKGBUILD +++ b/community/paraview/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name> pkgname=paraview -pkgver=3.12.0 -pkgrel=5 +pkgver=3.14.0 +pkgrel=1 pkgdesc='Parallel Visualization Application using VTK' arch=('i686' 'x86_64' 'mips64el') url='http://www.paraview.org' @@ -14,30 +14,17 @@ depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' 'hdf5' 'freetype2' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'expat' 'libxml2' 'libtheora' ) makedepends=('cmake' 'desktop-file-utils' 'boost') -source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}.tar.gz" +source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}-Source.tar.gz" 'paraview.png' 'paraview.desktop' - 'fix-boost-graph-api-changes.diff' - '12859-VisItBrige-external-tiff-support.diff' 'fix-build-with-zlib-1.2.6.diff') -md5sums=('8feabc6261e2060648eaac593d85b1de' +md5sums=('a260bd891fd75d0e276a581a3603edff' 'db623002bc71a257ddfdd0c9c7b14c3f' '4e4b7172ed18171c37446fd7c4f1e8f5' - '2aa5b98288cadd201ffbd057f18929b0' - '9321279c8fc6f289a7cf228648edcb5f' 'e4506b4ed0d2ae60072388f098be6c33') build() { - cd ParaView-${pkgver}/VTK - # fix http://www.vtk.org/Bug/view.php?id=12772 remove on next pkgver bump - patch -Np1 -i ${srcdir}/fix-boost-graph-api-changes.diff - - - cd ${srcdir}/ParaView-${pkgver}/Utilities/VisItBridge - # fix http://paraview.org/Bug/view.php?id=12849 remove on next pkgver bump - patch -Np1 -i ${srcdir}/12859-VisItBrige-external-tiff-support.diff - - cd ${srcdir}/ParaView-${pkgver} + cd ${srcdir}/ParaView-${pkgver}-Source # fix http://paraview.org/Bug/view.php?id=12924 patch -Np0 -i ${srcdir}/fix-build-with-zlib-1.2.6.diff @@ -68,7 +55,7 @@ build() { -DVISIT_BUILD_READER_CGNS:BOOL=ON \ ${cmake_system_flags} \ ${cmake_system_python_flags} \ - ../ParaView-${pkgver} + ../ParaView-${pkgver}-Source make } @@ -79,7 +66,7 @@ package() { make DESTDIR=${pkgdir} install # Install license - install -Dm644 ${srcdir}/ParaView-${pkgver}/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE + install -Dm644 ${srcdir}/ParaView-${pkgver}-Source/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE # Install desktop shortcuts install -Dm644 ${srcdir}/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png |