- use git to fetch the code as there is no tarball available for the latest version looks like current build needs git submodules. We can build lib2geom as an external project but extensions need to be fetched as a submodule - build with external lib2geom Signed-off-by: Markus Volk <f_l_k@t-online.de>
37 lines
784 B
BlitzBasic
37 lines
784 B
BlitzBasic
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=46f815712c095f667139ef42f2270d57"
|
|
|
|
SRC_URI = "gitsm://gitlab.com/inkscape/inkscape.git;protocol=https;nobranch=1"
|
|
SRCREV = "b0a8486541ac36327488da641d58a86bee2f07ad"
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.2.2"
|
|
|
|
DEPENDS = " \
|
|
bdwgc \
|
|
cairo \
|
|
glib-2.0-native \
|
|
gsl \
|
|
gspell \
|
|
gtkmm3 \
|
|
harfbuzz \
|
|
lcms \
|
|
libsoup-2.4 \
|
|
libxslt \
|
|
pango \
|
|
poppler \
|
|
\
|
|
double-conversion \
|
|
lib2geom \
|
|
libcdr \
|
|
librevenge \
|
|
libvisio \
|
|
libwpg \
|
|
potrace \
|
|
"
|
|
|
|
inherit cmake pkgconfig gettext gtk-icon-cache bash-completion mime-xdg
|
|
|
|
FILES:${PN} += "${datadir}/metainfo"
|