All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 01/12] fontforge: add 20141126
Date: Thu, 20 Aug 2015 17:04:13 +0200	[thread overview]
Message-ID: <20150820150413.GI2446@jama> (raw)
In-Reply-To: <1432588449-31413-2-git-send-email-schnitzeltony@googlemail.com>

[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]

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@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?

> +SRC_URI[md5sum] = "0d6f5112c4e5689087339a94aceadf77"
> +SRC_URI[sha256sum] = "9c90c640023463c0b2b97b87575a014fcf44f688c3763f4cd136d3c267092106"
> +
> +EXTRA_OECONF_append_class-native = " with_x=no --disable-python-extension --disable-python-scripting"
> +
> +do_configure_prepend() {
> +    currdir=`pwd`
> +    cd ${S}
> +    ./bootstrap --force
> +    cd $currdir
> +}
> +
> +EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -I${B}/uthash/src'"
> +
> +PACKAGES =+ "${PN}-python-dbg ${PN}-python"
> +
> +FILES_${PN} += " \
> +    ${datadir}/mime \
> +    ${datadir}/icons \
> +"
> +
> +FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR} ${datadir}/${PN}/python"
> +FILES_${PN}-python-dbg = "${PYTHON_SITEPACKAGES_DIR}/.debug"
> +RDEPENDS_${PN}-python = "python"
> +
> +# for e.g kde's oxygen-fonts
> +BBCLASSEXTEND = "native"
> -- 
> 1.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2015-08-20 15:03 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-25 21:13 [PATCH 00/12] xfce4 updates ++ Andreas Müller
2015-05-25 21:13 ` [PATCH 01/12] fontforge: add 20141126 Andreas Müller
2015-08-20 15:04   ` Martin Jansa [this message]
2015-08-20 21:14     ` Andreas Müller
2015-05-25 21:13 ` [PATCH 02/12] openjpeg: initial add 2.1.0 Andreas Müller
2015-05-26 16:46   ` Khem Raj
2015-05-27  6:25     ` Andreas Müller
2015-05-27  7:36       ` Khem Raj
2015-05-25 21:14 ` [PATCH 03/12] poppler: update 0.33.0 to and enhance packageconfigs Andreas Müller
2015-05-26  9:02   ` Johannes Pointner
2015-05-26  9:16     ` Andreas Müller
2015-05-26  9:30       ` Andreas Müller
2015-05-26  9:37         ` Andreas Müller
2015-05-26 10:16           ` Johannes Pointner
2015-05-25 21:14 ` [PATCH 04/12] poppler-data: update to 0.4.7 Andreas Müller
2015-05-25 21:14 ` [PATCH 05/12] thunar: update to 1.6.10 Andreas Müller
2015-05-25 21:14 ` [PATCH 06/12] xfdesktop: update to 4.12.2 Andreas Müller
2015-05-25 21:14 ` [PATCH 07/12] xfwm4: update to 4.12.3 Andreas Müller
2015-05-25 21:14 ` [PATCH 08/12] orage: update to 4.12.1 Andreas Müller
2015-05-25 21:14 ` [PATCH 09/12] xfce4-notes-plugin: update to 1.8.0 Andreas Müller
2015-05-25 21:14 ` [PATCH 10/12] xfce4-equake-plugin: update to 1.3.7 Andreas Müller
2015-05-25 21:14 ` [PATCH 11/12] exo: update to 0.10.6 Andreas Müller
2015-05-25 21:14 ` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg Andreas Müller
2015-05-26 16:49   ` Khem Raj
2015-05-27  6:28     ` Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150820150413.GI2446@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.