All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v5 04/10] Conditional revert "qt5base: install bundled fonts to target"
Date: Mon, 30 Jan 2017 20:33:16 +0100	[thread overview]
Message-ID: <20170130203316.06e17698@gmx.net> (raw)
In-Reply-To: <1485439461-4797-5-git-send-email-anaumann@ultratronik.de>

Hello,

On Thu, 26 Jan 2017 15:04:15 +0100, Andreas Naumann <anaumann@ultratronik.de> wrote:

> From: Julien Corjon <corjon.j@ecagroup.com>
> 
> qtbase carries nor more fonts since c5ceabb9a1caf6b9b7615a28c3097f221772f645
> 
> So for Qt Version 5.8.0 this reverts commit cdfa21b06041eb601e0bea79f2c8f50e9d637384
> and part of 186ef9f6f4647ed34b67a3427a5e0e249f0794e7

Time for a new subject, eg. 'qt5base: conditional install bundled fonts'?

And a new patch description (the resulting patch hase nothing more to do with
reverting a particular patch)?

Regards,
Peter


> 
> Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
> Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
> ---
>  package/qt5/qt5base/qt5base.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
> index 1b3e2d3..78c7a81 100644
> --- a/package/qt5/qt5base/qt5base.mk
> +++ b/package/qt5/qt5base/qt5base.mk
> @@ -256,12 +256,14 @@ define QT5BASE_INSTALL_TARGET_PLUGINS
>  	fi
>  endef
>  
> +ifeq ($(BR2_QT5_VERSION_5_6),y)
>  define QT5BASE_INSTALL_TARGET_FONTS
>  	if [ -d $(STAGING_DIR)/usr/lib/fonts/ ] ; then \
>  		mkdir -p $(TARGET_DIR)/usr/lib/fonts ; \
>  		cp -dpfr $(STAGING_DIR)/usr/lib/fonts/* $(TARGET_DIR)/usr/lib/fonts ; \
>  	fi
>  endef
> +endif
>  
>  define QT5BASE_INSTALL_TARGET_EXAMPLES
>  	if [ -d $(STAGING_DIR)/usr/lib/qt/examples/ ] ; then \

  reply	other threads:[~2017-01-30 19:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 14:04 [Buildroot] [PATCH v5 00/10] bump/choice for qt 5.8.0 Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 01/10] qt5: add choice between version 5.6.2 and 5.8.0 Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 02/10] qt5enginio : move into legacy compatibility Andreas Naumann
2017-01-27  8:18   ` Thomas Petazzoni
2017-01-26 14:04 ` [Buildroot] [PATCH v5 03/10] qt53d/qt5quickcontrols2/qt5serialbus : move out of tech preview Andreas Naumann
2017-01-27  8:19   ` Thomas Petazzoni
2017-01-26 14:04 ` [Buildroot] [PATCH v5 04/10] Conditional revert "qt5base: install bundled fonts to target" Andreas Naumann
2017-01-30 19:33   ` Peter Seiderer [this message]
2017-01-26 14:04 ` [Buildroot] [PATCH v5 05/10] qt5declarative: enable Quick for non-GL platforms for Qt 5.8.0 Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 06/10] qt5quickcontrols: More deterministic target install Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 07/10] qt5quickcontrols/qt5quickcontrols2: enable for software renderer for Qt 5.8.0 Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 08/10] python-pyqt5: Depend directly on Qt5 rather than its toolchain requirements Andreas Naumann
2017-01-27  8:21   ` Thomas Petazzoni
2017-01-27 14:20     ` Andreas Naumann
2017-01-30  9:11       ` Thomas Petazzoni
2017-01-30 10:28         ` Zoltan Gyarmati
2017-01-26 14:04 ` [Buildroot] [PATCH v5 09/10] python-pyqt: Depend directly on Qt " Andreas Naumann
2017-01-26 14:04 ` [Buildroot] [PATCH v5 10/10] python-pyqt5: Fix for Qt 5.8.0 Andreas Naumann
2017-01-30 17:19   ` Zoltan Gyarmati

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=20170130203316.06e17698@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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.