auto-import dejavu-fonts-2.11-1.fc6 on branch devel from dejavu-fonts-2.11-1.fc6.src.rpm
2.11
This commit is contained in:
parent
5acc2550ca
commit
6f3ce8bafa
@ -1 +1 @@
|
||||
dejavu-sfd-2.10.tar.gz
|
||||
dejavu-sfd-2.11.tar.gz
|
||||
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- /etc/fonts/conf.d/41-condensed.conf
|
||||
|
||||
Create a condensed generic
|
||||
|
||||
© 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
-->
|
||||
<alias>
|
||||
<family>DejaVu Sans Condensed</family>
|
||||
<family>Arial Narrow</family>
|
||||
<family>DejaVu LGC Sans Condensed</family>
|
||||
<family>Nimbus Sans L Condensed</family>
|
||||
<family>DejaVu Serif Condensed</family>
|
||||
<family>DejaVu LGC Serif Condensed</family>
|
||||
<default>
|
||||
<family>condensed</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<!-- /etc/fonts/conf.d/58-dejavu-experimental.conf
|
||||
<!-- /etc/fonts/conf.d/61-dejavu-experimental.conf
|
||||
|
||||
Define aliasing and other fontconfig settings for
|
||||
DejaVu experimental families
|
||||
@ -43,22 +43,14 @@
|
||||
</match>
|
||||
<!-- Assign generic name -->
|
||||
<alias>
|
||||
<family>DejaVu Sans Condensed</family>
|
||||
<default>
|
||||
<family>condensed</family>
|
||||
</default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>DejaVu Serif Condensed</family>
|
||||
<default>
|
||||
<family>condensed</family>
|
||||
</default>
|
||||
</alias>
|
||||
<!-- Alias generic names -->
|
||||
<alias>
|
||||
<family>condensed</family>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>DejaVu Sans Condensed</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>DejaVu Serif Condensed</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
@ -2,7 +2,7 @@
|
||||
# This macro has the same value as %{version}, except when testing pre-release snapshots
|
||||
#%define alphatag 20060913svn1149
|
||||
|
||||
%define archiveversion 2.10
|
||||
%define archiveversion 2.11
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define fontconfdir %{_sysconfdir}/fonts
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
%define UnicodeData %(eval "$(%{__perl} -V:privlibexp)"; echo $privlibexp)/unicore/UnicodeData.txt
|
||||
|
||||
Name: dejavu-fonts
|
||||
Version: 2.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: DejaVu fonts
|
||||
Group: User Interface/X
|
||||
License: Redistributable, with restrictions
|
||||
@ -22,10 +22,8 @@ Source0: http://prdownloads.sourceforge.net/dejavu/%{archivename}-%{archiveve
|
||||
Source1: %{name}-fontconfig.conf
|
||||
# DejaVu fontconfig setup (experimental families)
|
||||
Source2: %{name}-experimental-fontconfig.conf
|
||||
# Declare fontconfig condensed generic
|
||||
Source3: %{name}-condensed-fontconfig.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: fontforge
|
||||
BuildRequires: fontforge >= 20061019-1
|
||||
# The CPAN sources do not declare perl(Font::TTF)
|
||||
BuildRequires: perl-Font-TTF
|
||||
# Needed to compute unicode coverage
|
||||
@ -39,6 +37,9 @@ Obsoletes: %{name}-fontconfig < 2.7.0-0.15
|
||||
Obsoletes: %{name}-makedefault < 2.9.0-1
|
||||
Obsoletes: %{name}-block < 2.9.0-1
|
||||
|
||||
Provides: %{name}-makedefault = %{version}
|
||||
Provides: %{name}-fontconfig = %{version}
|
||||
|
||||
|
||||
%description
|
||||
The DejaVu fonts are a font family based on the Bitstream Vera Fonts release
|
||||
@ -95,8 +96,7 @@ install -m 0644 generated/*.ttf %{buildroot}%{fontdir}
|
||||
# Fontconfig overrides for some scripts
|
||||
install -d -m 0755 %{buildroot}%{fontconfdir}/conf.d
|
||||
install -m 0644 %{SOURCE1} %{buildroot}%{fontconfdir}/conf.d/58-dejavu.conf
|
||||
install -m 0644 %{SOURCE2} %{buildroot}%{fontconfdir}/conf.d/58-dejavu-experimental.conf
|
||||
install -m 0644 %{SOURCE3} %{buildroot}%{fontconfdir}/conf.d/41-condensed.conf
|
||||
install -m 0644 %{SOURCE2} %{buildroot}%{fontconfdir}/conf.d/61-dejavu-experimental.conf
|
||||
|
||||
%clean
|
||||
/bin/rm -rf %{buildroot}
|
||||
@ -146,8 +146,7 @@ fi
|
||||
%files experimental
|
||||
%defattr(0644,root,root,0755)
|
||||
|
||||
%config %{fontconfdir}/conf.d/41-condensed.conf
|
||||
%config %{fontconfdir}/conf.d/58-dejavu-experimental.conf
|
||||
%config %{fontconfdir}/conf.d/61-dejavu-experimental.conf
|
||||
|
||||
%{fontdir}/DejaVu*Condensed*.ttf
|
||||
%{fontdir}/DejaVu*ExtraLight*.ttf
|
||||
@ -155,6 +154,11 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 22 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 2.11
|
||||
- forget about the "condensed" generic, based on current feedback
|
||||
- new minimal fontforge BR
|
||||
|
||||
* Sun Sep 24 2006 Nicolas Mailhot <nicolas.mailhot at laposte.net>
|
||||
- 2.10.0-2
|
||||
- rebuild with new fontforge snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user