[Lunar-commits] CVS: moonbase/graphics/inkscape BUILD, 1.2,
1.3 DEPENDS, 1.2, 1.3 DETAILS, 1.5, 1.6
Chad Kittel
v3rt1g0 at lunar-linux.org
Sat Nov 13 16:08:55 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/inkscape
In directory espresso.foo-projects.org:/tmp/cvs-serv362/inkscape
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
Version bump. Also making this module not (incorrectlly) depending on
gnome so much. Now just about anyone who has gtk+-2 installed can
install this without the need for libgnomeui.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/inkscape/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 9 Apr 2004 16:08:31 -0000 1.2
+++ BUILD 13 Nov 2004 16:08:53 -0000 1.3
@@ -6,7 +6,11 @@
--localstatedir=/var \
--infodir=${GNOME26_PREFIX:-/usr}/share/info \
--mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ --with-popt \
$OPTS &&
- default_make
+
+ default_make &&
+
+ gather_docs HACKING
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/inkscape/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS 26 Apr 2004 14:12:39 -0000 1.2
+++ DEPENDS 13 Nov 2004 16:08:53 -0000 1.3
@@ -1,3 +1,8 @@
-depends libgnomeui &&
-depends librsvg &&
-depends libsigc++-1.2
+depends libsigc++-1.2 &&
+depends gtk+-2 &&
+depends libart_lgpl &&
+depends libxml2 &&
+depends fontconfig &&
+depends popt &&
+
+optional_depends "libgnomeprintui" "--with-gnome-print" "" "for Gnome printing support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/inkscape/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 5 Oct 2004 09:30:06 -0000 1.5
+++ DETAILS 13 Nov 2004 16:08:53 -0000 1.6
@@ -1,17 +1,18 @@
MODULE=inkscape
- VERSION=0.38.1
+ VERSION=0.39
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE_VFY=md5:dffa08601c822de29b8c3e436a3994bf
+ SOURCE_VFY=sha1:60e5a424c443fd022ce240daf0569ba1cfe522ba
WEB_SITE=http://inkscape.sf.net
ENTERED=20031115
- UPDATED=20040426
+ UPDATED=20041113
SHORT="Full featured open source SVG editor."
+
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 through an extension mechanism, and promotes friendly, open,
-community-oriented development processes.
+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