From da77cc1dcaf810324c1757a2c64accc1413c8a17 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 6 May 2019 10:29:44 +0200 Subject: fontforge: upgrade 20170731 -> 20190413 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Features added and bugs fixed. For more information see [1] * add gtk-icon-cache mime to inherit [1] https://github.com/fontforge/fontforge/releases Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../fontforge/fontforge_20170731.bb | 61 --------------------- .../fontforge/fontforge_20190413.bb | 62 ++++++++++++++++++++++ 2 files changed, 62 insertions(+), 61 deletions(-) delete mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20190413.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb deleted file mode 100644 index 661b5e8c55..0000000000 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb +++ /dev/null @@ -1,61 +0,0 @@ -SUMMARY = "A font editor" -HOMEPAGE = "http://fontforge.github.io/en-US/" -LICENSE = "BSD-3-Clause & GPLv3" -LIC_FILES_CHKSUM = " \ - file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \ - file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \ -" - -DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib gettext-native" -DEPENDS_append_class-target = " libxi" - -inherit autotools pkgconfig pythonnative distro_features_check gettext - -REQUIRED_DISTRO_FEATURES_append_class-target = " x11" - -SRC_URI = "git://github.com/${BPN}/${BPN}.git" -# tag 20170731 -SRCREV = "b9149c13e8f9464fc21473f1f676b36a2130775d" -S = "${WORKDIR}/git" - -EXTRA_OECONF_append_class-native = " with_x=no" - -do_configure_prepend() { - # uthash sources are expected in uthash/src - currdir=`pwd` - cd ${S} - - mkdir -p uthash/src - cp ${STAGING_INCDIR}/ut*.h uthash/src - - # avoid bootstrap cloning gnulib on every configure - cat >.gitmodules <.gitmodules <