1
0

Accepting request 1060544 from home:Pi-Cla

New Old Hungarian font package

OBS-URL: https://build.opensuse.org/request/show/1060544
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/rovasiras-kende-fonts?expand=0&rev=1
This commit is contained in:
Jan Engelhardt 2023-01-24 12:26:02 +00:00 committed by Git OBS Bridge
commit 883bb2409e
5 changed files with 82 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
kende-font-Font.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4998d796ded809840b70c01959a908ade3e10f22e54e117cc174435d9d5170dc
size 113376

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Tue Jan 24 04:28:18 UTC 2023 - Gordon Leung <pirateclip@protonmail.com>
- initial commit

View File

@ -0,0 +1,51 @@
#
# spec file for package rovasiras-kende-fonts
#
# Copyright (c) 2023 SUSE LLC
#
# 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/
#
Name: rovasiras-kende-fonts
Version: 20221015
Release: 0
Summary: Kende font is a ligatured font for Old Hungarian
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/rovasiras/kende-font
# https://github.com/rovasiras/kende-font/archive/refs/tags/Font.tar.gz
Source0: kende-font-Font.tar.gz
BuildRequires: fontpackages-devel
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Kende font is a ligatured font for Old Hungarian.
%prep
%autosetup -n kende-font-Font
%build
%install
install -Dm 644 -t %{buildroot}%{_ttfontsdir} Kende.ttf
%reconfigure_fonts_scriptlets
%files
%license LICENSE
%doc README.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/Kende.ttf
%changelog