CVS: moonbase/graphics/inkscape BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
Nick Hudson
nhudson at lunar-linux.org
Mon Nov 17 04:45:40 GMT 2003
Update of /var/cvs/lunar/moonbase/graphics/inkscape
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25727/inkscape
Added Files:
BUILD DEPENDS DETAILS
Log Message:
Adding inkscape to moonbase, this is a fork of sodipodi with more attention to GNOME intagration and development
--- NEW FILE: BUILD ---
(
./configure --build=$BUILD \
--sysconfdir=/etc \
--prefix=/opt/lunar/gnome/2.4 \
--localstatedir=/var \
--infodir=/opt/lunar/gnome/2.4/share/info \
--mandir=/opt/lunar/gnome/2.4/share/man \
--with-html-dir=/usr/share/gtk-doc/html \
$OPTS &&
default_make
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends libgnomeui &&
depends librsvg
--- NEW FILE: DETAILS ---
MODULE=inkscape
VERSION=0.35
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
WEB_SITE=http://$MODULE.sf.net
ENTERED=20031115
UPDATED=20031115
SHORT="Inkscape seeks to become a 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.
EOF
More information about the Lunar-commits
mailing list