mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] xorg-fonts: make all xorg-font packages tristate
Date: Tue, 31 Jul 2018 15:45:46 +0200	[thread overview]
Message-ID: <20180731134546.gs7fxejiydqyt6i7@pengutronix.de> (raw)
In-Reply-To: <f4edb54dc6bcc0988c35434d88332660515b427f.camel@allegion.com>

Hi,

On Tue, Jul 31, 2018 at 09:54:22AM +0000, Baeuerle, Florian wrote:
> Am Dienstag, den 31.07.2018, 11:31 +0200 schrieb Michael Olbrich:
> > On Tue, Jul 31, 2018 at 08:54:14AM +0000, Baeuerle, Florian wrote:
> > > the approach works for me, at least for completely selecting or deselecting
> > > a font via collection. You have to select MENU_FONTS and XORG_FONT_TTF as
> > > module. I have a package which then selects noto fonts as dependency.
> > > 
> > > When deselecting this package in a collection, I end up with a rootfs
> > > containing no fonts. When selecting the package, I have the font.
> > > 
> > > I admittedly did not check all scenarios and corner cases, like (de)selecting
> > > a subset of fonts via collection.
> > > 
> > > We really need such a feature because we have products with and without
> > > display and the latter ones do not have enough NAND to contain the fonts.
> > > 
> > > 
> > > The solution might be ugly but it solves a problem.
> > > 
> > > If you have other ideas, I'd be willing to discuss and eventually implement
> > > them, because we really want to be able to (de)select fonts via collection.
> > 
> > If only want to switch from 'some fonts' to 'no fonts', then the goal
> > should be to leave the individual font packages as 'bool' and only change
> > MENU_XORG_FONTS/XORG_FONTS to tristate.
> 
> Well, actually we require two different subsets of fonts and no fonts. I just
> did not yet make enough progress to test that.

Then my proposal will not work for you.

> > However, that's currently not quite that simple because xorg-fonts provides
> > the dependencies. Hmmm, try this for the font packages:
> > 
> > ifdef PTXCONF_XORG_FONTS
> > PACKAGES-$(PTXCONF_XORG_FONT_<SOMETHING>) += xorg-font-<something>
> > endif
> 
> Would you accept such a patch?
> 
> I think being able to select sets of fonts via collection would be nicer.
> Can you see issues with above patch that would prevent that from working?

That won't work properly with the current setup. You may be able to hack
something like your current patch, that may works for you use-case but
that's not acceptable for mainline.

PTXdist has two main use-cases for collections:
1. select a collection and only build this subset
2. use a collection for a specific image and install only a subset of the
   package there.

The second case does not work with your patch, because there is only on
xorg-fonts ipkg.

> I totally see that it would be nicer having distinct packages per font, but
> also I have no clue how that could be done properly. Maybe the ipkg should contain
> a postinst/postrm hook to manipulate fonts.dir and fonts.scale? But then also the
> fc-cache should be invalidated if someone really wants to use opkg on a target
> device for updating... 

No, but you can install the fonts into separate subdirs,
/usr/share/fonts/X11/<type>/<pkg> instead of /usr/share/fonts/X11/<type>,
and create fonts.dir, fonts.scale and qt4 symlinks for each package
individually.

xorg-fonts will then only contain /etc/rc.once.d/fc-cache.

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2018-07-31 13:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-30 14:13 Florian Bäuerle
2018-07-30 15:46 ` Michael Olbrich
2018-07-31  8:54   ` Baeuerle, Florian
2018-07-31  9:31     ` Michael Olbrich
2018-07-31  9:54       ` Baeuerle, Florian
2018-07-31 13:45         ` Michael Olbrich [this message]

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=20180731134546.gs7fxejiydqyt6i7@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox