Hello,
I'm pretty new on this list so let me quickly introduce myself, my name is René Ribaud, I live in the south east of France in the Alps. I work in computer science (Unix/Linux/storage) for a big computing company. I have used Fedora for several years and I would like to bring my small contribution to this project by packaging software.
I would like to package the KanjiStrokeOrder font provide here : http://sites.google.com/site/nihilistorguk/ However despite I have read documentation on the Fedora wiki, I still have some doubts or questions. That's the reason why I'm writing on this list.
Most of my questions are related to fontconfig. I have read this : "You should always consider adding fontconfig tuning to your font packages." and this is the beginning of my problems. :)
So I have written the simple, minimal fontconfig file provided below :
/<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <alias> <family>KanjiStrokeOrders</family> <default> <family>sans-serif</family> </default> </alias> </fontconfig> /
And I choose the lowest priority font prefix 69, to not overwrite any font settings and also because the definition "Fonts with less common encodings, ending with fonts that provide coverage of exotic unicode blocks at the expense of drawing quality" seems to be good for this font.
So I wonder : - If the fontconfig file is fine or need more information inside ? - If the prefix is the good one and maybe more rules to select it ?
All advises regarding these points will be welcomed.
I also provide the following links, this is not for a review, I will ask for one later. But it may be interesting for you. SPEC : http://uggla.free.fr/rpmbuild/SPECS/kanjistrokeorders-fonts.spec SRPM : http://uggla.free.fr/rpmbuild/SRPMS/12/kanjistrokeorders-fonts-2.014-2.fc12....
Best regards. René
On 28 March 2010 19:09, Rene Ribaud rene.ribaud@free.fr wrote:
- If the fontconfig file is fine or need more information inside ?
yes your .conf file need little bit update. if you are using Fedora, install fontpackages-devel, this package has all the fontconfig templates you can find it under /usr/share/fontconfig/templates/ If you know this font will be useful for any language use l10n-font-template.conf else use basic-font-template.conf
- If the prefix is the good one and maybe more rules to select it ?
69 prefix looks good to me as it will not changes any default setting
but better way is file a package review request at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora choose component Package Review, in review most of these thing will get more clearer.
for filing package review request see http://fedoraproject.org/wiki/Package_Review_Process
Best Regards, Pravin S
Hello,
I come back to you. As advised in the previous post. I have opened a package review here : https://bugzilla.redhat.com/show_bug.cgi?id=579369 since several weeks.
I think everybody is really busy but if someone could review it or at least give feedbacks it will be really great.
Best regards. René.
Le 29/03/2010 07:11, प्रविण सातपुते a écrit :
On 28 March 2010 19:09, Rene Ribaud <rene.ribaud@free.fr mailto:rene.ribaud@free.fr> wrote:
- If the fontconfig file is fine or need more information inside ?
yes your .conf file need little bit update. if you are using Fedora, install fontpackages-devel, this package has all the fontconfig templates you can find it under /usr/share/fontconfig/templates/ If you know this font will be useful for any language use l10n-font-template.conf else use basic-font-template.conf
- If the prefix is the good one and maybe more rules to select it ?
69 prefix looks good to me as it will not changes any default setting
but better way is file a package review request at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora choose component Package Review, in review most of these thing will get more clearer.
for filing package review request see http://fedoraproject.org/wiki/Package_Review_Process
Best Regards, Pravin S