[Lunar-commits] <moonbase-other> inkscape: fix build with poppler 0.29

v4hn me at v4hn.de
Sun Dec 28 19:50:39 CET 2014


commit 5a1d38c249d4355e68b6e2a6a6f1b8adbfbc4206
Author: v4hn <me at v4hn.de>
Date: Sun, 28 Dec 2014 19:50:17 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/5a1d38c249d4355e68b6e2a6a6f1b8adbfbc4206

inkscape: fix build with poppler 0.29
---
  graphics/inkscape/BUILD     | +2/-0     
  graphics/inkscape/DETAILS   | +6/-3     
  graphics/inkscape/PRE_BUILD | +4/-1     
  3 files changed, 12 insertions(+), 4 deletions(-)

--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,3 +1,5 @@
+  autoreconf -i &&
+
   default_build &&
 
   gather_docs HACKING
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -2,13 +2,16 @@
          VERSION=0.48.5
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=$MODULE-libgc7.4.patch.gz
+         SOURCE3=$MODULE-poppler-0.29.patch.gz
       SOURCE_URL=$SFORGE_URL/$MODULE
      SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:83ddb0c96069638f712a869039989bfd7d79c6a8
-     SOURCE2_VFY=sha1:b6f234ccbc2be7eb65e8e87c15f99807b0391010
+     SOURCE3_URL=$PATCH_URL
+      SOURCE_VFY=sha256:2b6ce684f9f2a0691ab454656424555cbda131db78e13973360684bc833ad969
+     SOURCE2_VFY=sha256:e6e8073bce38fbff21c73298fe58df69e25221cc379b4775f20af42646b68062
+     SOURCE3_VFY=sha256:667c910eb64ca8e159e331378f8cb9437a51024d0a1aba7608611aa137d080cd
         WEB_SITE=http://www.inkscape.org
          ENTERED=20031115
-         UPDATED=20140705
+         UPDATED=20141428
            SHORT="Full featured open source SVG editor"
 
 cat << EOF
--- a/graphics/inkscape/PRE_BUILD
+++ b/graphics/inkscape/PRE_BUILD
@@ -1,3 +1,6 @@
 default_pre_build &&
 
-patch_it $SOURCE2 1
+patch_it $SOURCE2 1 &&
+
+# https://bugs.launchpad.net/inkscape/+bug/1399811
+patch_it $SOURCE3 0




More information about the Lunar-commits mailing list