Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 699822 - dev-util/hxtools-20180301 : font installation uses wrong path
Summary: dev-util/hxtools-20180301 : font installation uses wrong path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-11-11 14:29 UTC by Peter Gantner (a.k.a. nephros)
Modified: 2019-12-04 06:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fixed hxtools-20180301.ebuild (hxtools-20180301.ebuild,945 bytes, text/plain)
2019-11-11 14:29 UTC, Peter Gantner (a.k.a. nephros)
Details
hxtools-20190428.ebuild (hxtools-20190428.ebuild,945 bytes, text/plain)
2019-11-11 14:30 UTC, Peter Gantner (a.k.a. nephros)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Gantner (a.k.a. nephros) 2019-11-11 14:29:10 UTC
Created attachment 595762 [details]
fixed hxtools-20180301.ebuild

The current version installs fonts and related files into /usr/share/kbd/{consolefonts,keymaps,unimaps}.
On Gentoo we don't use the "kbd" subdir and install into plain /usr/share.

That wrong path means the fonts are unusable by e.g. the consolefonts init script.

The attached ebuild:

  * uses the correct path
  * compresses the files, like other packages do

=============
All ebuilds and other contributions attached to this bug:

Signed-off-by: Peter Gantner <gentoo@nephros.org>
Comment 1 Peter Gantner (a.k.a. nephros) 2019-11-11 14:30:56 UTC
Created attachment 595764 [details]
hxtools-20190428.ebuild

Version Bump.

Signed-off-by: Peter Gantner <gentoo@nephros.org>
Comment 2 Larry the Git Cow gentoo-dev 2019-12-04 06:22:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d9fa8c07598fb1fc791fa4ca1f0e9361aa31b2

commit 18d9fa8c07598fb1fc791fa4ca1f0e9361aa31b2
Author:     Peter Gantner <gentoo@nephros.org>
AuthorDate: 2019-12-04 06:19:34 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2019-12-04 06:22:13 +0000

    dev-util/hxtools: bump to 20190428, EAPI 7 and fixes
    
    Signed-off-by: Peter Gantner <gentoo@nephros.org>
    Closes: https://bugs.gentoo.org/699822
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-util/hxtools/Manifest                |  1 +
 dev-util/hxtools/hxtools-20190428.ebuild | 39 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)