Accepting request 1001028 from home:jengelh:dev
OBS-URL: https://build.opensuse.org/request/show/1001028 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/kika-fixedsys-fonts?expand=0&rev=1
This commit is contained in:
commit
ad4b89ca01
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
|
3
FSEX302.ttf
Normal file
3
FSEX302.ttf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3f8e1da97b722a42477ee9a72f953eb2bc7c2195df5e2b6b7d4781dd3f8b2cc
|
||||
size 570256
|
4
kika-fixedsys-fonts.changes
Normal file
4
kika-fixedsys-fonts.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 3 12:54:17 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Initial package for build.opensuse.org (version 3.02.9)
|
52
kika-fixedsys-fonts.spec
Normal file
52
kika-fixedsys-fonts.spec
Normal file
@ -0,0 +1,52 @@
|
||||
#
|
||||
# spec file for package kika-fixedsys-fonts
|
||||
#
|
||||
# Copyright (c) 2022 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: kika-fixedsys-fonts
|
||||
Version: 3.02.9
|
||||
Release: 0
|
||||
Summary: The "Fixedsys Excelsior" font
|
||||
License: SUSE-Public-Domain
|
||||
Group: System/X11/Fonts
|
||||
URL: https://github.com/kika/fixedsys/
|
||||
Source: https://github.com/kika/fixedsys/releases/download/v%version/FSEX302.ttf
|
||||
Source2: https://github.com/kika/fixedsys/raw/master/README.md
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildArch: noarch
|
||||
%reconfigure_fonts_prereq
|
||||
|
||||
%description
|
||||
A TrueType (vector) font similar to Windows 2.x/3.x Fixedsys,
|
||||
enhanced with Unicode symbols.
|
||||
|
||||
%prep
|
||||
%setup -Tcq
|
||||
cp -av %_sourcedir/README.md .
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -pv "%buildroot/%_ttfontsdir"
|
||||
cp -av %_sourcedir/*.ttf "%buildroot/%_ttfontsdir/"
|
||||
|
||||
%reconfigure_fonts_scriptlets
|
||||
|
||||
%files
|
||||
%license README.md
|
||||
%_ttfontsdir/
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user