2021-04-16 18:19:14 +00:00
|
|
|
|
%global cionly 0
|
|
|
|
|
|
2018-12-27 10:09:02 +00:00
|
|
|
|
%global _fontname google-noto
|
|
|
|
|
%global fontname %{_fontname}
|
|
|
|
|
%global fontconf %{_fontname}
|
2014-11-20 10:44:59 +00:00
|
|
|
|
%global common_desc Noto fonts aims to remove tofu from web by providing fonts for all \
|
|
|
|
|
Unicode supported scripts. Its design goal is to achieve visual harmonization\
|
|
|
|
|
between multiple scripts. Noto family supports almost all scripts available\
|
|
|
|
|
in Unicode.\
|
|
|
|
|
%{nil}
|
|
|
|
|
|
2023-08-03 06:16:28 +00:00
|
|
|
|
%global srcver 23.8.1
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for default font
|
2022-01-19 04:52:05 +00:00
|
|
|
|
%global hprio 56
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for default font but static
|
|
|
|
|
%global shprio 57
|
|
|
|
|
# for non-default
|
2022-01-19 04:52:05 +00:00
|
|
|
|
%global mprio 58
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for non-default and rarely used font
|
2022-01-19 04:52:05 +00:00
|
|
|
|
%global lprio 62
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for non-latin and default
|
2022-08-31 09:14:30 +00:00
|
|
|
|
%global nlat_hprio 65-0
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for non-latin and default but static
|
|
|
|
|
%global nlat_shprio 65-2
|
|
|
|
|
# for non-latin and non-default
|
2022-08-31 09:14:30 +00:00
|
|
|
|
%global nlat_mprio 66
|
2023-06-08 14:55:21 +00:00
|
|
|
|
# for non-latin and non-default and rarely used font
|
2022-08-31 09:14:30 +00:00
|
|
|
|
%global nlat_lprio 67
|
2013-05-06 04:11:20 +00:00
|
|
|
|
|
|
|
|
|
Name: %{fontname}-fonts
|
2023-08-03 06:16:28 +00:00
|
|
|
|
Version: 20230801
|
|
|
|
|
Release: 1%{?dist}
|
2014-11-20 10:44:59 +00:00
|
|
|
|
Summary: Hinted and Non Hinted OpenType fonts for Unicode scripts
|
2022-12-01 08:57:07 +00:00
|
|
|
|
License: OFL-1.1
|
2023-02-02 10:22:03 +00:00
|
|
|
|
URL: https://notofonts.github.io/
|
|
|
|
|
Source0: https://github.com/notofonts/notofonts.github.io/archive/refs/tags/noto-monthly-release-%{srcver}.zip
|
2022-11-24 11:53:31 +00:00
|
|
|
|
Source1: google-noto-sans-math-vf.conf
|
|
|
|
|
Source2: google-noto-sans-math.conf
|
|
|
|
|
Source3: google-noto-naskh-arabic-ex.conf
|
2022-11-25 07:40:14 +00:00
|
|
|
|
Source5: google-noto-sans-symbols-ex.conf
|
|
|
|
|
Source6: google-noto-sans-symbols2-ex.conf
|
|
|
|
|
Source7: google-noto-sans-symbols-vf-ex.conf
|
2014-11-11 13:37:20 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
BuildArch: noarch
|
2021-04-19 04:52:28 +00:00
|
|
|
|
BuildRequires: fonts-rpm-macros
|
2013-05-06 04:11:20 +00:00
|
|
|
|
Requires: fontpackages-filesystem
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
%common_desc
|
|
|
|
|
|
|
|
|
|
|
2014-11-20 10:44:59 +00:00
|
|
|
|
%package common
|
|
|
|
|
Summary: Common files for Noto fonts
|
|
|
|
|
|
|
|
|
|
%description common
|
|
|
|
|
Common files for Google Noto fonts.
|
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
%{lua:
|
|
|
|
|
-- To make lua-mode happy: '
|
|
|
|
|
local group = {}
|
|
|
|
|
group["sans-serif"] = "Noto Sans"
|
|
|
|
|
group["serif"] = "Noto Serif"
|
|
|
|
|
group["monospace"] = "Noto Sans Mono"
|
|
|
|
|
|
2023-06-12 14:11:02 +00:00
|
|
|
|
--
|
|
|
|
|
--alias: string: generic alias name
|
|
|
|
|
--family: string: font family name
|
|
|
|
|
--lang: array: lang code font family support
|
|
|
|
|
--fcconffile: string: fontconfig config file to package instead of auto-generated
|
|
|
|
|
--fcconfexfile: string: extra fontconfig config file to be added to auto-generated
|
|
|
|
|
--obsoletes: array: outdated package name to replace by
|
|
|
|
|
--default: bool: Wheter font is default or not
|
|
|
|
|
--variable: bool: Wheter font is variable or not
|
|
|
|
|
--priority: int: priority number for fontconfig config file
|
|
|
|
|
--
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local subpackages = {
|
2022-08-02 04:19:04 +00:00
|
|
|
|
{ alias="cursive", family="Nastaliq Urdu", lang={ "ur" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="cursive", family="Rashi Hebrew", lang={ "he" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-08-02 04:19:04 +00:00
|
|
|
|
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="fangsong", family="Fangsong KSS Rotated" },
|
|
|
|
|
{ alias="fangsong", family="Fangsong KSS Vertical" },
|
|
|
|
|
|
2022-08-02 04:19:04 +00:00
|
|
|
|
{ alias="fantasy", family="Music" },
|
2022-11-25 07:40:14 +00:00
|
|
|
|
{ alias="fantasy", family="Sans Symbols",
|
|
|
|
|
fcconfexfile=rpm.expand('%{SOURCE5}')
|
|
|
|
|
},
|
|
|
|
|
{ alias="fantasy", family="Sans Symbols2",
|
|
|
|
|
fcconfexfile=rpm.expand('%{SOURCE6}')
|
|
|
|
|
},
|
2022-08-02 04:19:04 +00:00
|
|
|
|
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Looped Thai", lang={ "th" }, nogroup=1,
|
2023-02-02 10:22:03 +00:00
|
|
|
|
obsoletes={ "looped-thai-ui", "looped-thai-vf", "looped-thai-ui-vf" }
|
2022-07-27 11:07:38 +00:00
|
|
|
|
},
|
2022-11-24 11:53:31 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
obsoletes={ "sans-ui", "sans-display" },
|
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Adlam" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Adlam Unjoined" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Anatolian Hieroglyphs",
|
|
|
|
|
obsoletes={ "sans-anatolian-hieroglyphs-vf" }
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Arabic", lang={ "ar" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
obsoletes={ "kufi-arabic", "sans-arabic-ui" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Armenian", lang={ "hy" },
|
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Avestan",
|
|
|
|
|
obsoletes={ "sans-avestan-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Balinese", lang={ "ban" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Bamum", lang={ "bax" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Bassa Vah" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Batak", lang={ "bbc" } },
|
2023-06-15 09:35:08 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Bengali", lang= { "as", "bn", "mni" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Bengali UI", lang= { "as", "bn", "mni" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
obsoletes={ "sans-bengali-ui-vf" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Bhaiksuki" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Brahmi" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Buginese", lang={ "bug" },
|
|
|
|
|
obsoletes={ "sans-buginese-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Buhid", lang={ "bku" },
|
|
|
|
|
obsoletes={ "sans-buhid-vf" }
|
|
|
|
|
},
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Canadian Aboriginal", lang={ "iu" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Caucasian Albanian" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Carian",
|
|
|
|
|
obsoletes={ "sans-carian-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Chakma" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Cham", lang={ "cjm" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Cherokee", lang={ "chr" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Chorasmian" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Coptic", lang={ "cop" } },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Cuneiform", lang={ "slv" },
|
|
|
|
|
obsoletes={ "sans-cuneiform-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Cypriot",
|
|
|
|
|
obsoletes={ "sans-cypriot-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Cypro Minoan" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Deseret",
|
|
|
|
|
obsoletes={ "sans-deseret-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Devanagari", lang={ "bh", "bho", "brx", "doi", "hi", "hne", "kok", "ks@devanagari", "mai", "mr", "ne", "sa", "sat", "sd@devanagari" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Devanagari UI", lang={ "bh", "bho", "brx", "doi", "hi", "hne", "kok", "ks@devanagari", "mai", "mr", "ne", "sa", "sat", "sd@devanagari" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
obsoletes={ "sans-devanagari-ui-vf" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Duployan" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Egyptian Hieroglyphs",
|
|
|
|
|
obsoletes={ "sans-egyptian-hieroglyphs-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Elbasan" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Elymaic",
|
|
|
|
|
obsoletes={ "sans-elymaic-vf" }
|
|
|
|
|
},
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Ethiopic", lang={ "am", "byn", "gez", "sid", "ti-er", "ti-et", "tig", "wal" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Georgian", lang={ "ka" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Glagolitic" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Gothic", lang={ "got" },
|
|
|
|
|
obsoletes={ "sans-gothic-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Grantha" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Gujarati", lang={ "gu" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Gujarati UI", lang={ "gu" },
|
2021-11-16 09:02:48 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Gunjala Gondi" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Gurmukhi", lang={ "pa" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Gurmukhi UI", lang={ "pa" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
obsoletes={ "sans-gurmukhi-ui-vf" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Hanifi Rohingya" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Hanunoo", lang={ "hnn" },
|
2021-05-12 10:27:05 +00:00
|
|
|
|
obsoletes={ "sans-hanunno" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Hatran",
|
|
|
|
|
obsoletes={ "sans-hatran-vf" }
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Hebrew", lang={ "he" },
|
|
|
|
|
obsoletes={ "sans-hebrew-droid", "sans-hebrew-new" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Imperial Aramaic",
|
|
|
|
|
obsoletes={ "sans-imperial-aramaic-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Indic Siyaq Numbers" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Inscriptional Pahlavi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Inscriptional Parthian" },
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Javanese" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Kaithi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Kannada", lang={ "kn" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Kannada UI", lang={ "kn" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2023-08-03 06:16:28 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Kawi" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Kayah Li" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Kharoshthi" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Khmer", lang={ "km" },
|
|
|
|
|
obsoletes={ "sans-khmer-ui" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Khojki" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Khudawadi" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Lao", lang={ "lo" },
|
|
|
|
|
obsoletes={ "sans-lao-ui" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Lao Looped", lang={ "lo" }, nogroup=1,
|
|
|
|
|
obsoletes={ "looped-lao", "looped-lao-ui" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Lepcha", lang={ "lep" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Limbu", lang={ "lif" } },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Linear A",
|
|
|
|
|
obsoletes={ "sans-linear-a-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Linear B",
|
2022-07-27 11:07:38 +00:00
|
|
|
|
obsoletes={ "sans-linearb", "sans-linear-b-vf" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Lisu" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Lycian",
|
|
|
|
|
obsoletes={ "sans-lycian-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Lydian",
|
|
|
|
|
obsoletes={ "sans-lydian-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Mahajani" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Malayalam", lang={ "ml" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Malayalam UI", lang={ "ml" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Mandaic",
|
|
|
|
|
obsoletes={ "sans-mandaic-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Manichaean" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Marchen",
|
|
|
|
|
obsoletes={ "sans-marchen-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Masaram Gondi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Math",
|
2022-07-27 11:07:38 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'),
|
|
|
|
|
obsoletes={ "sans-math-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Mayan Numerals",
|
|
|
|
|
obsoletes={ "sans-mayan-numerals-vf" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Meetei Mayek",
|
2021-05-12 10:27:05 +00:00
|
|
|
|
obsoletes={ "sans-meeteimayek" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Medefaidrin" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Mende Kikakui" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Meroitic" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Miao" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Modi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Mongolian", lang={ "mn-cn" } },
|
|
|
|
|
{ alias="monospace", family="Sans Mono",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
obsoletes={ "mono" },
|
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Mro",
|
|
|
|
|
obsoletes={ "sans-mro-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Multani",
|
|
|
|
|
obsoletes={ "sans-multani-vf" }
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Myanmar", lang={ "my" },
|
|
|
|
|
obsoletes={ "sans-myanmar-ui" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Nabataean",
|
|
|
|
|
obsoletes={ "sans-nabataean-vf" }
|
|
|
|
|
},
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Nag Mundari" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Nandinagari" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans New Tai Lue", lang={ "khb" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Newa" },
|
|
|
|
|
{ alias="sans-serif", family="Sans NKo", lang={ "nqo" } },
|
2023-08-03 06:16:28 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans NKo Unjoined", lang={ "nqo" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Nushu" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Ogham", lang={ "pgl" },
|
|
|
|
|
obsoletes={ "sans-ogham-vf" }
|
|
|
|
|
},
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Ol Chiki" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Old Hungarian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old Italic" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old North Arabian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old Permic" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old Persian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old Sogdian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old South Arabian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Old Turkic" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Oriya", lang={ "or" },
|
|
|
|
|
obsoletes={ "sans-oriya-ui" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Osage" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Osmanya",
|
|
|
|
|
obsoletes={ "sans-osmanya-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Pahawh Hmong" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Palmyrene" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Pau Cin Hau" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Phags-Pa" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Phoenician",
|
|
|
|
|
obsoletes={ "sans-phenician-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Psalter Pahlavi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Rejang", lang={ "rej" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Runic", lang={ "gem" },
|
|
|
|
|
obsoletes={ "sans-runic-vf" },
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Samaritan" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Saurashtra", lang={ "saz" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Sharada" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Shavian", lang={ "en@shaw" },
|
|
|
|
|
obsoletes={ "sans-shavian-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Siddham" },
|
|
|
|
|
{ alias="sans-serif", family="Sans SignWriting" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Sinhala", lang={ "si" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Sinhala UI", lang={ "si" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
obsoletes={ "sans-sinhala-ui-vf" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Sogdian" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Sora Sompeng" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Soyombo",
|
|
|
|
|
obsoletes={ "sans-soyombo-vf" }
|
|
|
|
|
},
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Sundanese" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Syloti Nagri" },
|
2021-05-12 10:27:05 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Syriac", lang={ "syr" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
obsoletes={ "sans-syriac-estrangela" }
|
2021-05-12 10:27:05 +00:00
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Syriac Eastern", lang={ "syr" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Syriac Western", lang={ "syr" } },
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tagalog" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tagbanwa", lang={ "twb" },
|
|
|
|
|
obsoletes={ "sans-tagbanwa-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Takri",
|
|
|
|
|
obsoletes={ "sans-takri-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tai Le" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tai Tham" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tai Viet",
|
|
|
|
|
obsoletes={ "sans-tai-viet-vf" },
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tamil", lang={ "ta" } },
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tamil Supplement", lang={ "ta" },
|
2021-11-16 09:02:48 +00:00
|
|
|
|
excludeci=true, nogroup=1
|
2021-04-16 18:19:14 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tamil UI", lang={ "ta" },
|
2021-11-16 09:02:48 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Tangsa" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Telugu", lang={ "te" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Telugu UI", lang={ "te" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Thaana", lang={ "dv" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Thai", lang={ "th" },
|
|
|
|
|
obsoletes={ "sans-thai-ui" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Thai Looped", lang={ "th" },
|
|
|
|
|
obsoletes={ "sansthai-looped-vf", "sans-thai-looped-vf" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh APT", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Adrar", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Agraw Imazighen", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Ahaggar", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Air", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Azawagh", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Ghat", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Hawad", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Rhissa Ixa", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh SIL", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tifinagh Tawellemmet", lang={ "ber-ma" } },
|
|
|
|
|
{ alias="sans-serif", family="Sans Tirhuta" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Ugaritic",
|
|
|
|
|
obsoletes={ "sans-ugaritic-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Vai", lang={ "vai" },
|
|
|
|
|
obsoletes={ "sans-vai-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Vithkuqi" },
|
|
|
|
|
{ alias="sans-serif", family="Sans Wancho",
|
|
|
|
|
obsoletes={ "sans-wancho-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Warang Citi",
|
|
|
|
|
obsoletes={ "sans-warang-citi-vf" }
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", family="Sans Yi",
|
|
|
|
|
obsoletes={ "sans-yi-vf" }
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", family="Sans Zanabazar Square",
|
|
|
|
|
obsoletes={ "sans-zanabazar-square-vf" },
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
|
2022-08-31 09:14:30 +00:00
|
|
|
|
{ alias="serif", family="Naskh Arabic",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
fcconfexfile=rpm.expand('%{SOURCE3}'),
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-08-31 09:14:30 +00:00
|
|
|
|
{ alias="serif", family="Naskh Arabic UI",
|
2022-03-08 10:39:02 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}')
|
|
|
|
|
},
|
2022-11-24 11:53:31 +00:00
|
|
|
|
{ alias="serif", family="Serif",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
obsoletes={ "serif-display" },
|
|
|
|
|
default=true
|
2022-11-24 11:53:31 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Ahom" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Armenian", lang={ "hy" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Balinese", lang={ "ban" },
|
2021-05-12 10:27:05 +00:00
|
|
|
|
obsoletes={ "sans-balinese" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2023-06-15 09:35:08 +00:00
|
|
|
|
{ alias="serif", family="Serif Bengali", lang={ "as", "bn", "mni" } },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Devanagari", lang={ "bh", "bho", "brx", "doi", "hi", "hne", "kok", "ks@devanagari", "mai", "mr", "ne", "sa", "sat", "sd@devanagari" } },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", family="Serif Dives Akuru" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", family="Serif Dogra",
|
|
|
|
|
obsoletes={ "serif-dogra-vf" },
|
|
|
|
|
},
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Ethiopic", lang={ "am", "byn", "gez", "sid", "ti-er", "ti-et", "tig", "wal" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="serif", family="Serif Georgian", lang={ "ka" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Grantha" },
|
|
|
|
|
{ alias="serif", family="Serif Gujarati", lang={ "gu" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Gurmukhi", lang={ "pa" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Hebrew", lang={ "he" } },
|
|
|
|
|
{ alias="serif", family="Serif Kannada", lang={ "kn" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", family="Serif Khitan Small Script" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Khmer", lang={ "km" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Khojki" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Lao", lang={ "lo" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", family="Serif Makasar" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Malayalam", lang={ "ml" } },
|
|
|
|
|
{ alias="serif", family="Serif Myanmar", lang={ "my" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", family="Serif NP Hmong",
|
|
|
|
|
obsoletes={ "serif-nyiakeng-puachue-hmong" },
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", family="Serif Old Uyghur" },
|
|
|
|
|
{ alias="serif", family="Serif Oriya", lang={ "or" } },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="serif", family="Serif Ottoman Siyaq" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Sinhala", lang={ "si" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", family="Serif Tamil", lang={ "ta" },
|
|
|
|
|
obsoletes={ "serif-tamil-slanted" },
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", family="Serif Tangut",
|
|
|
|
|
obsoletes={ "serif-tangut-vf" }
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Telugu", lang={ "te" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", family="Serif Thai", lang={ "th" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-05-12 10:27:05 +00:00
|
|
|
|
{ alias="serif", family="Serif Tibetan", lang={ "bo", "dz" },
|
|
|
|
|
obsoletes={ "sans-tibetan" }
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", family="Serif Toto" },
|
|
|
|
|
{ alias="serif", family="Serif Vithkuqi" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", family="Serif Yezidi" },
|
|
|
|
|
{ alias="serif", family="Traditional Nushu" },
|
|
|
|
|
|
2022-08-02 04:19:04 +00:00
|
|
|
|
{ alias="cursive", variable=true, family="Nastaliq Urdu", lang={ "ur" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="cursive", variable=true, family="Rashi Hebrew", lang={ "he" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-08-02 04:19:04 +00:00
|
|
|
|
|
2022-11-25 07:40:14 +00:00
|
|
|
|
{ alias="fantasy", variable=true, family="Sans Symbols",
|
|
|
|
|
fcconfexfile=rpm.expand('%{SOURCE7}')
|
|
|
|
|
},
|
2022-03-08 10:39:02 +00:00
|
|
|
|
|
2022-01-19 04:52:05 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans",
|
2022-11-24 11:53:31 +00:00
|
|
|
|
obsoletes={ "sans-display-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2022-01-19 04:52:05 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Adlam" },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Adlam Unjoined" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Arabic", lang={ "ar" },
|
|
|
|
|
obsoletes={ "kufi-arabic-vf", "sans-arabic-ui-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Armenian", lang={ "hy" },
|
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Balinese", lang={ "ban" } },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Bamum", lang={ "bax" } },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Bassa Vah" },
|
2023-06-15 09:35:08 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Bengali", lang={ "as", "bn", "mni" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Canadian Aboriginal", lang={ "iu" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Cham", lang={ "cjm" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Cherokee", lang={ "chr" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Devanagari", lang={ "bh", "bho", "brx", "doi", "hi", "hne", "kok", "ks@devanagari", "mai", "mr", "ne", "sa", "sat", "sd@devanagari" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Ethiopic", lang={ "am", "byn", "gez", "sid", "ti-er", "ti-et", "tig", "wal" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Georgian", lang={ "ka" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Gujarati", lang={ "gu" } },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Gunjala Gondi" },
|
2021-11-16 09:02:48 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Gurmukhi", lang={ "pa" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
obsoletes={ "sans-gurkukhi-ui-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Hanifi Rohingya" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Hebrew", lang={ "he" },
|
|
|
|
|
obsoletes={ "sans-hebrew-droid-vf", "sans-hebrew-new-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Javanese" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Kannada", lang={ "kn" } },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Kannada UI", lang={ "kn" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
fontname="SansKannada-UI",
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Kayah Li" },
|
2023-08-03 06:16:28 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Kawi" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Khmer", lang={ "km" },
|
|
|
|
|
obsoletes={ "sans-khmer-ui-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Lao", lang={ "lo" },
|
|
|
|
|
obsoletes={ "sans-lao-ui-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Lao Looped", lang={ "lo" },
|
|
|
|
|
obsoletes={ "looped-lao-vf", "looped-lao-ui-vf" }, nogroup=1,
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Lisu" },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Nag Mundari" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Malayalam", lang={ "ml" } },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Malayalam UI", lang={ "ml" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
fontname="SansMalayalam-UI",
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Medefaidrin" },
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans MeeteiMayek" },
|
2022-01-19 04:52:05 +00:00
|
|
|
|
{ alias="monospace", variable=true, family="Sans Mono",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2022-01-19 04:52:05 +00:00
|
|
|
|
},
|
2021-05-12 10:27:05 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Myanmar", lang={ "my" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
obsoletes={ "serif-myanmar-vf", "sans-myanmar-ui-vf" }
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans New Tai Lue", lang={ "khb" } },
|
2023-08-03 06:16:28 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans NKo Unjoined", lang={ "nqo" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
},
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Ol Chiki" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Oriya", lang={ "or" },
|
|
|
|
|
obsoletes={ "sans-oriya-ui-vf" },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Sinhala", lang={ "si" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Sora Sompeng" },
|
2021-04-16 18:19:14 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Sundanese" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Syriac", lang={ "syr" } },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Syriac Eastern", lang={ "syr" } },
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Syriac Western", lang={ "syr" } },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Tai Tham" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Tamil", lang={ "ta" },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
obsoletes={ "sans-tamil-supplement-vf" },
|
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Tamil UI", lang={ "ta" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
fontname="SansTamil-UI",
|
2021-04-09 05:40:56 +00:00
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Tangsa" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Telugu", lang={ "te" } },
|
2023-05-18 13:42:39 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Telugu UI", lang={ "te" },
|
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1,
|
|
|
|
|
fontname="SansTelugu-UI",
|
|
|
|
|
},
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Thaana", lang={ "dv" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Thai", lang={ "th" },
|
|
|
|
|
obsoletes={ "sans-thai-ui-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2022-07-27 11:07:38 +00:00
|
|
|
|
},
|
|
|
|
|
{ alias="sans-serif", variable=true, family="Sans Vithkuqi" },
|
2022-03-08 10:39:02 +00:00
|
|
|
|
|
2022-08-31 09:14:30 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Naskh Arabic",
|
2023-06-08 14:55:21 +00:00
|
|
|
|
fcconfexfile=rpm.expand('%{SOURCE3}'),
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2022-08-31 09:14:30 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Naskh Arabic UI",
|
2022-03-08 10:39:02 +00:00
|
|
|
|
priority=rpm.expand('%{lprio}'), nogroup=1
|
|
|
|
|
},
|
2022-01-19 04:52:05 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif",
|
2022-11-24 11:53:31 +00:00
|
|
|
|
obsoletes={ "serif-display-vf" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="serif", variable=true, family="Serif Armenian", lang={ "hy" },
|
|
|
|
|
default=true
|
2022-01-19 04:52:05 +00:00
|
|
|
|
},
|
2023-06-15 09:35:08 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Bengali", lang={ "as", "bn", "mni" } },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Devanagari", lang={ "bh", "bho", "brx", "doi", "hi", "hne", "kok", "ks@devanagari", "mai", "mr", "ne", "sa", "sat", "sd@devanagari" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Ethiopic", lang={ "am", "byn", "gez", "sid", "ti-er", "ti-et", "tig", "wal" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
|
|
|
|
{ alias="serif", variable=true, family="Serif Georgian", lang={ "ka" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Gujarati", lang={ "gu" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Gurmukhi", lang={ "pa" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Hebrew", lang={ "he" } },
|
|
|
|
|
{ alias="serif", variable=true, family="Serif Kannada", lang={ "kn" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Khmer", lang={ "km" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Khojki" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Lao", lang={ "lo" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Malayalam", lang={ "ml" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Myanmar", lang={ "my" } },
|
|
|
|
|
{ alias="serif", variable=true, family="Serif NP Hmong",
|
|
|
|
|
obsoletes={ "serif-nyiakeng-puachue-hmong-vf" },
|
|
|
|
|
},
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Oriya", lang={ "or" } },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Sinhala", lang={ "si" },
|
|
|
|
|
default=true
|
|
|
|
|
},
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Tamil", lang={ "ta" },
|
|
|
|
|
obsoletes={ "serif-tamil-slanted-vf" },
|
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Telugu", lang={ "te" } },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Thai", lang={ "th" },
|
2023-06-08 14:55:21 +00:00
|
|
|
|
default=true
|
2023-02-02 10:22:03 +00:00
|
|
|
|
},
|
2021-04-09 05:40:56 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Tibetan", lang={ "bo", "dz" } },
|
2022-07-27 11:07:38 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Toto" },
|
|
|
|
|
{ alias="serif", variable=true, family="Serif Vithkuqi" },
|
2023-02-02 10:22:03 +00:00
|
|
|
|
{ alias="serif", variable=true, family="Serif Yezidi" },
|
|
|
|
|
{ alias="serif", variable=true, family="Traditional Nushu" },
|
2021-04-09 05:40:56 +00:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
local _fcconflist = ''
|
|
|
|
|
local _metafilelist = ''
|
|
|
|
|
local _fcconfbuild = ''
|
|
|
|
|
local _metainfobuild = ''
|
2023-02-02 10:22:03 +00:00
|
|
|
|
local _filelistbuild = ''
|
2021-04-09 05:40:56 +00:00
|
|
|
|
|
2022-08-31 09:14:30 +00:00
|
|
|
|
local function is_nonlatin(table)
|
2023-06-08 14:55:21 +00:00
|
|
|
|
latin_langs = { "af", "az", "bs", "ca", "cs", "cy", "da", "de", "en", "es", "et", "fil", "fi", "fo", "fr", "ga", "gd", "gl", "hr", "hu", "id", "is", "it", "kk", "ky", "lb", "lt", "lv", "mk", "mont", "ms", "mt", "nl", "no", "pl", "pt", "ro", "sk", "sl", "sq", "sr", "sv", "sw", "tg", "tk", "tr", "uz" }
|
2022-02-04 11:53:57 +00:00
|
|
|
|
if table.lang then
|
|
|
|
|
for i = 1, #table.lang do
|
2023-06-08 14:55:21 +00:00
|
|
|
|
for j = 1, #latin_langs do
|
|
|
|
|
if table.lang[i] == latin_langs[j] then
|
|
|
|
|
return false
|
2022-02-04 11:53:57 +00:00
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
2023-06-08 14:55:21 +00:00
|
|
|
|
else
|
|
|
|
|
return false
|
2022-02-04 11:53:57 +00:00
|
|
|
|
end
|
2023-06-08 14:55:21 +00:00
|
|
|
|
return true
|
2022-02-04 11:53:57 +00:00
|
|
|
|
end
|
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local function genfcconf(table)
|
2022-03-08 10:39:02 +00:00
|
|
|
|
local extra = "\\\n"
|
|
|
|
|
if table.fcconfexfile then
|
|
|
|
|
local f = io.open(table.fcconfexfile, "r")
|
|
|
|
|
if f then
|
|
|
|
|
for line in f:lines() do
|
|
|
|
|
extra = extra .. line:gsub("\n$", ""):gsub("$", "\\\n")
|
|
|
|
|
end
|
|
|
|
|
extra = extra:gsub("\n\n$", "\n")
|
|
|
|
|
f:close()
|
|
|
|
|
else
|
|
|
|
|
error("Unable to open " .. table.fcconfexfile)
|
|
|
|
|
end
|
|
|
|
|
end
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local generic = [[
|
|
|
|
|
<test name="family">\
|
|
|
|
|
<string>]] .. table.alias .. [[</string>\
|
|
|
|
|
</test>\
|
|
|
|
|
<edit name=\"family\" mode=\"prepend\">\
|
|
|
|
|
<string>Noto ]] .. table.family .. [[</string>\
|
2022-12-20 05:58:10 +00:00
|
|
|
|
</edit>\]]
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local xml = [[
|
|
|
|
|
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\
|
|
|
|
|
<!DOCTYPE fontconfig SYSTEM \"urn:fontconfig:fonts.dtd\">\
|
|
|
|
|
<fontconfig>\
|
|
|
|
|
]]
|
|
|
|
|
if table.lang then
|
|
|
|
|
for i = 1, #table.lang do
|
|
|
|
|
xml = xml .. [[ <match>\
|
|
|
|
|
<test name=\"lang\" compare=\"contains\">\
|
|
|
|
|
<string>]] .. table.lang[i] .. [[</string>\
|
|
|
|
|
</test>\
|
|
|
|
|
]] .. generic .. "\n" .. [[
|
|
|
|
|
</match>\
|
|
|
|
|
]]
|
|
|
|
|
end
|
|
|
|
|
else
|
|
|
|
|
xml = xml .. [[ <match>\
|
|
|
|
|
]] .. generic .. "\n" .. [[
|
|
|
|
|
</match>\
|
|
|
|
|
]]
|
|
|
|
|
end
|
|
|
|
|
xml = xml .. [[
|
|
|
|
|
<alias>\
|
|
|
|
|
<family>Noto ]] .. table.family .. [[</family>\
|
|
|
|
|
<default>\
|
|
|
|
|
<family>]] .. table.alias .. [[</family>\
|
|
|
|
|
</default>\
|
|
|
|
|
</alias>\
|
2022-03-08 10:39:02 +00:00
|
|
|
|
]] .. extra .. [[
|
2022-01-19 04:52:05 +00:00
|
|
|
|
</fontconfig>\
|
|
|
|
|
]]
|
|
|
|
|
if table.fcconffile then
|
|
|
|
|
local f = io.open(table.fcconffile, "r")
|
|
|
|
|
if f then
|
|
|
|
|
xml = ""
|
|
|
|
|
for line in f:lines() do
|
|
|
|
|
xml = xml .. line:gsub("\n$", ""):gsub("$", "\\\n")
|
|
|
|
|
end
|
|
|
|
|
xml = xml:gsub("\n\n$", "\n")
|
|
|
|
|
f:close()
|
|
|
|
|
else
|
|
|
|
|
error("Unable to open " .. table.fcconffile)
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
_fcconfbuild = _fcconfbuild .. "cat<<_EOL_>" .. table.fcconf .. "\\\n" .. xml .. "_EOL_\\\n"
|
2021-04-09 05:40:56 +00:00
|
|
|
|
end
|
|
|
|
|
|
2021-04-19 05:23:16 +00:00
|
|
|
|
-- Borrowed from fonts-rpm-macros
|
|
|
|
|
-- koji doesn't sasisfy BR during generating srpm yet.
|
|
|
|
|
-- We can't add a dependant code to fonts-rpm-macros at this stage.
|
|
|
|
|
|
|
|
|
|
-- https://github.com/rpm-software-management/rpm/issues/566
|
|
|
|
|
-- Reformat a text intended to be used used in a package description, removing
|
|
|
|
|
-- rpm macro generation artefacts.
|
|
|
|
|
-- – remove leading and ending empty lines
|
|
|
|
|
-- – trim intermediary empty lines to a single line
|
|
|
|
|
-- – fold on spaces
|
|
|
|
|
-- Should really be a %%{wordwrap:…} verb
|
|
|
|
|
local function wordwrap(text)
|
|
|
|
|
text = rpm.expand(text .. "\n")
|
|
|
|
|
text = string.gsub(text, "\t", " ")
|
|
|
|
|
text = string.gsub(text, "\r", "\n")
|
|
|
|
|
text = string.gsub(text, " +\n", "\n")
|
|
|
|
|
text = string.gsub(text, "\n+\n", "\n\n")
|
|
|
|
|
text = string.gsub(text, "^\n", "")
|
|
|
|
|
text = string.gsub(text, "\n( *)[-*—][ ]+", "\n%1– ")
|
|
|
|
|
output = ""
|
|
|
|
|
for line in string.gmatch(text, "[^\n]*\n") do
|
|
|
|
|
local pos = 0
|
|
|
|
|
local advance = ""
|
|
|
|
|
for word in string.gmatch(line, "%s*[^%s]*\n?") do
|
|
|
|
|
local wl, bad = utf8.len(word)
|
|
|
|
|
if not wl then
|
|
|
|
|
print("%{warn:Invalid UTF-8 sequence detected in:}" ..
|
|
|
|
|
"%{warn:" .. word .. "}" ..
|
|
|
|
|
"%{warn:It may produce unexpected results.}")
|
|
|
|
|
wl = bad
|
|
|
|
|
end
|
|
|
|
|
if (pos == 0) then
|
|
|
|
|
advance, n = string.gsub(word, "^(%s*– ).*", "%1")
|
|
|
|
|
if (n == 0) then
|
|
|
|
|
advance = string.gsub(word, "^(%s*).*", "%1")
|
|
|
|
|
end
|
|
|
|
|
advance = string.gsub(advance, "– ", " ")
|
|
|
|
|
pos = pos + wl
|
|
|
|
|
elseif (pos + wl < 81) or
|
|
|
|
|
((pos + wl == 81) and string.match(word, "\n$")) then
|
|
|
|
|
pos = pos + wl
|
|
|
|
|
else
|
|
|
|
|
word = advance .. string.gsub(word, "^%s*", "")
|
|
|
|
|
output = output .. "\n"
|
|
|
|
|
pos = utf8.len(word)
|
|
|
|
|
end
|
|
|
|
|
output = output .. word
|
|
|
|
|
if pos > 80 then
|
|
|
|
|
pos = 0
|
|
|
|
|
if not string.match(word, "\n$") then
|
|
|
|
|
output = output .. "\n"
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
output = string.gsub(output, "\n*$", "\n")
|
|
|
|
|
return output
|
|
|
|
|
end
|
|
|
|
|
|
2021-04-19 05:27:45 +00:00
|
|
|
|
-- A helper to close AppStream XML runs
|
|
|
|
|
local function closetag(oldtag, newtag)
|
|
|
|
|
if (oldtag == nil) then
|
|
|
|
|
return ""
|
|
|
|
|
else
|
|
|
|
|
local output = "]]></" .. oldtag .. ">"
|
|
|
|
|
if (oldtag == "li") and (newtag ~= oldtag) then
|
|
|
|
|
output = output .. "</ul>"
|
|
|
|
|
end
|
|
|
|
|
return output
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
-- A helper to open AppStream XML runs
|
|
|
|
|
local function opentag(oldtag, newtag)
|
|
|
|
|
if (newtag == nil) then
|
|
|
|
|
return ""
|
|
|
|
|
else
|
|
|
|
|
local output = "<" .. newtag .. "><![CDATA["
|
|
|
|
|
if (newtag == "li") and (newtag ~= oldtag) then
|
|
|
|
|
output = "<ul>" .. output
|
|
|
|
|
end
|
|
|
|
|
return output
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
-- A helper to switch AppStream XML runs
|
|
|
|
|
local function switchtag(oldtag, newtag)
|
|
|
|
|
return closetag(oldtag, newtag) .. opentag(oldtag, newtag)
|
|
|
|
|
end
|
|
|
|
|
|
2021-04-19 05:23:16 +00:00
|
|
|
|
-- Reformat some text into something that can be included in an AppStream
|
|
|
|
|
-- XML description
|
|
|
|
|
local function txt2xml(text)
|
|
|
|
|
local text = wordwrap(text)
|
|
|
|
|
local output = ""
|
|
|
|
|
local oldtag = nil
|
|
|
|
|
local oldadvance = nil
|
|
|
|
|
local newtag = nil
|
|
|
|
|
text = string.gsub(text, "^\n*", "")
|
|
|
|
|
text = string.gsub(text, "\n*$", "\n")
|
|
|
|
|
for line in string.gmatch(text, "[^\n]*\n") do
|
|
|
|
|
local change = true
|
|
|
|
|
local advance, n = string.gsub(line, "^(%s*– ).*", "%1")
|
|
|
|
|
if (n == 1) then
|
|
|
|
|
newtag = "li"
|
|
|
|
|
else
|
|
|
|
|
advance = string.gsub(line, "^(%s*).*", "%1")
|
|
|
|
|
if (line == "\n") then
|
|
|
|
|
newtag = nil
|
|
|
|
|
elseif (advance ~= oldadvance) then
|
|
|
|
|
newtag = "p"
|
|
|
|
|
else
|
|
|
|
|
change = false
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
local result = ""
|
|
|
|
|
if change then
|
|
|
|
|
result = string.gsub(line, "^" .. advance, switchtag(oldtag,newtag))
|
|
|
|
|
oldtag = newtag
|
|
|
|
|
oldadvance = string.gsub(advance, "– ", " ")
|
|
|
|
|
else
|
|
|
|
|
result = string.gsub(line, "^" .. advance, " ")
|
|
|
|
|
end
|
|
|
|
|
result = string.gsub(result, "\n$", "")
|
|
|
|
|
output = output .. result
|
|
|
|
|
end
|
|
|
|
|
output = output .. closetag(oldtag, nil)
|
|
|
|
|
return output
|
|
|
|
|
end
|
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local function genmetainfo(table)
|
2023-02-02 10:22:03 +00:00
|
|
|
|
local xmlfontname = '$(cmd=$(for f in $(cd %{buildroot}/' .. table.fontdir .. ' && find -regex \'./' .. table.filename .. '\' -print); do fc-scan "%{buildroot}' .. table.fontdir .. '$f" -f "echo \\\\\" <font>%{fullname[0]}</font>\\\\\";"; sync; done); if test x"$cmd" != x; then echo "echo \\\\\" <provides>\\\\\"; $cmd echo \\\\\" </provides>\\\\\""|sh; fi|grep -v "font></font")'
|
|
|
|
|
local xmlfontlang = '$(cmd=$(for f in $(cd %{buildroot}/' .. table.fontdir .. ' && find -regex \'./' .. table.filename .. '\' -print); do fc-scan "%{buildroot}' .. table.fontdir .. '$f" -f "%{[]lang{echo \\\\\" <lang>%{lang}</lang>\\\\\";}}"; sync; done); if test x"$cmd" != x; then echo "echo \\\\\" <languages>\\\\\"; ($cmd)|sort -u; echo \\\\\" </languages>\\\\\""|sh; fi)'
|
2022-11-25 04:38:00 +00:00
|
|
|
|
local xml = [[
|
2021-04-09 05:40:56 +00:00
|
|
|
|
<?xml version=\"1.0\" encoding=\"UTF-8\"?>\
|
|
|
|
|
<!-- $PDX-License-Identifier: MIT -->\
|
|
|
|
|
<component type=\"font\">\
|
|
|
|
|
<id>]] .. rpm.expand("%{fontorg}.") .. table.pkgname .. [[</id>\
|
|
|
|
|
<metadata_license>MIT</metadata_license>\
|
|
|
|
|
<project_license>]] .. rpm.expand("%{license}") .. [[</project_license>\
|
|
|
|
|
<name>Noto ]] .. table.family .. [[</name>\
|
|
|
|
|
<summary><![CDATA[Noto ]] .. table.summary .. [[\]\]></summary>\
|
|
|
|
|
<description>\
|
2021-04-19 05:23:16 +00:00
|
|
|
|
]] .. txt2xml(table.description) .. "\\\n" .. [[
|
2021-04-09 05:40:56 +00:00
|
|
|
|
</description>\
|
|
|
|
|
<updatecontact>]] .. rpm.expand("%{fontcontact}") .. [[</updatecontact>\
|
|
|
|
|
<url type=\"homepage\">]] .. rpm.expand("%{url}") .. [[</url>\
|
|
|
|
|
<releases>\
|
|
|
|
|
<release version=\"]] .. rpm.expand("%{version}") .. [[\" date=\"$(date -d @$SOURCE_DATE_EPOCH -u --rfc-3339=d)\"/>\
|
|
|
|
|
</releases>]] .. "\\\n" .. xmlfontname .. "\\\n" .. xmlfontlang .. "\\\n" .. [[
|
|
|
|
|
</component>\]]
|
2021-04-16 18:19:14 +00:00
|
|
|
|
_metainfobuild = (_metainfobuild ~= '' and _metainfobuild .. "\n" or '') .. "cat<<_EOL_>" .. table.metainfo .. "\\\n" .. xml .. "\n_EOL_\\\nif ! grep provides " .. table.metainfo .. " > /dev/null 2>&1; then echo \"" .. table.pkgname .. ": No family names provided\"; exit 1; fi\\"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
local function has_value(table, value)
|
|
|
|
|
for _,v in ipairs(table) do
|
|
|
|
|
if v == value then
|
|
|
|
|
return true
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
return false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
local function gentestyaml()
|
|
|
|
|
local fcorth = { "aa","ab","af","ak","am","an","ar","as","ast","av","ay","az_az","az_ir","ba","be","ber_dz","ber_ma","bg","bh","bho","bi","bin","bm","bn","bo","br","brx","bs","bua","byn","ca","ce","ch","chm","chr","co","crh","cs","csb","cu","cv","cy","da","de","doi","dv","dz","ee","el","en","eo","es","et","eu","fa","fat","ff","fi","fil","fj","fo","fr","fur","fy","ga","gd","gez","gl","gn","gu","gv","ha","haw","he","hi","hne","ho","hr","hsb","ht","hu","hy","hz","ia","id","ie","ig","ii","ik","io","is","it","iu","ja","jv","ka","kaa","kab","ki","kj","kk","kl","km","kn","ko","kok","kr","ks","ku_am","ku_iq","ku_ir","ku_tr","kum","kv","kw","kwm","ky","la","lah","lb","lez","lg","li","ln","lo","lt","lv","mai","mg","mh","mi","mk","ml","mn_cn","mn_mn","mni","mo","mr","ms","mt","my","na","nb","nds","ne","ng","nl","nn","no","nqo","nr","nso","nv","ny","oc","om","or","os","ota","pa","pa_pk","pap_an","pap_aw","pes","pl","prs","ps_af","ps_pk","pt","qu","quz","rm","rn","ro","ru","rw","sa","sah","sat","sc","sco","sd","se","sel","sg","sh","shs","si","sid","sk","sl","sm","sma","smj","smn","sms","sn","so","sq","sr","ss","st","su","sv","sw","syr","szl","ta","te","tg","th","ti_er","ti_et","tig","tk","tl","tn","to","tr","ts","tt","tw","ty","tyv","ug","uk","und_zmth","und_zsye","ur","uz","ve","vi","vo","vot","wa","wal","wen","wo","xh","yap","yi","yo","za","zh_cn","zh_hk","zh_mo","zh_sg","zh_tw","zu" }
|
|
|
|
|
local yaml = [[
|
|
|
|
|
- hosts: localhost
|
|
|
|
|
tags:
|
|
|
|
|
- classic
|
|
|
|
|
roles:
|
|
|
|
|
- role: custom-test-fonts
|
|
|
|
|
required_packages:
|
|
|
|
|
]]
|
|
|
|
|
local langs = {}
|
|
|
|
|
local hash = {}
|
|
|
|
|
local files = {}
|
|
|
|
|
local exfiles = {}
|
|
|
|
|
for i = 1, #subpackages do
|
|
|
|
|
if subpackages[i]["lang"] ~= nil then
|
|
|
|
|
for _,v in ipairs(subpackages[i].lang) do
|
|
|
|
|
-- local f = has_value(fcorth, v)
|
|
|
|
|
local f = true
|
|
|
|
|
local fname = string.gsub(subpackages[i].filename, "(.*/)(.*)", "%2")
|
|
|
|
|
if f and (not hash[v]) then
|
|
|
|
|
langs[#langs+1] = v
|
|
|
|
|
hash[v] = true
|
|
|
|
|
files[v] = {}
|
|
|
|
|
exfiles[v] = {}
|
|
|
|
|
elseif (not f) then
|
|
|
|
|
io.stderr:write("WARNING: " .. fname .. ": " .. v .. " isn't supported in fontconfig\n")
|
|
|
|
|
end
|
|
|
|
|
if files[v] ~= nil then
|
|
|
|
|
if subpackages[i]["excludeci"] ~= nil then
|
|
|
|
|
exfiles[v][#exfiles[v]+1] = fname
|
|
|
|
|
else
|
|
|
|
|
files[v][#files[v]+1] = fname
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
yaml = yaml .. " - " .. subpackages[i].pkgname .. "\n"
|
|
|
|
|
end
|
|
|
|
|
yaml = yaml .. " coverage:\n"
|
|
|
|
|
for i = 1, #langs do
|
|
|
|
|
local f = has_value(fcorth, langs[i])
|
|
|
|
|
if f then
|
|
|
|
|
yaml = yaml .. " " .. langs[i] .. [[:
|
|
|
|
|
path_prefix:
|
|
|
|
|
- /usr/share/fonts/google-noto-vf
|
|
|
|
|
- /usr/share/fonts/google-noto
|
|
|
|
|
include:]] .. "\n"
|
|
|
|
|
for j = 1, #files[langs[i]] do
|
|
|
|
|
yaml = yaml .. " - " .. files[langs[i]][j] .. "\n"
|
|
|
|
|
end
|
|
|
|
|
if next(exfiles[langs[i]]) ~= nil then
|
|
|
|
|
yaml = yaml .. [[
|
|
|
|
|
exclude:]] .. "\n"
|
|
|
|
|
for j = 1, #exfiles[langs[i]] do
|
|
|
|
|
yaml = yaml .. " - " .. exfiles[langs[i]][j] .. "\n"
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
yaml = yaml .. " families:\n"
|
|
|
|
|
for i = 1, #subpackages do
|
|
|
|
|
if subpackages[i].lang then
|
|
|
|
|
for _,v in ipairs(subpackages[i].lang) do
|
|
|
|
|
yaml = yaml .. " - lang: " .. v .. "\n" .. [[
|
|
|
|
|
package: ]] .. subpackages[i].pkgname .. "\n" .. [[
|
|
|
|
|
alias: ]] .. subpackages[i].alias .. "\n" .. [[
|
|
|
|
|
family: Noto ]] .. subpackages[i].family .. "\n"
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
io.stderr:write("Generating tests.yml...")
|
|
|
|
|
local f = io.open("tests/tests.yml", "w")
|
2021-04-19 08:37:57 +00:00
|
|
|
|
if f then
|
|
|
|
|
f:write(yaml)
|
|
|
|
|
f:close()
|
|
|
|
|
io.stderr:write("Done!")
|
|
|
|
|
else
|
|
|
|
|
io.stderr:write("Unable to open tests.yml")
|
|
|
|
|
end
|
2021-04-09 05:40:56 +00:00
|
|
|
|
end
|
|
|
|
|
|
2023-02-02 10:22:03 +00:00
|
|
|
|
local function genfilelist(table)
|
|
|
|
|
local flist = '$(for f in $(cd %{buildroot}/' .. table.fontdir .. ' && find -regex \'./' .. table.filename .. '\' -print); do echo "' .. table.fontdir .. '$f"; done)' .. '\\\n'
|
|
|
|
|
_filelistbuild = _filelistbuild .. "cat<<_EOL_>" .. table.pkgname .. ".list\\\n" .. flist .. "_EOL_\\\n"
|
|
|
|
|
end
|
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local function notopkg(table)
|
|
|
|
|
local _pname = string.lower(table.family):gsub(' ', '-')
|
|
|
|
|
local pname = _pname .. (table.variable and '-vf' or '')
|
|
|
|
|
local pkgname = rpm.expand('%{_fontname}-') .. pname .. '-fonts'
|
2023-06-08 14:55:21 +00:00
|
|
|
|
local prio = (table.priority and table.priority or rpm.expand('%{mprio}'))
|
2022-02-04 11:53:57 +00:00
|
|
|
|
|
2023-06-08 14:55:21 +00:00
|
|
|
|
if table.default == true then
|
|
|
|
|
prio = (table.variable and rpm.expand('%{hprio}') or rpm.expand('%{shprio}'))
|
|
|
|
|
end
|
2022-08-31 09:14:30 +00:00
|
|
|
|
if is_nonlatin(table) then
|
2022-02-04 11:53:57 +00:00
|
|
|
|
if prio == rpm.expand('%{hprio}') then
|
2023-06-08 14:55:21 +00:00
|
|
|
|
prio = rpm.expand('%{nlat_hprio}')
|
|
|
|
|
elseif prio == rpm.expand('%{shprio}') then
|
|
|
|
|
prio = rpm.expand('%{nlat_shprio}')
|
2022-02-04 11:53:57 +00:00
|
|
|
|
elseif prio == rpm.expand('%{mprio}') then
|
2022-08-31 09:14:30 +00:00
|
|
|
|
prio = rpm.expand('%{nlat_mprio}')
|
2022-02-04 11:53:57 +00:00
|
|
|
|
elseif prio == rpm.expand('%{lprio}') then
|
2022-08-31 09:14:30 +00:00
|
|
|
|
prio = rpm.expand('%{nlat_lprio}')
|
2022-02-04 11:53:57 +00:00
|
|
|
|
else
|
|
|
|
|
io.stderr:write("Unknown priority")
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
prio = tostring(prio)
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local fcconf = prio .. '-' .. rpm.expand('%{fontconf}') .. '-' .. pname .. '.conf'
|
|
|
|
|
local fontdir = rpm.expand('%{_fontbasedir}') .. '/google-noto' .. (table.variable and '-vf/' or '/')
|
2023-05-18 13:42:39 +00:00
|
|
|
|
local fontname = 'Noto' .. (table.fontname and table.fontname or string.gsub(table.family, ' ', '')) .. (table.variable and '\\\\(\\\\(-[A-Za-z]*\\\\)?\\\\[.*\\\\]\\\\|-VF\\\\).*tf' or '-\\\\([^\\\\[\\\\]]\\\\|[^-VF]\\\\)*.*tf')
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local metaname = rpm.expand('%{fontorg}.') .. pkgname .. '.metainfo.xml'
|
|
|
|
|
|
|
|
|
|
table.fcconf = fcconf
|
|
|
|
|
table.pkgname = pkgname
|
2023-02-02 10:22:03 +00:00
|
|
|
|
table.fontdir = fontdir
|
|
|
|
|
table.filename = fontname
|
2021-04-09 05:40:56 +00:00
|
|
|
|
table.summary = 'Noto ' .. table.family .. (table.variable and ' variable' or '') .. ' font'
|
|
|
|
|
table.description = rpm.expand('%{common_desc}') .. [[
|
|
|
|
|
Noto ]] .. table.family .. (table.variable and ' variable' or '') .. " font."
|
|
|
|
|
table.metainfo = metaname
|
|
|
|
|
_fcconflist = (_fcconflist ~= '' and _fcconflist .. ':' or '') .. fcconf
|
|
|
|
|
_metafilelist = (_metafilelist ~= '' and _metafilelist .. ':' or '') .. metaname
|
|
|
|
|
|
2021-05-12 10:27:05 +00:00
|
|
|
|
local obsoletes = ''
|
|
|
|
|
|
|
|
|
|
if table.obsoletes then
|
|
|
|
|
for i = 1, #table.obsoletes do
|
2022-09-15 08:03:43 +00:00
|
|
|
|
obsoletes = obsoletes .. "Obsoletes: %{_fontname}-" .. table.obsoletes[i] .. "-fonts < %{version}-%{release}\n" .. "Provides: %{_fontname}-" .. table.obsoletes[i] .. "-fonts = %{version}-%{release}\n"
|
2021-05-12 10:27:05 +00:00
|
|
|
|
end
|
|
|
|
|
end
|
2021-04-09 05:40:56 +00:00
|
|
|
|
print(rpm.expand([[
|
|
|
|
|
|
|
|
|
|
%package -n ]] .. table.pkgname .. "\n" .. [[
|
|
|
|
|
Summary: ]] .. table.summary .. "\n" .. [[
|
|
|
|
|
Requires: fontpackages-filesystem
|
|
|
|
|
Requires: %{name}-common = %{version}-%{release}
|
2021-05-12 10:27:05 +00:00
|
|
|
|
]] .. obsoletes .. [[
|
2021-04-09 05:40:56 +00:00
|
|
|
|
|
|
|
|
|
%description -n ]] .. table.pkgname .. "\n" .. table.description .. "\n" .. [[
|
|
|
|
|
|
2023-02-02 10:22:03 +00:00
|
|
|
|
%files -n ]] .. pkgname .. " -f " .. pkgname .. ".list\n" .. [[
|
2021-04-09 05:40:56 +00:00
|
|
|
|
%dir ]] .. fontdir .. "\n" .. [[
|
|
|
|
|
%config(noreplace) %{_fontconfig_confdir}/]] .. fcconf .. "\n" .. [[
|
|
|
|
|
%{_fontconfig_templatedir}/]] .. fcconf .. "\n" .. [[
|
|
|
|
|
%{_metainfodir}/]] .. metaname .. "\n"))
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
for i = 1, #subpackages do
|
|
|
|
|
notopkg(subpackages[i])
|
2021-04-16 18:19:14 +00:00
|
|
|
|
if rpm.expand("%{cionly}") ~= 0 then
|
|
|
|
|
genfcconf(subpackages[i])
|
2023-02-02 10:22:03 +00:00
|
|
|
|
genmetainfo(subpackages[i])
|
|
|
|
|
genfilelist(subpackages[i])
|
2021-04-16 18:19:14 +00:00
|
|
|
|
else
|
|
|
|
|
_fcconfbuild = "false"
|
2023-02-02 10:22:03 +00:00
|
|
|
|
_metainfobuild = "false"
|
|
|
|
|
_filelistbuild = "false"
|
2021-04-16 18:19:14 +00:00
|
|
|
|
end
|
|
|
|
|
end
|
2022-07-27 11:36:04 +00:00
|
|
|
|
if tonumber(rpm.expand("%{cionly}")) == 1 then
|
2021-04-16 18:19:14 +00:00
|
|
|
|
gentestyaml()
|
2021-04-09 05:40:56 +00:00
|
|
|
|
end
|
2021-04-16 18:19:14 +00:00
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
rpm.define("noto_fcconflist " .. _fcconflist)
|
|
|
|
|
rpm.define("noto_metafilelist " .. _metafilelist)
|
|
|
|
|
local f = io.open("debug-noto-fcconf-build.sh", "w")
|
2021-04-19 08:45:32 +00:00
|
|
|
|
if f then
|
|
|
|
|
f:write(_fcconfbuild)
|
|
|
|
|
f:close()
|
|
|
|
|
end
|
2021-04-09 05:40:56 +00:00
|
|
|
|
local f = io.open("debug-noto-metainfo-build.sh", "w")
|
2021-04-19 08:45:32 +00:00
|
|
|
|
if f then
|
|
|
|
|
f:write(_metainfobuild)
|
|
|
|
|
f:close()
|
|
|
|
|
end
|
2021-11-16 09:02:48 +00:00
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
rpm.define("notobuild_fcconf " .. _fcconfbuild .. "\n")
|
|
|
|
|
rpm.define("notobuild_metainfo " .. _metainfobuild .. "\n")
|
2023-02-02 10:22:03 +00:00
|
|
|
|
rpm.define("notobuild_filelist " .. _filelistbuild .. "\n")
|
2021-04-09 05:40:56 +00:00
|
|
|
|
} ## end of lua
|
2014-10-01 12:57:38 +00:00
|
|
|
|
|
2014-11-20 10:44:59 +00:00
|
|
|
|
%prep
|
2022-07-27 11:07:38 +00:00
|
|
|
|
%setup -q -c -n noto-fonts-%{srcver}
|
2013-05-06 04:11:20 +00:00
|
|
|
|
|
2014-11-30 12:39:48 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
%build
|
2021-04-16 18:19:14 +00:00
|
|
|
|
%if %{cionly}
|
|
|
|
|
exit 1
|
|
|
|
|
%endif
|
2021-04-09 05:40:56 +00:00
|
|
|
|
%{notobuild_fcconf}
|
2014-11-30 12:39:48 +00:00
|
|
|
|
|
2021-11-16 09:02:48 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
%install
|
2021-04-16 18:19:14 +00:00
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontbasedir}/google-noto
|
2023-02-02 10:22:03 +00:00
|
|
|
|
for f in */fonts/*/unhinted/ttf/Noto*.ttf */fonts/*/hinted/ttf/Noto*.ttf; do
|
2021-04-16 18:19:14 +00:00
|
|
|
|
install -m 0644 -p $f %{buildroot}%{_fontbasedir}/google-noto/
|
2021-04-09 05:40:56 +00:00
|
|
|
|
done
|
2021-04-16 18:19:14 +00:00
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontbasedir}/google-noto-vf
|
2023-02-02 10:22:03 +00:00
|
|
|
|
install -m 0644 -p */fonts/*/unhinted/slim-variable-ttf/Noto*.ttf %{buildroot}%{_fontbasedir}/google-noto-vf/
|
2022-09-30 12:06:55 +00:00
|
|
|
|
|
2022-11-24 11:53:31 +00:00
|
|
|
|
# remove display fonts. this isn't shipped in upstream anymore.
|
|
|
|
|
rm %{buildroot}%{_fontbasedir}/google-noto/NotoSansDisplay*.ttf \
|
2022-11-25 05:32:21 +00:00
|
|
|
|
%{buildroot}%{_fontbasedir}/google-noto/NotoSans-Display*.ttf \
|
2022-11-24 11:53:31 +00:00
|
|
|
|
%{buildroot}%{_fontbasedir}/google-noto/NotoSerifDisplay*.ttf \
|
|
|
|
|
%{buildroot}%{_fontbasedir}/google-noto-vf/NotoSansDisplay*.ttf \
|
2023-02-02 10:22:03 +00:00
|
|
|
|
%{buildroot}%{_fontbasedir}/google-noto-vf/NotoSerifDisplay*.ttf || :
|
|
|
|
|
rm %{buildroot}%{_fontbasedir}/google-noto/Noto*Test-*.ttf \
|
|
|
|
|
%{buildroot}%{_fontbasedir}/google-noto-vf/Noto*Test*.ttf || :
|
2022-11-24 11:53:31 +00:00
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
# fc-scan in script expects fonts are already installed
|
|
|
|
|
%{notobuild_metainfo}
|
2023-02-02 10:22:03 +00:00
|
|
|
|
%{notobuild_filelist}
|
2014-11-12 09:23:25 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
|
2021-04-09 05:40:56 +00:00
|
|
|
|
%{buildroot}%{_fontconfig_confdir} \
|
|
|
|
|
%{buildroot}%{_metainfodir}
|
|
|
|
|
|
|
|
|
|
IFS=":"
|
|
|
|
|
for f in $(echo %{noto_fcconflist}); do
|
|
|
|
|
install -m 0644 -p $f %{buildroot}%{_fontconfig_templatedir}/$f
|
|
|
|
|
ln -s $(realpath --relative-to=%{_fontconfig_confdir}/ %{_fontconfig_templatedir}/$f) \
|
|
|
|
|
%{buildroot}%{_fontconfig_confdir}/$f
|
|
|
|
|
done
|
|
|
|
|
for f in $(echo %{noto_metafilelist}); do
|
|
|
|
|
install -m 0644 -p $f %{buildroot}%{_metainfodir}/$f
|
|
|
|
|
done
|
2016-04-28 18:05:57 +00:00
|
|
|
|
|
2014-11-30 12:39:48 +00:00
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
%check
|
|
|
|
|
IFS=":"
|
|
|
|
|
for f in $(echo %{noto_fcconflist}); do
|
|
|
|
|
xmllint --loaddtd --valid --nonet %{buildroot}%{_fontconfig_templatedir}/$f
|
|
|
|
|
done
|
|
|
|
|
for f in $(echo %{noto_metafilelist}); do
|
2022-11-24 13:56:12 +00:00
|
|
|
|
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/$f || (cat $f; exit 1)
|
2014-11-30 12:39:48 +00:00
|
|
|
|
done
|
2014-11-20 10:44:59 +00:00
|
|
|
|
|
|
|
|
|
%files common
|
2023-02-02 10:22:03 +00:00
|
|
|
|
%license */LICENSE
|
|
|
|
|
%doc */README.md
|
2014-11-11 13:37:20 +00:00
|
|
|
|
|
2014-11-30 12:39:48 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
%changelog
|
2023-08-03 06:16:28 +00:00
|
|
|
|
* Wed Aug 2 2023 Akira TAGOH <tagoh@redhat.com> - 20230801-1
|
|
|
|
|
- Updates to monthly release of 23.8.1
|
|
|
|
|
- Add google-noto-sans-kawi{,-vf}-fonts and google-noto-sans-nko-unjoined{,-vf}-fonts packages.
|
|
|
|
|
|
2023-07-20 05:17:47 +00:00
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
2023-06-15 09:35:08 +00:00
|
|
|
|
* Thu Jun 15 2023 Akira TAGOH <tagoh@redhat.com> - 20230601-3
|
|
|
|
|
- Use Noto Bengali for mni
|
2023-06-15 09:37:58 +00:00
|
|
|
|
Resolves: rhbz#2214982
|
2023-06-15 09:35:08 +00:00
|
|
|
|
|
2023-06-08 14:55:21 +00:00
|
|
|
|
* Thu Jun 8 2023 Akira TAGOH <tagoh@redhat.com> - 20230601-2
|
|
|
|
|
- Increase a priority a bit for static fonts but still lower than variable fonts.
|
|
|
|
|
- Fix priority for some languages.
|
|
|
|
|
|
2023-06-01 09:45:23 +00:00
|
|
|
|
* Thu Jun 1 2023 Akira TAGOH <tagoh@redhat.com> - 20230601-1
|
|
|
|
|
- Updates to monthly release of 23.6.1
|
|
|
|
|
- Allow Assamese in Noto * Bengali.
|
|
|
|
|
|
2023-05-18 13:42:39 +00:00
|
|
|
|
* Thu May 18 2023 Akira TAGOH <tagoh@redhat.com> - 20230501-1
|
|
|
|
|
- Updates to monthly release of 23.5.1
|
|
|
|
|
|
2023-02-02 10:22:03 +00:00
|
|
|
|
* Thu Feb 2 2023 Akira TAGOH <tagoh@redhat.com> - 20230201-1
|
|
|
|
|
- Updates to monthly release of 23.2.1
|
|
|
|
|
- Update priority for google-noto-{sans,serif}-{khmer,thai}-vf-fonts for
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/NotoFontsForMoreLang
|
|
|
|
|
|
2023-01-19 11:17:58 +00:00
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
2022-12-20 05:39:03 +00:00
|
|
|
|
* Tue Dec 20 2022 Akira TAGOH <tagoh@redhat.com> - 20201206^1.git0c78c8329-9
|
|
|
|
|
- Drop unnecessary config.
|
|
|
|
|
|
2022-12-01 08:57:07 +00:00
|
|
|
|
* Thu Dec 1 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-8
|
|
|
|
|
- Convert License tag to SPDX.
|
|
|
|
|
|
2022-11-25 07:40:14 +00:00
|
|
|
|
* Fri Nov 25 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-7
|
|
|
|
|
- Add an alias for Symbol font to Noto Sans Symbols/Symbols2.
|
|
|
|
|
Resolves: rhbz#2088665
|
|
|
|
|
|
2022-11-24 11:53:31 +00:00
|
|
|
|
* Thu Nov 24 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-6
|
|
|
|
|
- Drop Noto Sans Display and Noto Serif Display fonts.
|
|
|
|
|
These fonts isn't shipped from upstream anymore.
|
|
|
|
|
Resolves: rhbz#2143521
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-5
|
2022-09-30 12:06:55 +00:00
|
|
|
|
- Update Noto Sinhala fonts to the latest to fix some rendering issue in Sinhala scripts.
|
|
|
|
|
Resolves: rhbz#2129619
|
|
|
|
|
|
2022-09-15 08:03:43 +00:00
|
|
|
|
* Thu Sep 15 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-4
|
|
|
|
|
- Add Provides lines for Obsoletes packages.
|
|
|
|
|
Resolves: rhbz#2126575
|
|
|
|
|
|
2022-08-31 09:14:30 +00:00
|
|
|
|
* Wed Aug 31 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-3
|
|
|
|
|
- Drop lang="ar" for Kufi/Naskh Arabic fonts.
|
|
|
|
|
- Adjust priority for Noto Thai fonts.
|
|
|
|
|
|
2022-08-02 04:19:04 +00:00
|
|
|
|
* Tue Aug 2 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-1.git0c78c8329-2
|
|
|
|
|
- Fix wrong alias for Noto Rashi Hebrew.
|
|
|
|
|
Resolves: rhbz#2113077
|
|
|
|
|
|
2022-07-27 11:07:38 +00:00
|
|
|
|
* Wed Jul 27 2022 Akira TAGOH <tagoh@redhat.com> - 20201206^1.git0c78c8329-1
|
|
|
|
|
- Update to snapshot from git 0c78c8329.
|
|
|
|
|
Resolves: rhbz#2098555
|
|
|
|
|
|
2022-07-21 12:47:25 +00:00
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org>
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
2022-03-08 10:39:02 +00:00
|
|
|
|
* Mon Mar 7 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-9
|
|
|
|
|
- Fix config to set Naskh Arabic as serif for fallback.
|
|
|
|
|
|
2022-02-04 11:53:57 +00:00
|
|
|
|
* Fri Feb 4 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-8
|
|
|
|
|
- Fix the priority for Indic fonts.
|
|
|
|
|
We postponed to replace Lohit with Noto this time.
|
|
|
|
|
Resolves: rhbz#2050477
|
|
|
|
|
|
2022-01-20 11:35:12 +00:00
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 20201206-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
2022-01-19 04:52:05 +00:00
|
|
|
|
* Wed Jan 19 2022 Akira TAGOH <tagoh@redhat.com> - 20201206-6
|
|
|
|
|
- Update the priority of fontconfig config for Noto Sans, Noto Serif and Noto Sans Mono to make them default.
|
|
|
|
|
|
2021-12-14 06:09:05 +00:00
|
|
|
|
* Tue Dec 14 2021 Akira TAGOH <tagoh@redhat.com> - 20201206-5
|
|
|
|
|
- Fix a typo in the package name.
|
|
|
|
|
google-noto-sansthai-looped-vf-fonts should be google-noto-sans-thai-looped-vf-fonts.
|
|
|
|
|
|
2021-11-16 09:02:48 +00:00
|
|
|
|
* Tue Nov 16 2021 Akira TAGOH <tagoh@redhat.com> - 20201206-4
|
|
|
|
|
- Have higher priority google-noto-sans-gurmukhi-vf-fonts than google-noto-sans-gurmukhi-fonts.
|
|
|
|
|
|
2021-07-22 06:54:53 +00:00
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201206-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
2021-05-12 10:27:05 +00:00
|
|
|
|
* Wed May 12 2021 Akira TAGOH <tagoh@redhat.com> - 20201206-2
|
|
|
|
|
- Add some Obsoletes lines for dropped sub packages.
|
|
|
|
|
|
2021-04-09 05:40:56 +00:00
|
|
|
|
* Fri Apr 9 2021 Akira TAGOH <tagoh@redhat.com> - 20201206-1
|
|
|
|
|
- Updates to 20201206.
|
|
|
|
|
Resolves: rhbz#1899847
|
|
|
|
|
- Refactoring spec file.
|
|
|
|
|
- Fix invalid metainfo files.
|
|
|
|
|
Resolves: rhbz#1830709
|
|
|
|
|
|
2021-01-26 12:46:38 +00:00
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20181223-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
2020-07-28 00:10:04 +00:00
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20181223-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
2020-01-29 03:17:47 +00:00
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20181223-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
2019-08-12 08:51:59 +00:00
|
|
|
|
* Mon Aug 12 2019 Akira TAGOH <tagoh@redhat.com> - 20181223-6
|
|
|
|
|
- Make variable fonts priority more than non variable fonts. (#1739976)
|
|
|
|
|
|
2019-07-26 08:30:14 +00:00
|
|
|
|
* Fri Jul 26 2019 Parag Nemade <pnemade AT redhat DOT com> - 20181223-5
|
|
|
|
|
- Resolves:rh#1554988 - google-noto-sans-gurmkukhi-fonts default for pa_IN locale
|
|
|
|
|
|
2019-07-25 07:30:53 +00:00
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20181223-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
2019-06-04 12:04:41 +00:00
|
|
|
|
* Tue Jun 4 2019 Akira TAGOH <tagoh@redhat.com> - 20181223-3
|
|
|
|
|
- Install metainfo files under %%{_metainfodir}.
|
|
|
|
|
|
2019-02-01 01:21:00 +00:00
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20181223-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
2018-12-27 10:09:02 +00:00
|
|
|
|
* Thu Dec 27 2018 Akira TAGOH <tagoh@redhat.com> - 20181223-1
|
|
|
|
|
- Updates to 20181223.
|
|
|
|
|
- Add new sub-packages for variable fonts.
|
|
|
|
|
|
2018-12-17 06:49:30 +00:00
|
|
|
|
* Mon Dec 17 2018 Akira TAGOH <tagoh@redhat.com> - 20181130-2
|
|
|
|
|
- Make Display and UI fonts lower priority.
|
2018-12-17 07:44:09 +00:00
|
|
|
|
- Add more languages to google-noto-*-devanagari.conf, google-noto-sans-ethiopic.conf,
|
|
|
|
|
and google-noto-sans-hebrew.conf
|
2018-12-17 06:49:30 +00:00
|
|
|
|
|
Updates to 20181130.
Noto Sans Balinese is now Noto Serif Balinese.
Add new sub-packages: google-noto-music-fonts,
google-noto-sans-bassa-vah-fonts, google-noto-sans-bhaiksuki-fonts,
google-noto-sans-caucasian-albanian-fonts, google-noto-sans-duployan-fonts,
google-noto-sans-elbasan-fonts, google-noto-sans-grantha-fonts,
google-noto-sans-hatran-fonts, google-noto-sans-khojki-fonts,
google-noto-sans-khudawadi-fonts, google-noto-sans-linear-a-fonts,
google-noto-sans-mahajani-fonts, google-noto-sans-manichaean-fonts,
google-noto-sans-marchen-fonts, google-noto-sans-mende-kikakui-fonts,
google-noto-sans-meroitic-fonts, google-noto-sans-miao-fonts,
google-noto-sans-modi-fonts, google-noto-sans-mro-fonts,
google-noto-sans-multani-fonts, google-noto-sans-nabataean-fonts,
google-noto-sans-newa-fonts, google-noto-sans-old-hungarian-fonts,
google-noto-sans-old-north-arabian-fonts, google-noto-sans-old-permic-fonts,
google-noto-sans-pahawh-hmong-fonts, google-noto-sans-palmyrene-fonts,
google-noto-sans-pau-cin-hau-fonts, google-noto-sans-psalter-pahlavi-fonts,
google-noto-sans-sharada-fonts, google-noto-sans-sora-sompeng-fonts,
google-noto-sans-syriac-fonts, google-noto-sans-takri-fonts,
google-noto-sans-tirhuta-fonts, google-noto-sans-warang-citi-fonts,
google-noto-serif-ahom-fonts, google-noto-serif-gurmukhi-fonts,
google-noto-serif-tamil-slanted-fonts, google-noto-serif-tibetan-fonts
2018-12-07 08:54:02 +00:00
|
|
|
|
* Fri Dec 7 2018 Akira TAGOH <tagoh@redhat.com> - 20181130-1
|
|
|
|
|
- Updates to 20181130.
|
|
|
|
|
- Noto Sans Balinese is now Noto Serif Balinese.
|
|
|
|
|
- Add new sub-packages: google-noto-music-fonts,
|
|
|
|
|
google-noto-sans-bassa-vah-fonts, google-noto-sans-bhaiksuki-fonts,
|
|
|
|
|
google-noto-sans-caucasian-albanian-fonts, google-noto-sans-duployan-fonts,
|
|
|
|
|
google-noto-sans-elbasan-fonts, google-noto-sans-grantha-fonts,
|
|
|
|
|
google-noto-sans-hatran-fonts, google-noto-sans-khojki-fonts,
|
|
|
|
|
google-noto-sans-khudawadi-fonts, google-noto-sans-linear-a-fonts,
|
|
|
|
|
google-noto-sans-mahajani-fonts, google-noto-sans-manichaean-fonts,
|
|
|
|
|
google-noto-sans-marchen-fonts, google-noto-sans-mende-kikakui-fonts,
|
|
|
|
|
google-noto-sans-meroitic-fonts, google-noto-sans-miao-fonts,
|
|
|
|
|
google-noto-sans-modi-fonts, google-noto-sans-mro-fonts,
|
|
|
|
|
google-noto-sans-multani-fonts, google-noto-sans-nabataean-fonts,
|
|
|
|
|
google-noto-sans-newa-fonts, google-noto-sans-old-hungarian-fonts,
|
|
|
|
|
google-noto-sans-old-north-arabian-fonts, google-noto-sans-old-permic-fonts,
|
|
|
|
|
google-noto-sans-pahawh-hmong-fonts, google-noto-sans-palmyrene-fonts,
|
|
|
|
|
google-noto-sans-pau-cin-hau-fonts, google-noto-sans-psalter-pahlavi-fonts,
|
|
|
|
|
google-noto-sans-sharada-fonts, google-noto-sans-sora-sompeng-fonts,
|
|
|
|
|
google-noto-sans-syriac-fonts, google-noto-sans-takri-fonts,
|
|
|
|
|
google-noto-sans-tirhuta-fonts, google-noto-sans-warang-citi-fonts,
|
|
|
|
|
google-noto-serif-ahom-fonts, google-noto-serif-gurmukhi-fonts,
|
|
|
|
|
google-noto-serif-tamil-slanted-fonts, google-noto-serif-tibetan-fonts
|
|
|
|
|
|
2018-09-21 12:16:08 +00:00
|
|
|
|
* Fri Sep 21 2018 Akira TAGOH <tagoh@redhat.com> - 20180905-1
|
|
|
|
|
- Updates to 20180905.
|
|
|
|
|
- Remove Group tag.
|
|
|
|
|
- Don't call fc-cache in scriptlets. this isn't needed anymore.
|
|
|
|
|
- Drop BR: fontforge.
|
|
|
|
|
- Generate fontconfig config files in macro for simple one.
|
|
|
|
|
|
2018-07-13 04:22:21 +00:00
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20161022-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
2018-04-06 04:08:31 +00:00
|
|
|
|
* Thu Apr 5 2018 Jens Petersen <petersen@redhat.com> - 20161022-7
|
|
|
|
|
- change the Sinhala fontconfig priority to 65 (#1450802)
|
|
|
|
|
|
2018-02-07 15:12:54 +00:00
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20161022-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
2017-12-11 06:47:30 +00:00
|
|
|
|
* Mon Dec 11 2017 Jens Petersen <petersen@redhat.com> - 20161022-5
|
|
|
|
|
- use _font_pkg
|
|
|
|
|
|
2017-07-26 11:53:04 +00:00
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161022-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
2017-07-05 09:52:10 +00:00
|
|
|
|
* Wed Jul 5 2017 Jens Petersen <petersen@redhat.com> - 20161022-3
|
|
|
|
|
- add a fontconfig priority option to the notopkg macro,
|
|
|
|
|
which allows overriding the default 66 priority
|
|
|
|
|
|
2017-02-10 12:07:24 +00:00
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161022-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
2016-11-07 09:04:34 +00:00
|
|
|
|
* Mon Nov 07 2016 Pravin Satpute <psatpute@redhat.com> - 20161022-1
|
|
|
|
|
- Resolves #1321685 - Added Noto Mono font.
|
2022-11-24 11:53:31 +00:00
|
|
|
|
- License changed from ASL 2.0 to OFL.
|
2016-11-07 09:04:34 +00:00
|
|
|
|
- New package addition: Mono, Serif Bengali, Serif Devanagari
|
|
|
|
|
- Serif Gujarari, Serif Malayalam, Serif Tamil and Serif Telugu.
|
|
|
|
|
|
2016-08-24 07:40:29 +00:00
|
|
|
|
* Wed Aug 24 2016 Pravin Satpute <psatpute@redhat.com> - 20150929-2
|
|
|
|
|
- Resolves #1368772 - Fixes issue with LICENSE file.
|
|
|
|
|
|
2016-04-28 18:05:57 +00:00
|
|
|
|
* Thu Apr 28 2016 Pravin Satpute <psatpute@redhat.com> - 20150929-1
|
|
|
|
|
- Resolves #1269404 - Update to new git release 20150929
|
|
|
|
|
- Upstream divided google-noto-fonts package into noto-cjk-font and noto-emoji
|
|
|
|
|
- Removed packages: google-noto-color-emoji-fonts, google-noto-sans (cjk-fonts,
|
|
|
|
|
- japanese-fonts, simplified-chinese-fonts and traditional-chinese-fonts)
|
|
|
|
|
- Replaced by google-noto-cjk-fonts and google-noto-emoji-fonts
|
|
|
|
|
- New subpackages - google-noto-nastaliq-urdu-fonts and google-noto-sans-tibetan-fonts
|
|
|
|
|
|
2016-02-04 13:53:40 +00:00
|
|
|
|
* Thu Feb 04 2016 Parag Nemade <pnemade AT redhat DOT com> - 20150417-4
|
|
|
|
|
- Fix for python2 fonttools
|
|
|
|
|
|
2016-02-03 23:10:14 +00:00
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150417-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
2015-06-17 09:36:21 +00:00
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150417-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
2015-04-17 07:36:02 +00:00
|
|
|
|
* Fri Apr 17 2015 Pravin Satpute <psatpute@redhat.com> - 20150417-1
|
|
|
|
|
- Updating to git snapshot d47480343178.
|
|
|
|
|
- Remove Thaana and Oriya from under-development list.
|
2022-11-24 11:53:31 +00:00
|
|
|
|
- Add Syriac requirements from Unicode Core Specification.
|
2015-04-17 07:36:02 +00:00
|
|
|
|
|
2015-03-27 05:49:49 +00:00
|
|
|
|
* Fri Mar 27 2015 Pravin Satpute <psatpute@redhat.com> - 20150325-1
|
|
|
|
|
- Updating to git snapshot 762640379a51.
|
|
|
|
|
- Added 2 new packages Oriya and Oriya-UI.
|
|
|
|
|
- Update Hebrew, Georgian, and Ethiopic fonts.
|
|
|
|
|
- Fix cmap of U+06F7 to Urdu form of digit 7.
|
|
|
|
|
|
2015-01-14 04:55:13 +00:00
|
|
|
|
* Tue Jan 13 2015 Pravin Satpute <psatpute@redhat.com> - 20141117-6
|
|
|
|
|
- Resolves #1162341: Packaged Noto Color Emoji
|
|
|
|
|
|
2014-12-15 07:39:13 +00:00
|
|
|
|
* Mon Dec 15 2014 Jens Petersen <petersen@redhat.com> - 20141117-5
|
|
|
|
|
- improve generated font subpackage descriptions
|
|
|
|
|
- it is Hanunoo not Hanuno!
|
|
|
|
|
- specify font filenames more precisely
|
|
|
|
|
|
2014-12-15 05:45:52 +00:00
|
|
|
|
* Mon Dec 15 2014 Jens Petersen <petersen@redhat.com> - 20141117-4
|
|
|
|
|
- add obsoletes to cover the change of package names for Hanuno, Linear B,
|
|
|
|
|
and Meetei Mayek
|
|
|
|
|
|
2014-12-02 09:13:44 +00:00
|
|
|
|
* Tue Dec 2 2014 Jens Petersen <petersen@redhat.com> - 20141117-3
|
|
|
|
|
- create the fonts subpackages with a macro
|
|
|
|
|
|
2014-11-30 12:39:48 +00:00
|
|
|
|
* Fri Nov 21 2014 Jens Petersen <petersen@redhat.com> - 20141117-2
|
|
|
|
|
- move cjk fonts fontconfig priority from 65-0 to 66
|
|
|
|
|
- generate the appinfo metainfo for the subpackages
|
|
|
|
|
- use a single for-loop to install the font config and appdata files
|
|
|
|
|
- move parent appinfo metainfo to common (Parag Nemade)
|
|
|
|
|
|
2014-11-20 10:44:59 +00:00
|
|
|
|
* Thu Nov 20 2014 Jens Petersen <petersen@redhat.com> - 20141117-1
|
|
|
|
|
- update to latest git (aae16d0cd626)
|
|
|
|
|
- package Japanese, Korean, and CJK fonts
|
|
|
|
|
- add Thaana font
|
|
|
|
|
- add common subpackage for license and doc files
|
|
|
|
|
- order spec subpackages lexically
|
|
|
|
|
|
2014-11-19 09:21:13 +00:00
|
|
|
|
* Wed Nov 19 2014 Peng Wu <pwu@redhat.com> - 20141001-5
|
|
|
|
|
- Rename Chinese sub-packages
|
|
|
|
|
|
2014-11-12 09:23:25 +00:00
|
|
|
|
* Wed Nov 12 2014 Peng Wu <pwu@redhat.com> - 20141001-4
|
|
|
|
|
- Add Chinese fonts
|
|
|
|
|
|
2014-11-11 13:37:20 +00:00
|
|
|
|
* Tue Nov 11 2014 Parag Nemade <pnemade AT redhat DOT com> - 20141001-3
|
|
|
|
|
- Add metainfo file to show this font in gnome-software
|
|
|
|
|
|
2014-11-03 07:01:36 +00:00
|
|
|
|
* Mon Nov 03 2014 Pravin Satpute <psatpute@redhat.com> - 20141001-2
|
|
|
|
|
- Resolves #1159562: Typo in fontconfig file
|
|
|
|
|
|
2014-10-01 12:57:38 +00:00
|
|
|
|
* Wed Oct 01 2014 Pravin Satpute <psatpute@redhat.com> - 20141001-1
|
|
|
|
|
- Google stops release tarball. Zip file derived from git Download zip.
|
|
|
|
|
- 45 new packages added as follows.
|
2022-11-24 11:53:31 +00:00
|
|
|
|
- kufi-arabic-fonts, naskh-arabic-fonts, naskh-arabic-ui-fonts, sans-balinese-fonts,
|
|
|
|
|
- sans-bamum-fonts, sans-batak-fonts, sans-buginese-fonts, sans-buhid-fonts,
|
|
|
|
|
- sans-canadian-aboriginal-fonts, sans-cham-fonts, sans-cuneiform-fonts, sans-cypriot-fonts,
|
|
|
|
|
- sans-gothic-fonts, sans-gurmukhi-fonts, sans-gurmukhi-ui-fonts,
|
|
|
|
|
- sans-inscriptional-pahlavi-fonts, sans-inscriptional-parthian-fonts, sans-javanese-fonts,
|
|
|
|
|
- sans-lepcha-fonts, sans-limbu-fonts, sans-linearb-fonts, sans-mongolian-fonts,
|
|
|
|
|
- sans-myanmar-fonts, sans-myanmar-ui-fonts, sans-new-tai-lue-fonts, sans-ogham-fonts,
|
|
|
|
|
- sans-ol-chiki-fonts, sans-old-italic-fonts, sans-old-persian-fonts, sans-phags-pa-fonts,
|
|
|
|
|
- sans-rejang-fonts, sans-runic-fonts, sans-samaritan-fonts, sans-saurashtra-fonts,
|
|
|
|
|
- sans-sinhala-fonts, sans-sundanese-fonts, sans-syloti-nagri-fonts, sans-syriac-eastern-fonts,
|
|
|
|
|
- sans-syriac-estrangela-fonts, sans-syriac-western-fonts, sans-tagbanwa-fonts,
|
2014-10-01 12:57:38 +00:00
|
|
|
|
- sans-tai-le-fonts, sans-tifinagh-fonts, sans-yi-fonts
|
|
|
|
|
- Resolves #1148413
|
|
|
|
|
|
2014-06-07 18:14:09 +00:00
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130807-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
2013-08-14 12:38:06 +00:00
|
|
|
|
* Wed Aug 14 2013 Pravin Satpute <psatpute@redhat.com> - 20130807-1
|
|
|
|
|
- Upstream new release of 20130807 tarball.
|
2014-10-01 12:57:38 +00:00
|
|
|
|
- Packages Non Hinted upstream tarball.
|
2013-08-14 12:38:06 +00:00
|
|
|
|
- This pulled fonts for number of missing Unicode scripts in Fedora
|
2013-08-03 16:16:03 +00:00
|
|
|
|
|
2013-07-16 06:20:16 +00:00
|
|
|
|
* Tue Jul 16 2013 Pravin Satpute <psatpute@redhat.com> - 20130624-1
|
|
|
|
|
- Resolved #984459 :- Upstream new release.
|
|
|
|
|
- Added new package google-noto-serif-khmer-fonts
|
|
|
|
|
|
2013-06-24 06:12:16 +00:00
|
|
|
|
* Mon Jun 24 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-5
|
2022-11-24 11:53:31 +00:00
|
|
|
|
- Resolved #971886 :- Georgian Serif fontconfig file error
|
2013-06-24 06:12:16 +00:00
|
|
|
|
|
2013-06-10 06:02:44 +00:00
|
|
|
|
* Mon Jun 10 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-4
|
2022-11-24 11:53:31 +00:00
|
|
|
|
- Resolved #971886 :- Georgian fontconfig file error
|
2013-06-10 06:02:44 +00:00
|
|
|
|
|
2013-05-06 04:11:20 +00:00
|
|
|
|
* Mon May 06 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-3
|
|
|
|
|
- Initial import
|
|
|
|
|
- Updated spec file
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-2
|
|
|
|
|
- Updated package as per 3rd comment on review request #953859
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-1
|
|
|
|
|
- Initial packaging
|