osc copypac from project:M17N:fonts package:cascadia-code-fonts revision:3
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=1
This commit is contained in:
commit
ba3a94f6b0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
11
saja-cascadia-code-fonts.changes
Normal file
11
saja-cascadia-code-fonts.changes
Normal file
@ -0,0 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 4 17:53:23 UTC 2019 - Xu Zhao <i@xuzhao.net>
|
||||
|
||||
- v1910.04
|
||||
* This release contains the addition of the Latin-1 character set and box drawing glyphs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 14:24:05 UTC 2019 - Xu Zhao <i@xuzhao.net>
|
||||
|
||||
- Initial release v1909.16
|
||||
* This release introduces the initial version of Cascadia Code, under the SIL Open Font license.
|
53
saja-cascadia-code-fonts.spec
Normal file
53
saja-cascadia-code-fonts.spec
Normal file
@ -0,0 +1,53 @@
|
||||
#
|
||||
# spec file for package cascadia-code-fonts
|
||||
#
|
||||
# Copyright (c) 2019 Xu Zhao (i@xuzhao.net).
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define fontname cascadia-code
|
||||
Name: saja-cascadia-code-fonts
|
||||
Version: 1910.04
|
||||
Release: 0
|
||||
Summary: Monospace terminal fonts from Microsoft
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: https://github.com/microsoft/cascadia-code
|
||||
Source0: https://github.com/microsoft/cascadia-code/archive/v%{version}.tar.gz
|
||||
BuildRequires: fontpackages-devel
|
||||
%reconfigure_fonts_prereq
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind. But it's open-source and a TTF version is available, so for anyone interested you can use it where desired. Cascadia Code carries the SIL Open Font license.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{fontname}-%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_ttfontsdir}/
|
||||
install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%dir %{_ttfontsdir}/
|
||||
%{_ttfontsdir}/*
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
3
v1910.04.tar.gz
Normal file
3
v1910.04.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:544ab759190f7dc2d16e9ad9d828fbf7eabf85aa55a159351250452187aa6d0f
|
||||
size 442050
|
Loading…
Reference in New Issue
Block a user