diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-06 10:29:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | da77cc1dcaf810324c1757a2c64accc1413c8a17 (patch) | |
tree | fbf6e7d7ad897a7fae77cd7c93c86edf8bcaa61c | |
parent | 833d94b9b49e15694b0765159d80d6872b6e3976 (diff) | |
download | meta-openembedded-da77cc1dcaf810324c1757a2c64accc1413c8a17.tar.gz |
fontforge: upgrade 20170731 -> 20190413
* 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 <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/fontforge/fontforge_20190413.bb (renamed from meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20190413.bb index 661b5e8c55..ee3bc58bc4 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20170731.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20190413.bb | |||
@@ -3,19 +3,19 @@ HOMEPAGE = "http://fontforge.github.io/en-US/" | |||
3 | LICENSE = "BSD-3-Clause & GPLv3" | 3 | LICENSE = "BSD-3-Clause & GPLv3" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \ | 5 | file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \ |
6 | file://LICENSE;md5=3f922b42ed0033fa0fd4cd3268f6429c \ | 6 | file://LICENSE;md5=5f9637af5c51f2e8d06385ef38eb48f1 \ |
7 | " | 7 | " |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib gettext-native" | 9 | DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool uthash gnulib gettext-native" |
10 | DEPENDS_append_class-target = " libxi" | 10 | DEPENDS_append_class-target = " libxi" |
11 | 11 | ||
12 | inherit autotools pkgconfig pythonnative distro_features_check gettext | 12 | inherit autotools pkgconfig pythonnative distro_features_check gettext gtk-icon-cache mime |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" | 14 | REQUIRED_DISTRO_FEATURES_append_class-target = " x11" |
15 | 15 | ||
16 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" | 16 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" |
17 | # tag 20170731 | 17 | # tag 20190413 |
18 | SRCREV = "b9149c13e8f9464fc21473f1f676b36a2130775d" | 18 | SRCREV = "7f6f1d021fdfea7789972f9534ba3241616d8dfc" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | EXTRA_OECONF_append_class-native = " with_x=no" | 21 | EXTRA_OECONF_append_class-native = " with_x=no" |
@@ -50,8 +50,9 @@ PACKAGES =+ "${PN}-python" | |||
50 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" | 50 | RPROVIDES_${PN}-dbg += "${PN}-python-dbg" |
51 | 51 | ||
52 | FILES_${PN} += " \ | 52 | FILES_${PN} += " \ |
53 | ${datadir}/appdata \ | ||
54 | ${datadir}/metainfo \ | ||
53 | ${datadir}/mime \ | 55 | ${datadir}/mime \ |
54 | ${datadir}/icons \ | ||
55 | " | 56 | " |
56 | 57 | ||
57 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" | 58 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${BPN}/python" |