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

Evangelos Foutras foutrelis at archlinux.org
Tue Jan 15 11:44:38 UTC 2019


    Date: Tuesday, January 15, 2019 @ 11:44:38
  Author: foutrelis
Revision: 423320

Try using upstream patch for boost 1.69 support

Modified:
  mapnik/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-15 11:44:20 UTC (rev 423319)
+++ PKGBUILD	2019-01-15 11:44:38 UTC (rev 423320)
@@ -24,16 +24,18 @@
 install=$pkgname.install
 source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver.tar.bz2
         https://github.com/mapnik/mapnik/pull/3892.patch
-        mapnik-boost-1.68.patch::https://github.com/mapnik/mapnik/pull/3937.patch)
+        mapnik-boost-1.68.patch::https://github.com/mapnik/mapnik/pull/3937.patch
+        mapnik-boost-1.69.patch::https://github.com/mapnik/mapnik/commit/bcb1e67507.patch)
 sha256sums=('6db7918e8fd24346dfc81745e455c383a718335ffa64015cf625fed5ed92b524'
             '774a8590b698e9dc2a483e6ff48781ed0400ba06b901f12a1ed50c9114833d47'
-            '6b1eb2a013e3e83190cb833cfed370dbe03bd009b51f909112bc353fca7ee4e7')
+            '6b1eb2a013e3e83190cb833cfed370dbe03bd009b51f909112bc353fca7ee4e7'
+            'c47d8bdf6ccfe72b459f0898a3a92eb044d2b1a9b92f208db9ffcb4c173bdf31')
 
 prepare() {
   cd "${srcdir}"/$pkgname-v$pkgver
   patch -Np1 -i "${srcdir}"/3892.patch
   patch -p1 -i ../mapnik-boost-1.68.patch # Fix build with boost 1.68
-  sed 's|gil/gil_all.hpp|gil.hpp|g' -i include/*/*.hpp # boost 1.69
+  patch -p1 -i ../mapnik-boost-1.69.patch # Fix build with boost 1.69
 }
 
 build() {



More information about the arch-commits mailing list