[oe] [PATCH 01/12] fontforge: add 20141126

Andreas Müller schnitzeltony at googlemail.com
Thu Aug 20 21:14:18 UTC 2015


On Thu, Aug 20, 2015 at 5:04 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> On Mon, May 25, 2015 at 11:13:58PM +0200, Andreas Müller wrote:
>> Have this recipe in my meta-qt5-extra but would be happy to get it under the
>> hood of Martin's world.
>>
>> It started with the native part to build kde's oxygen-fonts but maybe somebody
>> likes to have it on target.
>>
>> Tested native part by gazillions of builds / target part in xfce environment.
>>
>> Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
>> ---
>>  .../fontforge/fontforge_20141126.bb                | 41 ++++++++++++++++++++++
>>  1 file changed, 41 insertions(+)
>>  create mode 100644 meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>>
>> diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> new file mode 100644
>> index 0000000..72020db
>> --- /dev/null
>> +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20141126.bb
>> @@ -0,0 +1,41 @@
>> +SUMMARY = "A font editor"
>> +HOMEPAGE = "http://fontforge.github.io/en-US/"
>> +LICENSE = "GPLv3"
>> +LIC_FILES_CHKSUM = " \
>> +    file://COPYING.gplv3;md5=d32239bcb673463ab874e80d47fae504 \
>> +    file://LICENSE;md5=71d636ba7678baa1573e1b531041386e \
>> +"
>> +
>> +inherit autotools pkgconfig pythonnative
>> +
>> +DEPENDS = "glib-2.0 pango giflib tiff libxml2 jpeg python libtool"
>> +DEPENDS_append_class-target = " libxi"
>> +
>> +SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz"
>
> Don't use github archives, they are regenerated from time to time with
> different checksums and they have stupid filenames (prone to collision
> with other recipes).
>
> can you send follow-up patch?
>
This is some information I did not have yet. Follow up is in queue.

Andreas



More information about the Openembedded-devel mailing list