From b3359d57dce2e296e8f8beda029e009001fc2ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 27 Aug 2021 00:56:21 +0200 Subject: [PATCH] inkscape: initial add 1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-graphics/inkscape/inkscape.bb | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 recipes-graphics/inkscape/inkscape.bb diff --git a/recipes-graphics/inkscape/inkscape.bb b/recipes-graphics/inkscape/inkscape.bb new file mode 100644 index 0000000..bf8029b --- /dev/null +++ b/recipes-graphics/inkscape/inkscape.bb @@ -0,0 +1,36 @@ +SUMMARY = "Inkscape is a Free and open source vector graphics editor" +HOMEPAGE = "https://inkscape.org/" +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=d20d608cfa3a8343d722c2e69a43bbcd" + +PV = "1.1" +SRC_URI = "https://inkscape.org/gallery/item/26932/${BP}.tar.xz" +SRC_URI[sha256sum] = "71e6e8ce3fdf702f59dbc4a276665eb982eb7822b029bbdbeced2df4301795e6" +S = "${WORKDIR}/${BPN}-1.1_2021-05-24_c4e8f9ed74" + +DEPENDS = " \ + glib-2.0-native \ + pango \ + gtkmm3 \ + libsoup-2.4 \ + harfbuzz \ + poppler \ + gsl \ + bdwgc \ + lcms \ + gspell \ + libxslt \ + \ + double-conversion \ + libwpg \ + librevenge \ + libcdr \ + libvisio \ + potrace \ +" + +inherit cmake pkgconfig gettext gtk-icon-cache bash-completion mime-xdg + +FILES:${PN} += "${datadir}/metainfo" + +INSANE_SKIP:${PN} = "useless-rpaths"