[Lunar-commits] <moonbase> inkscape: adding a patch to fix a make failure with current poppler
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Mon Jul 7 03:46:50 CEST 2008
commit 49a9f1a026aca047a09af0c9dd1c8c144a111f36
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun Jul 6 21:46:50 2008 -0400
inkscape: adding a patch to fix a make failure with current poppler
---
graphics/inkscape/BUILD | 2 ++
graphics/inkscape/DETAILS | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/graphics/inkscape/BUILD b/graphics/inkscape/BUILD
index 0f0cc31..183c0fb 100644
--- a/graphics/inkscape/BUILD
+++ b/graphics/inkscape/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
./configure --prefix=${GNOME26_PREFIX:-/usr} \
--build=$BUILD \
--sysconfdir=/etc \
diff --git a/graphics/inkscape/DETAILS b/graphics/inkscape/DETAILS
index 7ae7a2e..d8652e2 100644
--- a/graphics/inkscape/DETAILS
+++ b/graphics/inkscape/DETAILS
@@ -1,8 +1,11 @@
MODULE=inkscape
VERSION=0.46
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=inkscape-0.46-poppler-0.8.3.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:b7c53c6d2bc0de4ff24d4a6bee86359ff11bef27
+ SOURCE2_VFY=sha1:467713c582295b66aceadb114213f224300c1451
WEB_SITE=http://www.inkscape.org
ENTERED=20031115
UPDATED=20080311
@@ -11,8 +14,8 @@
cat << EOF
Inkscape seeks to become a full featured open source SVG editor. Derived
from the highly popular Sodipodi codebase, Inkscape strives to build
-full XML, SVG, and CSS2 compliance, convert the codebase from C/Gtk to
-C++/Gtkmm, emphasizes a lightweight core with powerful features added
+full XML, SVG, and CSS2 compliance, convert the codebase from C/Gtk to
+C++/Gtkmm, emphasizes a lightweight core with powerful features added
through an extension mechanism, and promotes friendly, open, community-
oriented development processes.
EOF
More information about the Lunar-commits
mailing list