This commit is contained in:
parent
2f6a06ca74
commit
85b6f28c6b
35
29-liberation-aliases.conf
Normal file
35
29-liberation-aliases.conf
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<!--
|
||||||
|
The "Liberation" fonts are metric compatible fonts for these three web font
|
||||||
|
families:
|
||||||
|
-->
|
||||||
|
<alias>
|
||||||
|
<family>Times New Roman</family>
|
||||||
|
<accept><family>Liberation Serif</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Thorndale AMT</family>
|
||||||
|
<accept><family>Liberation Serif</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Arial</family>
|
||||||
|
<accept><family>Liberation Sans</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Albany AMT</family>
|
||||||
|
<accept><family>Liberation Sans</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Courier New</family>
|
||||||
|
<accept><family>Liberation Mono</family></accept>
|
||||||
|
</alias>
|
||||||
|
<alias>
|
||||||
|
<family>Cumberland AMT</family>
|
||||||
|
<accept><family>Liberation Mono</family></accept>
|
||||||
|
</alias>
|
||||||
|
|
||||||
|
</fontconfig>
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 15:54:42 CEST 2008 - mfabian@suse.de
|
||||||
|
|
||||||
|
- bnc#378463:
|
||||||
|
• accept "Liberation Serif", "Liberation Sans", and
|
||||||
|
"Liberation Mono" as fallbacks for "Times New Roman", "Arial",
|
||||||
|
and "Courier New" respectively.
|
||||||
|
• Mark the "Liberation" fonts with their generics to get
|
||||||
|
reasonable fallbacks if they are not installed.
|
||||||
|
• Add these fonts to the preference lists (below DejaVu).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Url: http://fontconfig.org/
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 79
|
Release: 87
|
||||||
Summary: Library for Font Configuration
|
Summary: Library for Font Configuration
|
||||||
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
# CVS can be found here: (CVS is gone, fontconfig uses git now).
|
||||||
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
# $ cvs -d :pserver:anoncvs@pdx.freedesktop.org:/cvs/fontconfig login
|
||||||
@ -46,6 +46,7 @@ Source13: suse-hinting.conf
|
|||||||
Source14: suse-bitmaps.conf
|
Source14: suse-bitmaps.conf
|
||||||
Source15: suse-font-dirs.conf
|
Source15: suse-font-dirs.conf
|
||||||
Source20: local.conf.instsys
|
Source20: local.conf.instsys
|
||||||
|
Source30: 29-liberation-aliases.conf
|
||||||
Patch4: fc-match.patch
|
Patch4: fc-match.patch
|
||||||
# http://www.kde.gr.jp/~akito/patch/
|
# http://www.kde.gr.jp/~akito/patch/
|
||||||
# http://www.kde.gr.jp/~akito/patch/fontconfig/fontconfig-2.2.1/fontconfig-2.2.1-AppleRoman-DynaFont.patch
|
# http://www.kde.gr.jp/~akito/patch/fontconfig/fontconfig-2.2.1/fontconfig-2.2.1-AppleRoman-DynaFont.patch
|
||||||
@ -177,9 +178,11 @@ done
|
|||||||
install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
|
install -m 644 conf.d/README $RPM_BUILD_ROOT/etc/fonts/conf.d
|
||||||
install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
|
install -m 644 $RPM_SOURCE_DIR/suse*.conf $RPM_BUILD_ROOT/etc/fonts/
|
||||||
install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
|
install -m 644 $RPM_SOURCE_DIR/local.conf.instsys $RPM_BUILD_ROOT/etc/fonts/
|
||||||
|
install -m 644 $RPM_SOURCE_DIR/29-liberation-aliases.conf $RPM_BUILD_ROOT/etc/fonts/conf.avail
|
||||||
# tune links in conf.d:
|
# tune links in conf.d:
|
||||||
pushd $RPM_BUILD_ROOT/etc/fonts/conf.d
|
pushd $RPM_BUILD_ROOT/etc/fonts/conf.d
|
||||||
ln -s ../suse-font-dirs.conf 05-suse-font-dirs.conf
|
ln -s ../suse-font-dirs.conf 05-suse-font-dirs.conf
|
||||||
|
ln -s ../conf.avail/29-liberation-aliases.conf 29-liberation-aliases.conf
|
||||||
rm -f 50-user.conf
|
rm -f 50-user.conf
|
||||||
rm -f 51-local.conf
|
rm -f 51-local.conf
|
||||||
ln -s ../suse-pre-user.conf 50-suse-pre-user.conf
|
ln -s ../suse-pre-user.conf 50-suse-pre-user.conf
|
||||||
@ -234,6 +237,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{myprefix}/include/fontconfig/
|
%{myprefix}/include/fontconfig/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 21 2008 mfabian@suse.de
|
||||||
|
- bnc#378463:
|
||||||
|
• accept "Liberation Serif", "Liberation Sans", and
|
||||||
|
"Liberation Mono" as fallbacks for "Times New Roman", "Arial",
|
||||||
|
and "Courier New" respectively.
|
||||||
|
• Mark the "Liberation" fonts with their generics to get
|
||||||
|
reasonable fallbacks if they are not installed.
|
||||||
|
• Add these fonts to the preference lists (below DejaVu).
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
- added baselibs.conf file to build xxbit packages
|
- added baselibs.conf file to build xxbit packages
|
||||||
for multilib support
|
for multilib support
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
<family>Thorndale AMT</family>
|
<family>Thorndale AMT</family>
|
||||||
<family>SUSE Serif</family>
|
<family>SUSE Serif</family>
|
||||||
<family>FreeSerif</family>
|
<family>FreeSerif</family>
|
||||||
|
<family>Liberation Serif</family>
|
||||||
<family>HGMinchoL</family>
|
<family>HGMinchoL</family>
|
||||||
<family>HGPMinchoL</family>
|
<family>HGPMinchoL</family>
|
||||||
<family>HGPMinchoB</family>
|
<family>HGPMinchoB</family>
|
||||||
@ -38,6 +39,7 @@
|
|||||||
<family>Albany AMT</family>
|
<family>Albany AMT</family>
|
||||||
<family>SUSE Sans</family>
|
<family>SUSE Sans</family>
|
||||||
<family>FreeSans</family>
|
<family>FreeSans</family>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
<family>HGGothicB</family>
|
<family>HGGothicB</family>
|
||||||
<family>HGPGothicB</family>
|
<family>HGPGothicB</family>
|
||||||
<family>HGGothicE</family>
|
<family>HGGothicE</family>
|
||||||
@ -60,6 +62,7 @@
|
|||||||
<family>Cumberland AMT</family>
|
<family>Cumberland AMT</family>
|
||||||
<family>SUSE Sans Mono</family>
|
<family>SUSE Sans Mono</family>
|
||||||
<family>FreeMono</family>
|
<family>FreeMono</family>
|
||||||
|
<family>Liberation Mono</family>
|
||||||
<default><family>monospace</family></default>
|
<default><family>monospace</family></default>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
<family>Times New Roman</family>
|
<family>Times New Roman</family>
|
||||||
<family>Thorndale AMT</family>
|
<family>Thorndale AMT</family>
|
||||||
<family>DejaVu Serif</family>
|
<family>DejaVu Serif</family>
|
||||||
|
<family>Liberation Serif</family>
|
||||||
<family>SUSE Serif</family>
|
<family>SUSE Serif</family>
|
||||||
<family>Bitstream Vera Serif</family>
|
<family>Bitstream Vera Serif</family>
|
||||||
<family>Nimbus Roman No9 L</family>
|
<family>Nimbus Roman No9 L</family>
|
||||||
@ -55,6 +56,7 @@
|
|||||||
<family>Albany AMT</family>
|
<family>Albany AMT</family>
|
||||||
<family>Verdana</family>
|
<family>Verdana</family>
|
||||||
<family>DejaVu Sans</family>
|
<family>DejaVu Sans</family>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
<family>SUSE Sans</family>
|
<family>SUSE Sans</family>
|
||||||
<family>Bitstream Vera Sans</family>
|
<family>Bitstream Vera Sans</family>
|
||||||
<family>Nimbus Sans L</family>
|
<family>Nimbus Sans L</family>
|
||||||
@ -95,6 +97,7 @@
|
|||||||
<family>Consolas</family>
|
<family>Consolas</family>
|
||||||
<family>Andale Mono</family>
|
<family>Andale Mono</family>
|
||||||
<family>DejaVu Sans Mono</family>
|
<family>DejaVu Sans Mono</family>
|
||||||
|
<family>Liberation Sans</family>
|
||||||
<family>SUSE Sans Mono</family>
|
<family>SUSE Sans Mono</family>
|
||||||
<family>Bitstream Vera Sans Mono</family>
|
<family>Bitstream Vera Sans Mono</family>
|
||||||
<family>Courier New</family>
|
<family>Courier New</family>
|
||||||
|
Loading…
Reference in New Issue
Block a user