Accepting request 318456 from home:robert_munteanu:branches:M17N:fonts
Update to version 2.010 ( roman fonts ) / 1.030 ( italic fonts ) OBS-URL: https://build.opensuse.org/request/show/318456 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/adobe-sourcecodepro-fonts?expand=0&rev=15
This commit is contained in:
parent
fabcec277b
commit
72f1a09256
3
1.030R-it.tar.gz
Normal file
3
1.030R-it.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcb82b3becff6dbc6440d6e03c1edca410a912d616088205bf1dff96fb93918b
|
||||
size 7682189
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8136b4686309c428ef073356ab178c2f7e8f7b6fadd5a6c61b6a20646377b21f
|
||||
size 799805
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 24 14:16:23 UTC 2015 - robert.munteanu@gmail.com
|
||||
|
||||
- Update to version 2.010 ( roman fonts ) / 1.030 ( italic fonts )
|
||||
* Adds italic styles to family. (GitHub issue #6)
|
||||
* Adds Powerline symbols. (GitHub issue #43)
|
||||
* Adds mathematical operators specifically requested to date.
|
||||
(GitHub issue #49)
|
||||
* Adds geometric shapes specifically requested to date. (GitHub
|
||||
issue #51)
|
||||
* Changes vendor ID from ADBE to ADBO. (GitHub issue #80)
|
||||
* Updates name table to remove full license text. (GitHub
|
||||
issue #83)
|
||||
* Increases length of em dash. (GitHub issue #85)
|
||||
* Adds character variants features (ccXX).
|
||||
* Adds support for some extended Latin (IPA).
|
||||
* Adds characters to fully support WGL4 standard.
|
||||
* Adds characters that were missing for Arabic and Hebrew
|
||||
transliteration schemes.
|
||||
* Adds a few emoji characters.
|
||||
* Adds SVG colored versions of some characters
|
||||
* Nudges the dot accent up to prevent from collapsing in CFF
|
||||
fonts.
|
||||
* Adjusts design and positioning of cedillas.
|
||||
* Updates the design of the following glyphs in intermediate
|
||||
weights, thanks to intermediate master: B, M, N, W, e, g,
|
||||
m, w, Bstroke, Hbar, Oslash, Tbar, Eth, ae, bstroke, dcroat,
|
||||
eogonek, hbar, oslash, oe, eth, zero.0, zero.0o, zero.0c,
|
||||
e.sups
|
||||
* Updates design of ringhalfleftmod, ringhalfrightmod.
|
||||
* [roman fonts only] Adds support for Greek and Cyrillic.
|
||||
(GitHub issues #48 & #85)
|
||||
* [roman fonts only] Adds alternate lowercase i with foot
|
||||
serifs (ss04 – stylistic set 4).
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:10:28 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -16,15 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define roman_version 2.010
|
||||
%define italic_version 1.030
|
||||
|
||||
Name: adobe-sourcecodepro-fonts
|
||||
%define _name SourceCodePro
|
||||
Version: 1.017
|
||||
Version: %{roman_version}
|
||||
Release: 0
|
||||
Summary: A set of OpenType fonts designed for coding environments
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: http://sourceforge.net/projects/sourcecodepro.adobe
|
||||
Source: %{_name}_FontsOnly-%{version}.zip
|
||||
Source: %{italic_version}R-it.tar.gz
|
||||
Source1: adobe-sourcecodepro-fonts.metainfo.xml
|
||||
Obsoletes: SourceCodePro-fonts < %version-%release
|
||||
Provides: SourceCodePro-fonts = %version-%release
|
||||
@ -40,10 +43,10 @@ work well with coding environments. This family of fonts is a complementary
|
||||
design to the Source Sans family.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}_FontsOnly-%{version}
|
||||
%setup -q -n source-code-pro-%{roman_version}R-ro-%{italic_version}R-it
|
||||
# Fix line endings
|
||||
sed -i 's/\r$//g' LICENSE.txt
|
||||
chmod a-x LICENSE.txt *.html
|
||||
chmod a-x LICENSE.txt README.md
|
||||
|
||||
%build
|
||||
|
||||
@ -58,7 +61,7 @@ install -D -m0644 %{S:1} %{buildroot}%{_datadir}/appdata/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE.txt *.html
|
||||
%doc LICENSE.txt README.md
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/adobe-sourcecodepro-fonts.metainfo.xml
|
||||
%dir %{_ttfontsdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user