diff options
Diffstat (limited to 'inkscape')
-rw-r--r-- | inkscape/inkscape_0.38.1.oe | 1 | ||||
-rw-r--r-- | inkscape/inkscape_0.39.oe | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/inkscape/inkscape_0.38.1.oe b/inkscape/inkscape_0.38.1.oe index 25a50edfb7..d4122587cb 100644 --- a/inkscape/inkscape_0.38.1.oe +++ b/inkscape/inkscape_0.38.1.oe @@ -1,3 +1,4 @@ +SECTION = "x11/utils" DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \ blending, node editing, SVG to PNG export, and more. Its goal is for features \ similar to Illustrator, CorelDraw, Visio, etc." diff --git a/inkscape/inkscape_0.39.oe b/inkscape/inkscape_0.39.oe index e69de29bb2..d4122587cb 100644 --- a/inkscape/inkscape_0.39.oe +++ b/inkscape/inkscape_0.39.oe @@ -0,0 +1,11 @@ +SECTION = "x11/utils" +DESCRIPTION = "Inkscape is an SVG-based graphics editor featuring alpha \ +blending, node editing, SVG to PNG export, and more. Its goal is for features \ +similar to Illustrator, CorelDraw, Visio, etc." +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +DEPENDS = "gettext-native intltool-native gtk+ libart-lgpl libxml2 libsigc++ popt" + +SRC_URI = "${SOURCEFORGE_MIRROR}/inkscape/inkscape-${PV}.tar.bz2" +S = "${WORKDIR}/inkscape-${PV}" + +inherit autotools |