From ba3a94f6b00d86b672f4ae312d9060b1fbd2c78603c507b2d69be50ca0831b99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 13 May 2020 04:03:05 +0000 Subject: [PATCH] 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 --- .gitattributes | 23 ++++++++++++++ .gitignore | 1 + saja-cascadia-code-fonts.changes | 11 +++++++ saja-cascadia-code-fonts.spec | 53 ++++++++++++++++++++++++++++++++ v1910.04.tar.gz | 3 ++ 5 files changed, 91 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 saja-cascadia-code-fonts.changes create mode 100644 saja-cascadia-code-fonts.spec create mode 100644 v1910.04.tar.gz diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/saja-cascadia-code-fonts.changes b/saja-cascadia-code-fonts.changes new file mode 100644 index 0000000..1ba0d6d --- /dev/null +++ b/saja-cascadia-code-fonts.changes @@ -0,0 +1,11 @@ +------------------------------------------------------------------- +Fri Oct 4 17:53:23 UTC 2019 - Xu Zhao + +- 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 + +- Initial release v1909.16 + * This release introduces the initial version of Cascadia Code, under the SIL Open Font license. diff --git a/saja-cascadia-code-fonts.spec b/saja-cascadia-code-fonts.spec new file mode 100644 index 0000000..f6d845f --- /dev/null +++ b/saja-cascadia-code-fonts.spec @@ -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 diff --git a/v1910.04.tar.gz b/v1910.04.tar.gz new file mode 100644 index 0000000..577545a --- /dev/null +++ b/v1910.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:544ab759190f7dc2d16e9ad9d828fbf7eabf85aa55a159351250452187aa6d0f +size 442050