Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65634 - fonts.eclass
Summary: fonts.eclass
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 65904 65906 65908
  Show dependency tree
 
Reported: 2004-09-27 22:40 UTC by Dmitry S. Kulyabov
Modified: 2004-10-01 12:24 UTC (History)
1 user (show)

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


Attachments
eclass/fonts.eclass (fonts.eclass,11.88 KB, text/plain)
2004-09-27 22:41 UTC, Dmitry S. Kulyabov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Kulyabov 2004-09-27 22:40:53 UTC
Fonts installation

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Dmitry S. Kulyabov 2004-09-27 22:41:29 UTC
Created attachment 40582 [details]
eclass/fonts.eclass
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-09-28 02:04:39 UTC
as per bug  65631. description why and patch (is this sounding repeditive?)
Comment 3 Dmitry S. Kulyabov 2004-09-30 00:13:58 UTC
This eclass for simplify font installation.
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-09-30 00:43:29 UTC
What is the advantage of this eclass over font.eclass we have in /usr/portage/eclass?
We don't use chkfontpath for this purpose (it's package.masked).

*** This bug has been marked as a duplicate of 13808 ***
Comment 5 Dmitry S. Kulyabov 2004-09-30 04:03:20 UTC
Why chkfontpath masked?
How to add font path to /etc/X11/fs/config without chkfontpath?
Comment 6 foser (RETIRED) gentoo-dev 2004-09-30 04:11:11 UTC
we dont use it, it's that simple.

You can add fonts by hand if you want to, xfont handling is ancient & we don't support it.
Comment 7 Dmitry S. Kulyabov 2004-09-30 04:12:10 UTC
This class haven't major advantage over  # 13808.
It suport many fonts formats.
May make wrappers for gnustep fonts.

Dut if you want, it's possible to merge this with your eclass.
Comment 8 Dmitry S. Kulyabov 2004-09-30 04:12:21 UTC
This class haven't major advantage over  # 13808.
It suport many fonts formats.
May make wrappers for gnustep fonts.

Dut if you want, it's possible to merge this with your eclass.
Comment 9 Dmitry S. Kulyabov 2004-09-30 04:13:13 UTC
I think, make somthing by hand isn't good idea.
Comment 10 foser (RETIRED) gentoo-dev 2004-09-30 04:44:16 UTC
stop this bugging... if you want to propose changes to an eclass, propose them as such and dont push your own pretty over the top one. Fontpacks are way too different to have an eclass that does it all. So create a new bug if you want to see changes or look up the other bug & read trough it why it was done the way it got done before you make all sorts of statements.
Comment 11 Dmitry S. Kulyabov 2004-09-30 05:55:29 UTC
Sorry, but I don't understend, wthat to do????????
I was make some ebuilds for fonts, and it work.
Comment 12 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-10-01 12:24:58 UTC
Dmitry, please read comments and attachments in bug #13808.
We talked about several versions of font.eclass, including ones 
using chkfontpath (but we decided not to use them). 

If you have some idea to improve font handling with eclass,
please work on existing font.eclass and make a patch to it.

The current eclass does support several formats by FONT_SUFFIX,
so if you cannot make a font ebuild with existing eclasses then
post difsf to the eclasses and an ebuild using them.