auto-import dejavu-fonts-2.9.0-1.fc6 on branch devel from dejavu-fonts-2.9.0-1.fc6.src.rpm
2.9.0
This commit is contained in:
parent
903e95e70c
commit
6945c71d4b
@ -1 +1 @@
|
|||||||
dejavu-sfd-2.8.tar.gz
|
dejavu-sfd-2.9.tar.gz
|
||||||
|
@ -13,49 +13,40 @@
|
|||||||
$Id$
|
$Id$
|
||||||
-->
|
-->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<!-- Declare generics -->
|
|
||||||
<alias>
|
|
||||||
<family>DejaVu Sans Condensed</family>
|
|
||||||
<default>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>DejaVu Serif Condensed</family>
|
|
||||||
<default>
|
|
||||||
<family>serif</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
<!-- Declare substitutes -->
|
<!-- Declare substitutes -->
|
||||||
<alias>
|
<match>
|
||||||
<family>DejaVu LGC Sans Condensed</family>
|
<test name="family">
|
||||||
<accept>
|
<string>DejaVu LGC Sans Condensed</string>
|
||||||
<family>DejaVu LGC Sans Condensed</family>
|
</test>
|
||||||
<family>DejaVu Sans Condensed</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
</accept>
|
<string>DejaVu Sans Condensed</string>
|
||||||
</alias>
|
</edit>
|
||||||
<alias>
|
</match>
|
||||||
<family>Toga Sans</family>
|
<match>
|
||||||
<accept>
|
<test name="family">
|
||||||
<family>Toga Sans</family>
|
<string>Toga Sans</string>
|
||||||
<family>DejaVu Sans Condensed</family>
|
</test>
|
||||||
</accept>
|
<edit name="family" mode="append" binding="same">
|
||||||
</alias>
|
<string>DejaVu Sans Condensed</string>
|
||||||
<alias>
|
</edit>
|
||||||
<family>DejaVu LGC Serif Condensed</family>
|
</match>
|
||||||
<accept>
|
<match>
|
||||||
<family>DejaVu LGC Serif Condensed</family>
|
<test name="family">
|
||||||
<family>DejaVu Serif Condensed</family>
|
<string>DejaVu LGC Serif Condensed</string>
|
||||||
</accept>
|
</test>
|
||||||
</alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<alias>
|
<string>DejaVu Serif Condensed</string>
|
||||||
<family>Toga Serif</family>
|
</edit>
|
||||||
<accept>
|
</match>
|
||||||
<family>Toga Serif</family>
|
<match>
|
||||||
<family>DejaVu Serif Condensed</family>
|
<test name="family">
|
||||||
</accept>
|
<string>Toga Serif</string>
|
||||||
</alias>
|
</test>
|
||||||
<!-- Use the same trick as Bitstream Vera -->
|
<edit name="family" mode="append" binding="same">
|
||||||
|
<string>DejaVu Serif Condensed</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<!-- Turn off hinting at small sizes -->
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>DejaVu Sans Condensed</string>
|
<string>DejaVu Sans Condensed</string>
|
||||||
@ -67,7 +58,7 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>DejaVu Serif Condensed</string>
|
<string>DejaVu Serif Condensed</string>
|
||||||
</test>
|
</test>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<!-- /etc/fonts/conf.d/20-dejavu.conf
|
<!-- /etc/fonts/conf.d/20-dejavu.conf
|
||||||
|
|
||||||
Define aliasing ant other fontconfig settings for DejaVu main families
|
Define aliasing and other fontconfig settings for DejaVu main families
|
||||||
|
|
||||||
© 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
© 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
This file is distributed under the terms of the GNU General
|
This file is distributed under the terms of the GNU General
|
||||||
@ -12,159 +12,182 @@
|
|||||||
$Id$
|
$Id$
|
||||||
-->
|
-->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<!-- Declare generics -->
|
|
||||||
<alias>
|
|
||||||
<family>DejaVu Sans</family>
|
|
||||||
<default>
|
|
||||||
<family>sans-serif</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
<alias>
|
|
||||||
<family>DejaVu Serif</family>
|
|
||||||
<default>
|
|
||||||
<family>serif</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
<!-- Monospace face -->
|
|
||||||
<alias>
|
|
||||||
<family>DejaVu Sans Mono</family>
|
|
||||||
<default>
|
|
||||||
<family>monospace</family>
|
|
||||||
</default>
|
|
||||||
</alias>
|
|
||||||
<!-- Declare DejaVu Sans a valid substitute for all known Bitstream Vera Sans
|
<!-- Declare DejaVu Sans a valid substitute for all known Bitstream Vera Sans
|
||||||
derivatives which kept original metrics -->
|
derivatives which kept original metrics -->
|
||||||
<alias>
|
<match>
|
||||||
<family>Bitstream Vera Sans</family>
|
<test name="family">
|
||||||
<accept>
|
<string>Bitstream Vera Sans</string>
|
||||||
<family>Bitstream Vera Sans</family>
|
</test>
|
||||||
<family>DejaVu Sans</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
</accept>
|
<string>DejaVu Sans</string>
|
||||||
</alias>
|
</edit>
|
||||||
<alias>
|
</match>
|
||||||
<family>DejaVu LGC Sans</family>
|
<match>
|
||||||
<accept>
|
<test name="family">
|
||||||
<family>DejaVu LGC Sans</family>
|
<string>DejaVu LGC Sans</string>
|
||||||
<family>DejaVu Sans</family>
|
</test>
|
||||||
</accept>
|
<edit name="family" mode="append" binding="same">
|
||||||
</alias>
|
<string>DejaVu Sans</string>
|
||||||
<alias>
|
</edit>
|
||||||
<family>Arev Sans</family>
|
</match>
|
||||||
<accept>
|
<match>
|
||||||
<family>Arev Sans</family>
|
<test name="family">
|
||||||
<family>DejaVu Sans</family>
|
<string>Arev Sans</string>
|
||||||
</accept>
|
</test>
|
||||||
</alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<alias>
|
<string>DejaVu Sans</string>
|
||||||
<family>SUSE Sans</family>
|
</edit>
|
||||||
<accept>
|
</match>
|
||||||
<family>SUSE Sans</family>
|
<match>
|
||||||
<family>DejaVu Sans</family>
|
<test name="family">
|
||||||
</accept>
|
<string>SUSE Sans</string>
|
||||||
</alias>
|
</test>
|
||||||
<alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<family>Hunky Sans</family>
|
<string>DejaVu Sans</string>
|
||||||
<accept>
|
</edit>
|
||||||
<family>DejaVu Sans</family>
|
</match>
|
||||||
<family>Hunky Sans</family>
|
<match>
|
||||||
</accept>
|
<test name="family">
|
||||||
</alias>
|
<string>Hunky Sans</string>
|
||||||
<alias>
|
</test>
|
||||||
<family>Verajja</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
<accept>
|
<string>DejaVu Sans</string>
|
||||||
<family>DejaVu Sans</family>
|
</edit>
|
||||||
<family>Verajja</family>
|
</match>
|
||||||
</accept>
|
<match>
|
||||||
</alias>
|
<test name="family">
|
||||||
<alias>
|
<string>Verajja</string>
|
||||||
<family>Bepa</family>
|
</test>
|
||||||
<accept>
|
<edit name="family" mode="append" binding="same">
|
||||||
<family>DejaVu Sans</family>
|
<string>DejaVu Sans</string>
|
||||||
<family>Bepa</family>
|
</edit>
|
||||||
</accept>
|
</match>
|
||||||
</alias>
|
<match>
|
||||||
<alias>
|
<test name="family">
|
||||||
<family>Olwen Sans</family>
|
<string>Bepa</string>
|
||||||
<accept>
|
</test>
|
||||||
<family>DejaVu Sans</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
<family>Olwen Sans</family>
|
<string>DejaVu Sans</string>
|
||||||
</accept>
|
</edit>
|
||||||
</alias>
|
</match>
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>Olwen Sans</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="append" binding="same">
|
||||||
|
<string>DejaVu Sans</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
<!-- Declare DejaVu Serif a valid substitute for all known Bitstream Vera Serif
|
<!-- Declare DejaVu Serif a valid substitute for all known Bitstream Vera Serif
|
||||||
derivatives which kept the original metrics -->
|
derivatives which kept the original metrics -->
|
||||||
<alias>
|
<match>
|
||||||
<family>Bitstream Vera Serif</family>
|
<test name="family">
|
||||||
<accept>
|
<string>Bitstream Vera Serif</string>
|
||||||
<family>Bitstream Vera Serif</family>
|
</test>
|
||||||
<family>DejaVu Serif</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
</accept>
|
<string>DejaVu Serif</string>
|
||||||
</alias>
|
</edit>
|
||||||
<alias>
|
</match>
|
||||||
<family>DejaVu LGC Serif</family>
|
<match>
|
||||||
<accept>
|
<test name="family">
|
||||||
<family>DejaVu LGC Serif</family>
|
<string>DejaVu LGC Serif</string>
|
||||||
<family>DejaVu Serif</family>
|
</test>
|
||||||
</accept>
|
<edit name="family" mode="append" binding="same">
|
||||||
</alias>
|
<string>DejaVu Serif</string>
|
||||||
<alias>
|
</edit>
|
||||||
<family>SUSE Serif</family>
|
</match>
|
||||||
<accept>
|
<match>
|
||||||
<family>SUSE Serif</family>
|
<test name="family">
|
||||||
<family>DejaVu Serif</family>
|
<string>SUSE Serif</string>
|
||||||
</accept>
|
</test>
|
||||||
</alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<alias>
|
<string>DejaVu Serif</string>
|
||||||
<family>Hunky Serif</family>
|
</edit>
|
||||||
<accept>
|
</match>
|
||||||
<family>Hunky Serif</family>
|
<match>
|
||||||
<family>DejaVu Serif</family>
|
<test name="family">
|
||||||
</accept>
|
<string>Hunky Serif</string>
|
||||||
</alias>
|
</test>
|
||||||
<alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<family>Olwen Serif</family>
|
<string>DejaVu Serif</string>
|
||||||
<accept>
|
</edit>
|
||||||
<family>Olwen Serif</family>
|
</match>
|
||||||
<family>DejaVu Serif</family>
|
<match>
|
||||||
</accept>
|
<test name="family">
|
||||||
</alias>
|
<string>Olwen Serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="append" binding="same">
|
||||||
|
<string>DejaVu Serif</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
<!-- Declare DejaVu Sans Mono a valid substitute for all known Bitstream Vera
|
<!-- Declare DejaVu Sans Mono a valid substitute for all known Bitstream Vera
|
||||||
Sans Mono derivatives which kept the original metrics -->
|
Sans Mono derivatives which kept the original metrics -->
|
||||||
<alias>
|
<match>
|
||||||
<family>Bitstream Vera Sans Mono</family>
|
<test name="family">
|
||||||
<accept>
|
<string>Bitstream Vera Sans Mono</string>
|
||||||
<family>Bitstream Vera Sans Mono</family>
|
</test>
|
||||||
<family>DejaVu Sans Mono</family>
|
<edit name="family" mode="append" binding="same">
|
||||||
</accept>
|
<string>DejaVu Sans Mono</string>
|
||||||
</alias>
|
</edit>
|
||||||
<alias>
|
</match>
|
||||||
<family>DejaVu LGC Sans Mono</family>
|
<match>
|
||||||
<accept>
|
<test name="family">
|
||||||
<family>DejaVu LGC Sans Mono</family>
|
<string>DejaVu LGC Sans Mono</string>
|
||||||
<family>DejaVu Sans Mono</family>
|
</test>
|
||||||
</accept>
|
<edit name="family" mode="append" binding="same">
|
||||||
</alias>
|
<string>DejaVu Sans Mono</string>
|
||||||
<alias>
|
</edit>
|
||||||
<family>SUSE Sans Mono</family>
|
</match>
|
||||||
<accept>
|
<match>
|
||||||
<family>SUSE Sans Mono</family>
|
<test name="family">
|
||||||
<family>DejaVu Sans Mono</family>
|
<string>SUSE Sans Mono</string>
|
||||||
</accept>
|
</test>
|
||||||
</alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<alias>
|
<string>DejaVu Sans Mono</string>
|
||||||
<family>Bepa Mono</family>
|
</edit>
|
||||||
<accept>
|
</match>
|
||||||
<family>Bepa Mono</family>
|
<match>
|
||||||
<family>DejaVu Sans Mono</family>
|
<test name="family">
|
||||||
</accept>
|
<string>Bepa Mono</string>
|
||||||
</alias>
|
</test>
|
||||||
<alias>
|
<edit name="family" mode="append" binding="same">
|
||||||
<family>Olwen Sans Mono</family>
|
<string>DejaVu Sans Mono</string>
|
||||||
<accept>
|
</edit>
|
||||||
<family>Olwen Sans Mono</family>
|
</match>
|
||||||
<family>DejaVu Sans Mono</family>
|
<match>
|
||||||
</accept>
|
<test name="family">
|
||||||
</alias>
|
<string>Olwen Sans Mono</string>
|
||||||
<!-- Use the same trick as Bitstream Vera -->
|
</test>
|
||||||
|
<edit name="family" mode="append" binding="same">
|
||||||
|
<string>DejaVu Sans Mono</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<!-- Alias generic names -->
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>sans-serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="same">
|
||||||
|
<string>DejaVu Sans</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="same">
|
||||||
|
<string>DejaVu Serif</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<match>
|
||||||
|
<test name="family">
|
||||||
|
<string>monospace</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend" binding="same">
|
||||||
|
<string>DejaVu Sans Mono</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
<!-- Turn off hinting at small sizes -->
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>DejaVu Sans</string>
|
<string>DejaVu Sans</string>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#%define alphatag 20060618svn945
|
#%define alphatag 20060618svn945
|
||||||
#%define alphatag rc1
|
#%define alphatag rc1
|
||||||
|
|
||||||
%define archiveversion 2.8
|
%define archiveversion 2.9
|
||||||
%define fontdir %{_datadir}/fonts/%{name}
|
%define fontdir %{_datadir}/fonts/%{name}
|
||||||
%define fontconfdir %{_sysconfdir}/fonts
|
%define fontconfdir %{_sysconfdir}/fonts
|
||||||
|
|
||||||
@ -12,8 +12,8 @@
|
|||||||
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
||||||
|
|
||||||
Name: dejavu-fonts
|
Name: dejavu-fonts
|
||||||
Version: 2.8.0
|
Version: 2.9.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DejaVu fonts
|
Summary: DejaVu fonts
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
License: Redistributable, with restrictions
|
License: Redistributable, with restrictions
|
||||||
@ -35,8 +35,8 @@ BuildArch: noarch
|
|||||||
Conflicts: fontconfig < 2.3.93
|
Conflicts: fontconfig < 2.3.93
|
||||||
|
|
||||||
Obsoletes: %{name}-fontconfig < 2.7.0-0.15
|
Obsoletes: %{name}-fontconfig < 2.7.0-0.15
|
||||||
Obsoletes: %{name}-makedefault < 2.8.0-0.2
|
Obsoletes: %{name}-makedefault < 2.9.0-1
|
||||||
Obsoletes: %{name}-block < 2.8.0-0.2
|
Obsoletes: %{name}-block < 2.9.0-1
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -81,7 +81,7 @@ mv status.txt.new status.txt
|
|||||||
%check
|
%check
|
||||||
# Current upstream files are full of "problems"
|
# Current upstream files are full of "problems"
|
||||||
# Do not panic if the output is long
|
# Do not panic if the output is long
|
||||||
./problems.pl -l 3 *.sfd
|
./problems.pl *.sfd
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -153,12 +153,17 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
|
- 2.9.0-1
|
||||||
|
- tweak fontconfig settings to match the style the dejavu-lgc core package
|
||||||
|
adopted
|
||||||
|
|
||||||
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
* Sun Jul 30 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
- 2.8.0-2
|
- 2.8.0-2
|
||||||
- Massive simplification of the spec following dejavu-lgc inclusion in FC. The
|
- Massive simplification of the spec following dejavu-lgc inclusion in FC. The
|
||||||
removed parts were intended to workaround the fact no dejavu variant was in
|
removed parts were intended to workaround the fact no dejavu variant was in
|
||||||
core. Since there is one now, and dejavu full only complements the dejavu-lgc
|
core. Since there is one now, and dejavu full only complements the dejavu-lgc
|
||||||
package, the lgc maintainer should take care of the corresponding settings.
|
package, core maintainers should take care of the corresponding settings.
|
||||||
|
|
||||||
* Sun Jul 16 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
* Sun Jul 16 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||||
- 2.8.0-1
|
- 2.8.0-1
|
||||||
|
@ -1 +0,0 @@
|
|||||||
http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
|
|
Loading…
Reference in New Issue
Block a user