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

Anatol Pomozov anatolik at archlinux.org
Wed Feb 17 23:01:23 UTC 2016


    Date: Thursday, February 18, 2016 @ 00:01:23
  Author: anatolik
Revision: 162140

Put the patch comments together

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 22:54:00 UTC (rev 162139)
+++ PKGBUILD	2016-02-17 23:01:23 UTC (rev 162140)
@@ -32,7 +32,6 @@
 source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz"
         "http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz"
-        # https://github.com/Kitware/VTK/pull/21
         gdal2.patch
         ffmpeg3_compat.patch)
 options=(staticlibs)
@@ -46,7 +45,7 @@
   cd "${srcdir}"/VTK-$pkgver
 
   patch -p1 < ../ffmpeg3_compat.patch # http://www.vtk.org/Bug/view.php?id=16001
-  patch -p1 < ../gdal2.patch
+  patch -p1 < ../gdal2.patch # https://github.com/Kitware/VTK/pull/21
 
   sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
       -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \



More information about the arch-commits mailing list