Updating to git snapshot 762640379a51

This commit is contained in:
Pravin Satpute 2015-03-27 11:19:49 +05:30
parent c831cd7f36
commit fe6c10bd90
5 changed files with 60 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/NotoFonts-unhinted-2013-08-07.tgz
/396bf23e32cf53820681144e109270ae1f4ee7c3.zip
/noto-aae16d0cd626.zip
/noto-762640379a51.zip

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang" compare="contains">
<string>or</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>Noto Sans Oriya UI</string>
</edit>
</match>
<alias>
<family>Noto Sans Oriya UI</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match>
<test name="lang" compare="contains">
<string>or</string>
</test>
<test name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend">
<string>Noto Sans Oriya</string>
</edit>
</match>
<alias>
<family>Noto Sans Oriya</family>
<default>
<family>sans-serif</family>
</default>
</alias>
</fontconfig>

View File

@ -6,11 +6,11 @@ between multiple scripts. Noto family supports almost all scripts available\
in Unicode.\
%{nil}
%global git aae16d0cd626
%global git 762640379a51
Name: %{fontname}-fonts
Version: 20141117
Release: 6%{?dist}
Version: 20150325
Release: 1%{?dist}
Summary: Hinted and Non Hinted OpenType fonts for Unicode scripts
Group: User Interface/X
License: ASL 2.0
@ -132,6 +132,8 @@ Source152: %{fontconf}-sans-japanese.conf
Source153: %{fontconf}-sans-korean.conf
Source154: %{fontconf}-sans-cjk.conf
Source155: %{fontconf}-color-emoji.conf
Source156: %{fontconf}-sans-oriya.conf
Source157: %{fontconf}-sans-oriya-ui.conf
# Add appstream metadata files
Source200: %{fontname}.metainfo.xml
@ -304,6 +306,8 @@ fi\
%notopkg Serif Lao
%notopkg Serif Thai
%notopkg Color Emoji
%notopkg Sans Oriya
%notopkg Sans Oriya UI
%prep
@ -361,6 +365,7 @@ for f in \
sans-thaana sans-thai sans-thai-ui sans-tifinagh \
sans-traditional-chinese sans-ugaritic sans-ui sans-vai sans-yi \
serif serif-armenian serif-georgian serif-khmer serif-lao serif-thai color-emoji \
sans-oriya sans-oriya-ui \
; do
install -m 0644 -p %{_sourcedir}/%{fontconf}-$f.conf \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-$f.conf
@ -388,6 +393,12 @@ done
%changelog
* Fri Mar 27 2015 Pravin Satpute <psatpute@redhat.com> - 20150325-1
- Updating to git snapshot 762640379a51.
- Added 2 new packages Oriya and Oriya-UI.
- Update Hebrew, Georgian, and Ethiopic fonts.
- Fix cmap of U+06F7 to Urdu form of digit 7.
* Tue Jan 13 2015 Pravin Satpute <psatpute@redhat.com> - 20141117-6
- Resolves #1162341: Packaged Noto Color Emoji

View File

@ -1 +1 @@
ae3c178aa5f180b30ff4877a1bd4efbe noto-aae16d0cd626.zip
53a84ab9f1ad0f7c309fe59ba9c78a92 noto-762640379a51.zip