From 6e550528403938d2e39a11f0ac5919e23e8cdfaf8b3b82a5fae21a2d7ea31688 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 28 Feb 2025 20:25:57 +0000 Subject: [PATCH] - Trim old specfile constructs - Ensure build recipe is POSIX sh compatible OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-fonts?expand=0&rev=120 --- .gitattributes | 23 + .gitignore | 1 + README.converted | 67 +++ _multibuild | 3 + convertfont.py | 57 ++ encodings-1.1.0.tar.xz | 3 + font-adobe-100dpi-1.0.4.tar.xz | 3 + font-adobe-75dpi-1.0.4.tar.xz | 3 + font-adobe-utopia-100dpi-1.0.5.tar.xz | 3 + font-adobe-utopia-75dpi-1.0.5.tar.xz | 3 + font-adobe-utopia-type1-1.0.5.tar.xz | 3 + font-alias-1.0.5.tar.xz | 3 + font-arabic-misc-1.0.4.tar.xz | 3 + font-bh-100dpi-1.0.4.tar.xz | 3 + font-bh-75dpi-1.0.4.tar.xz | 3 + font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz | 3 + font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz | 3 + font-bh-ttf-1.0.4.tar.xz | 3 + font-bh-type1-1.0.4.tar.xz | 3 + font-bitstream-100dpi-1.0.4.tar.xz | 3 + font-bitstream-75dpi-1.0.4.tar.xz | 3 + font-bitstream-type1-1.0.4.tar.xz | 3 + font-cronyx-cyrillic-1.0.4.tar.xz | 3 + font-cursor-misc-1.0.4.tar.xz | 3 + font-daewoo-misc-1.0.4.tar.xz | 3 + font-dec-misc-1.0.4.tar.xz | 3 + font-ibm-type1-1.0.4.tar.xz | 3 + font-isas-misc-1.0.4.tar.xz | 3 + font-jis-misc-1.0.4.tar.xz | 3 + font-micro-misc-1.0.4.tar.xz | 3 + font-misc-cyrillic-1.0.4.tar.xz | 3 + font-misc-ethiopic-1.0.5.tar.xz | 3 + font-misc-meltho-1.0.4.tar.xz | 3 + font-misc-misc-1.1.3.tar.xz | 3 + font-mutt-misc-1.0.4.tar.xz | 3 + font-schumacher-misc-1.1.3.tar.xz | 3 + font-screen-cyrillic-1.0.5.tar.xz | 3 + font-sony-misc-1.0.4.tar.xz | 3 + font-sun-misc-1.0.4.tar.xz | 3 + font-winitzki-cyrillic-1.0.4.tar.xz | 3 + font-xfree86-type1-1.0.5.tar.xz | 3 + xorg-x11-fonts.changes | 530 +++++++++++++++++++ xorg-x11-fonts.spec | 407 ++++++++++++++ 43 files changed, 1196 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.converted create mode 100644 _multibuild create mode 100644 convertfont.py create mode 100644 encodings-1.1.0.tar.xz create mode 100644 font-adobe-100dpi-1.0.4.tar.xz create mode 100644 font-adobe-75dpi-1.0.4.tar.xz create mode 100644 font-adobe-utopia-100dpi-1.0.5.tar.xz create mode 100644 font-adobe-utopia-75dpi-1.0.5.tar.xz create mode 100644 font-adobe-utopia-type1-1.0.5.tar.xz create mode 100644 font-alias-1.0.5.tar.xz create mode 100644 font-arabic-misc-1.0.4.tar.xz create mode 100644 font-bh-100dpi-1.0.4.tar.xz create mode 100644 font-bh-75dpi-1.0.4.tar.xz create mode 100644 font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz create mode 100644 font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz create mode 100644 font-bh-ttf-1.0.4.tar.xz create mode 100644 font-bh-type1-1.0.4.tar.xz create mode 100644 font-bitstream-100dpi-1.0.4.tar.xz create mode 100644 font-bitstream-75dpi-1.0.4.tar.xz create mode 100644 font-bitstream-type1-1.0.4.tar.xz create mode 100644 font-cronyx-cyrillic-1.0.4.tar.xz create mode 100644 font-cursor-misc-1.0.4.tar.xz create mode 100644 font-daewoo-misc-1.0.4.tar.xz create mode 100644 font-dec-misc-1.0.4.tar.xz create mode 100644 font-ibm-type1-1.0.4.tar.xz create mode 100644 font-isas-misc-1.0.4.tar.xz create mode 100644 font-jis-misc-1.0.4.tar.xz create mode 100644 font-micro-misc-1.0.4.tar.xz create mode 100644 font-misc-cyrillic-1.0.4.tar.xz create mode 100644 font-misc-ethiopic-1.0.5.tar.xz create mode 100644 font-misc-meltho-1.0.4.tar.xz create mode 100644 font-misc-misc-1.1.3.tar.xz create mode 100644 font-mutt-misc-1.0.4.tar.xz create mode 100644 font-schumacher-misc-1.1.3.tar.xz create mode 100644 font-screen-cyrillic-1.0.5.tar.xz create mode 100644 font-sony-misc-1.0.4.tar.xz create mode 100644 font-sun-misc-1.0.4.tar.xz create mode 100644 font-winitzki-cyrillic-1.0.4.tar.xz create mode 100644 font-xfree86-type1-1.0.5.tar.xz create mode 100644 xorg-x11-fonts.changes create mode 100644 xorg-x11-fonts.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/README.converted b/README.converted new file mode 100644 index 0000000..b9bd0b7 --- /dev/null +++ b/README.converted @@ -0,0 +1,67 @@ +These are the source files used to create each of the truetype files in this package: + +Converted /usr/share/fonts/Type1/UTBI____.pfa to Utopia-BoldItalic.ttf +Converted /usr/share/fonts/Type1/UTB_____.pfa to Utopia-Bold.ttf +Converted /usr/share/fonts/Type1/UTI_____.pfa to Utopia-Italic.ttf +Converted /usr/share/fonts/Type1/UTRG____.pfa to Utopia-Regular.ttf +Converted /usr/share/fonts/Type1/c0419bt_.pfb to Courier10PitchBT-Roman.ttf +Converted /usr/share/fonts/Type1/c0582bt_.pfb to Courier10PitchBT-Italic.ttf +Converted /usr/share/fonts/Type1/c0583bt_.pfb to Courier10PitchBT-Bold.ttfDidn't understand "noaccess def +Converted /usr/share/fonts/Type1/c0611bt_.pfb to Courier10PitchBT-BoldItalic.ttf +Converted /usr/share/fonts/Type1/c0632bt_.pfb to CharterBT-Bold.ttf +Converted /usr/share/fonts/Type1/c0633bt_.pfb to CharterBT-BoldItalic.ttf +Converted /usr/share/fonts/Type1/c0648bt_.pfb to CharterBT-Roman.ttf +Converted /usr/share/fonts/Type1/c0649bt_.pfb to CharterBT-Italic.ttf +Converted /usr/share/fonts/Type1/cour.pfa to Courier.ttf +Converted /usr/share/fonts/Type1/courb.pfa to Courier-Bold.ttf +Converted /usr/share/fonts/Type1/courbi.pfa to Courier-BoldItalic.ttf +Converted /usr/share/fonts/Type1/couri.pfa to Courier-Italic.ttf +Converted /usr/share/fonts/misc/clR6x12.pcf.gz to Schumacher-Clean-Regular.otb +Converted /usr/share/fonts/misc/clB8x12.pcf.gz /usr/share/fonts/misc/clB8x14.pcf.gz /usr/share/fonts/misc/clB9x15.pcf.gz /usr/share/fonts/misc/clB8x10.pcf.gz /usr/share/fonts/misc/clB8x13.pcf.gz /usr/share/fonts/misc/clB8x16.pcf.gz to Schumacher-Clean-Bold.otb +Converted /usr/share/fonts/misc/clI6x12.pcf.gz to Schumacher-Clean-Italic.otb +Converted /usr/share/fonts/misc/clI8x8.pcf.gz to Schumacher-Clean-Wide-Italic.otb +Converted /usr/share/fonts/misc/clR8x8.pcf.gz to Schumacher-Clean-Wide-Regular.otb +Converted /usr/share/fonts/misc/clB8x8.pcf.gz to Schumacher-Clean-Wide-Bold.otb +Converted /usr/share/fonts/75dpi/courO24.pcf.gz /usr/share/fonts/75dpi/courO10.pcf.gz /usr/share/fonts/100dpi/courO18.pcf.gz /usr/share/fonts/100dpi/courO12.pcf.gz /usr/share/fonts/100dpi/courO14.pcf.gz /usr/share/fonts/75dpi/courO08.pcf.gz /usr/share/fonts/100dpi/courO10.pcf.gz /usr/share/fonts/100dpi/courO08.pcf.gz /usr/share/fonts/75dpi/courO14.pcf.gz /usr/share/fonts/75dpi/courO18.pcf.gz /usr/share/fonts/75dpi/courO12.pcf.gz /usr/share/fonts/100dpi/courO24.pcf.gz to Adobe-Courier-Oblique.otb +Converted /usr/share/fonts/75dpi/lubR18.pcf.gz /usr/share/fonts/75dpi/lubB12.pcf.gz /usr/share/fonts/75dpi/lubR08.pcf.gz /usr/share/fonts/75dpi/lubR24.pcf.gz /usr/share/fonts/100dpi/lubB08.pcf.gz /usr/share/fonts/100dpi/lubB24.pcf.gz /usr/share/fonts/100dpi/lubB19.pcf.gz /usr/share/fonts/75dpi/lubB19.pcf.gz /usr/share/fonts/100dpi/lubB10.pcf.gz /usr/share/fonts/100dpi/lubB18.pcf.gz /usr/share/fonts/75dpi/lubR12.pcf.gz /usr/share/fonts/75dpi/lubB08.pcf.gz /usr/share/fonts/100dpi/lubR12.pcf.gz /usr/share/fonts/100dpi/lubR08.pcf.gz /usr/share/fonts/100dpi/lubR10.pcf.gz /usr/share/fonts/75dpi/lubR14.pcf.gz /usr/share/fonts/75dpi/lubB18.pcf.gz /usr/share/fonts/75dpi/lubB14.pcf.gz /usr/share/fonts/100dpi/lubR18.pcf.gz /usr/share/fonts/75dpi/lubB10.pcf.gz /usr/share/fonts/100dpi/lubB12.pcf.gz /usr/share/fonts/100dpi/lubR19.pcf.gz /usr/share/fonts/75dpi/lubB24.pcf.gz /usr/share/fonts/100dpi/lubR14.pcf.gz /usr/share/fonts/100dpi/lubB14.pcf.gz /usr/share/fonts/75dpi/lubR19.pcf.gz /usr/share/fonts/75dpi/lubR10.pcf.gz /usr/share/fonts/100dpi/lubR24.pcf.gz to B&H-LucidaBright-Regular.otb +Converted /usr/share/fonts/75dpi/lutBS10.pcf.gz /usr/share/fonts/75dpi/lutBS24.pcf.gz /usr/share/fonts/75dpi/lutBS08.pcf.gz /usr/share/fonts/75dpi/lutBS19.pcf.gz /usr/share/fonts/100dpi/lutBS14.pcf.gz /usr/share/fonts/100dpi/lutBS24.pcf.gz /usr/share/fonts/100dpi/lutBS10.pcf.gz /usr/share/fonts/100dpi/lutBS12.pcf.gz /usr/share/fonts/100dpi/lutBS18.pcf.gz /usr/share/fonts/75dpi/lutBS18.pcf.gz /usr/share/fonts/100dpi/lutBS08.pcf.gz /usr/share/fonts/100dpi/lutBS19.pcf.gz /usr/share/fonts/75dpi/lutBS14.pcf.gz /usr/share/fonts/75dpi/lutBS12.pcf.gz to B&H-LucidaTypewriter-Sans-Bold.otb +Converted /usr/share/fonts/75dpi/ncenR14.pcf.gz /usr/share/fonts/100dpi/ncenR24.pcf.gz /usr/share/fonts/75dpi/ncenR10.pcf.gz /usr/share/fonts/100dpi/ncenR10.pcf.gz /usr/share/fonts/100dpi/ncenR14.pcf.gz /usr/share/fonts/75dpi/ncenR24.pcf.gz /usr/share/fonts/75dpi/ncenR12.pcf.gz /usr/share/fonts/100dpi/ncenR12.pcf.gz /usr/share/fonts/100dpi/ncenR18.pcf.gz /usr/share/fonts/75dpi/ncenR08.pcf.gz /usr/share/fonts/100dpi/ncenR08.pcf.gz /usr/share/fonts/75dpi/ncenR18.pcf.gz to Adobe-New-Century-Schoolbook-Regular.otb +Converted /usr/share/fonts/100dpi/courB14.pcf.gz /usr/share/fonts/100dpi/courB12.pcf.gz /usr/share/fonts/75dpi/courB10.pcf.gz /usr/share/fonts/75dpi/courB08.pcf.gz /usr/share/fonts/100dpi/courB18.pcf.gz /usr/share/fonts/100dpi/courB24.pcf.gz /usr/share/fonts/100dpi/courB08.pcf.gz /usr/share/fonts/75dpi/courB24.pcf.gz /usr/share/fonts/75dpi/courB12.pcf.gz /usr/share/fonts/75dpi/courB14.pcf.gz /usr/share/fonts/100dpi/courB10.pcf.gz /usr/share/fonts/75dpi/courB18.pcf.gz to Adobe-Courier-Bold.otb +Converted /usr/share/fonts/misc/decsess.pcf.gz /usr/share/fonts/misc/deccurs.pcf.gz to (null)-Regular.otb +Converted /usr/share/fonts/100dpi/luBS18.pcf.gz /usr/share/fonts/75dpi/luBS08.pcf.gz /usr/share/fonts/100dpi/luBS12.pcf.gz /usr/share/fonts/100dpi/luBS19.pcf.gz /usr/share/fonts/100dpi/luBS08.pcf.gz /usr/share/fonts/75dpi/luBS12.pcf.gz /usr/share/fonts/75dpi/luBS18.pcf.gz /usr/share/fonts/100dpi/luBS14.pcf.gz /usr/share/fonts/75dpi/luBS24.pcf.gz /usr/share/fonts/100dpi/luBS24.pcf.gz /usr/share/fonts/75dpi/luBS14.pcf.gz /usr/share/fonts/100dpi/luBS10.pcf.gz /usr/share/fonts/75dpi/luBS19.pcf.gz /usr/share/fonts/75dpi/luBS10.pcf.gz to B&H-Lucida-Sans-Bold.otb +Converted /usr/share/fonts/100dpi/helvR24.pcf.gz /usr/share/fonts/75dpi/helvR18.pcf.gz /usr/share/fonts/100dpi/helvR10.pcf.gz /usr/share/fonts/100dpi/helvR14.pcf.gz /usr/share/fonts/75dpi/helvR24.pcf.gz /usr/share/fonts/75dpi/helvR08.pcf.gz /usr/share/fonts/75dpi/helvR12.pcf.gz /usr/share/fonts/100dpi/helvR12.pcf.gz /usr/share/fonts/75dpi/helvR14.pcf.gz /usr/share/fonts/75dpi/helvR10.pcf.gz /usr/share/fonts/100dpi/helvR08.pcf.gz /usr/share/fonts/100dpi/helvR18.pcf.gz to Adobe-Helvetica-Regular.otb +Converted /usr/share/fonts/100dpi/timB14.pcf.gz /usr/share/fonts/100dpi/timB18.pcf.gz /usr/share/fonts/100dpi/timB24.pcf.gz /usr/share/fonts/75dpi/timB14.pcf.gz /usr/share/fonts/75dpi/timB08.pcf.gz /usr/share/fonts/100dpi/timB08.pcf.gz /usr/share/fonts/75dpi/timB24.pcf.gz /usr/share/fonts/100dpi/timB10.pcf.gz /usr/share/fonts/75dpi/timB10.pcf.gz /usr/share/fonts/100dpi/timB12.pcf.gz /usr/share/fonts/75dpi/timB12.pcf.gz /usr/share/fonts/75dpi/timB18.pcf.gz to Adobe-Times-Bold.otb +Converted /usr/share/fonts/100dpi/timBI08.pcf.gz /usr/share/fonts/100dpi/timBI18.pcf.gz /usr/share/fonts/100dpi/timBI24.pcf.gz /usr/share/fonts/100dpi/timBI10.pcf.gz /usr/share/fonts/75dpi/timBI10.pcf.gz /usr/share/fonts/75dpi/timBI24.pcf.gz /usr/share/fonts/75dpi/timBI12.pcf.gz /usr/share/fonts/75dpi/timBI08.pcf.gz /usr/share/fonts/75dpi/timBI18.pcf.gz /usr/share/fonts/100dpi/timBI12.pcf.gz /usr/share/fonts/75dpi/timBI14.pcf.gz /usr/share/fonts/100dpi/timBI14.pcf.gz to Adobe-Times-Bold-Italic.otb +Converted /usr/share/fonts/75dpi/symb12.pcf.gz /usr/share/fonts/100dpi/symb24.pcf.gz /usr/share/fonts/100dpi/symb18.pcf.gz /usr/share/fonts/75dpi/symb08.pcf.gz /usr/share/fonts/75dpi/symb14.pcf.gz /usr/share/fonts/100dpi/symb12.pcf.gz /usr/share/fonts/100dpi/symb08.pcf.gz /usr/share/fonts/100dpi/symb14.pcf.gz /usr/share/fonts/75dpi/symb18.pcf.gz /usr/share/fonts/100dpi/symb10.pcf.gz /usr/share/fonts/75dpi/symb24.pcf.gz /usr/share/fonts/75dpi/symb10.pcf.gz to Adobe-Symbol-Regular.otb +Converted /usr/share/fonts/75dpi/ncenB18.pcf.gz /usr/share/fonts/100dpi/ncenB08.pcf.gz /usr/share/fonts/100dpi/ncenB24.pcf.gz /usr/share/fonts/75dpi/ncenB12.pcf.gz /usr/share/fonts/100dpi/ncenB14.pcf.gz /usr/share/fonts/75dpi/ncenB24.pcf.gz /usr/share/fonts/100dpi/ncenB18.pcf.gz /usr/share/fonts/100dpi/ncenB10.pcf.gz /usr/share/fonts/75dpi/ncenB10.pcf.gz /usr/share/fonts/75dpi/ncenB08.pcf.gz /usr/share/fonts/75dpi/ncenB14.pcf.gz /usr/share/fonts/100dpi/ncenB12.pcf.gz to Adobe-New-Century-Schoolbook-Bold.otb +Converted /usr/share/fonts/100dpi/helvB12.pcf.gz /usr/share/fonts/75dpi/helvB10.pcf.gz /usr/share/fonts/75dpi/helvB08.pcf.gz /usr/share/fonts/100dpi/helvB18.pcf.gz /usr/share/fonts/75dpi/helvB18.pcf.gz /usr/share/fonts/100dpi/helvB14.pcf.gz /usr/share/fonts/75dpi/helvB12.pcf.gz /usr/share/fonts/100dpi/helvB24.pcf.gz /usr/share/fonts/75dpi/helvB14.pcf.gz /usr/share/fonts/75dpi/helvB24.pcf.gz /usr/share/fonts/100dpi/helvB08.pcf.gz /usr/share/fonts/100dpi/helvB10.pcf.gz to Adobe-Helvetica-Bold.otb +Converted /usr/share/fonts/100dpi/helvBO10.pcf.gz /usr/share/fonts/100dpi/helvBO24.pcf.gz /usr/share/fonts/100dpi/helvBO08.pcf.gz /usr/share/fonts/75dpi/helvBO12.pcf.gz /usr/share/fonts/75dpi/helvBO24.pcf.gz /usr/share/fonts/75dpi/helvBO14.pcf.gz /usr/share/fonts/100dpi/helvBO14.pcf.gz /usr/share/fonts/100dpi/helvBO18.pcf.gz /usr/share/fonts/75dpi/helvBO08.pcf.gz /usr/share/fonts/75dpi/helvBO18.pcf.gz /usr/share/fonts/75dpi/helvBO10.pcf.gz /usr/share/fonts/100dpi/helvBO12.pcf.gz to Adobe-Helvetica-Bold-Oblique.otb +Converted /usr/share/fonts/100dpi/UTRG__10.pcf.gz /usr/share/fonts/100dpi/UTRG__24.pcf.gz /usr/share/fonts/75dpi/UTRG__18.pcf.gz /usr/share/fonts/75dpi/UTRG__12.pcf.gz /usr/share/fonts/100dpi/UTRG__12.pcf.gz /usr/share/fonts/75dpi/UTRG__24.pcf.gz /usr/share/fonts/100dpi/UTRG__18.pcf.gz /usr/share/fonts/75dpi/UTRG__14.pcf.gz /usr/share/fonts/100dpi/UTRG__14.pcf.gz /usr/share/fonts/75dpi/UTRG__10.pcf.gz to Adobe-Utopia-Regular.otb +Converted /usr/share/fonts/misc/jiskan16.pcf.gz /usr/share/fonts/misc/jiskan24.pcf.gz to JIS-Fixed-Wide-Regular.otb +Converted /usr/share/fonts/misc/hanglg16.pcf.gz to Daewoo-Gothic-Wide-Regular.otb +Converted /usr/share/fonts/100dpi/helvO12.pcf.gz /usr/share/fonts/100dpi/helvO24.pcf.gz /usr/share/fonts/75dpi/helvO10.pcf.gz /usr/share/fonts/75dpi/helvO14.pcf.gz /usr/share/fonts/100dpi/helvO10.pcf.gz /usr/share/fonts/100dpi/helvO08.pcf.gz /usr/share/fonts/75dpi/helvO12.pcf.gz /usr/share/fonts/100dpi/helvO14.pcf.gz /usr/share/fonts/75dpi/helvO24.pcf.gz /usr/share/fonts/75dpi/helvO08.pcf.gz /usr/share/fonts/100dpi/helvO18.pcf.gz /usr/share/fonts/75dpi/helvO18.pcf.gz to Adobe-Helvetica-Oblique.otb +Converted /usr/share/fonts/100dpi/lutRS18.pcf.gz /usr/share/fonts/75dpi/lutRS18.pcf.gz /usr/share/fonts/100dpi/lutRS14.pcf.gz /usr/share/fonts/75dpi/lutRS19.pcf.gz /usr/share/fonts/100dpi/lutRS19.pcf.gz /usr/share/fonts/100dpi/lutRS08.pcf.gz /usr/share/fonts/75dpi/lutRS12.pcf.gz /usr/share/fonts/100dpi/lutRS10.pcf.gz /usr/share/fonts/100dpi/lutRS12.pcf.gz /usr/share/fonts/100dpi/lutRS24.pcf.gz /usr/share/fonts/75dpi/lutRS10.pcf.gz /usr/share/fonts/75dpi/lutRS24.pcf.gz /usr/share/fonts/75dpi/lutRS14.pcf.gz /usr/share/fonts/75dpi/lutRS08.pcf.gz to B&H-LucidaTypewriter-Sans.otb +Converted /usr/share/fonts/100dpi/timI14.pcf.gz /usr/share/fonts/100dpi/timI08.pcf.gz /usr/share/fonts/75dpi/timI12.pcf.gz /usr/share/fonts/75dpi/timI08.pcf.gz /usr/share/fonts/100dpi/timI18.pcf.gz /usr/share/fonts/100dpi/timI12.pcf.gz /usr/share/fonts/100dpi/timI24.pcf.gz /usr/share/fonts/75dpi/timI10.pcf.gz /usr/share/fonts/100dpi/timI10.pcf.gz /usr/share/fonts/75dpi/timI24.pcf.gz /usr/share/fonts/75dpi/timI18.pcf.gz /usr/share/fonts/75dpi/timI14.pcf.gz to Adobe-Times-Italic.otb +Converted /usr/share/fonts/75dpi/lubBI10.pcf.gz /usr/share/fonts/75dpi/lubI08.pcf.gz /usr/share/fonts/100dpi/lubBI08.pcf.gz /usr/share/fonts/75dpi/lubI12.pcf.gz /usr/share/fonts/100dpi/lubBI18.pcf.gz /usr/share/fonts/100dpi/lubBI14.pcf.gz /usr/share/fonts/100dpi/lubBI19.pcf.gz /usr/share/fonts/75dpi/lubI24.pcf.gz /usr/share/fonts/100dpi/lubI18.pcf.gz /usr/share/fonts/75dpi/lubBI14.pcf.gz /usr/share/fonts/100dpi/lubBI24.pcf.gz /usr/share/fonts/75dpi/lubBI18.pcf.gz /usr/share/fonts/100dpi/lubBI10.pcf.gz /usr/share/fonts/75dpi/lubBI24.pcf.gz /usr/share/fonts/100dpi/lubI14.pcf.gz /usr/share/fonts/75dpi/lubI18.pcf.gz /usr/share/fonts/100dpi/lubI10.pcf.gz /usr/share/fonts/100dpi/lubI08.pcf.gz /usr/share/fonts/100dpi/lubBI12.pcf.gz /usr/share/fonts/75dpi/lubI19.pcf.gz /usr/share/fonts/100dpi/lubI19.pcf.gz /usr/share/fonts/75dpi/lubBI08.pcf.gz /usr/share/fonts/75dpi/lubBI19.pcf.gz /usr/share/fonts/75dpi/lubI10.pcf.gz /usr/share/fonts/75dpi/lubI14.pcf.gz /usr/share/fonts/100dpi/lubI12.pcf.gz /usr/share/fonts/75dpi/lubBI12.pcf.gz /usr/share/fonts/100dpi/lubI24.pcf.gz to B&H-LucidaBright-Italic.otb +Converted /usr/share/fonts/100dpi/UTBI__24.pcf.gz /usr/share/fonts/100dpi/UTBI__10.pcf.gz /usr/share/fonts/100dpi/UTBI__14.pcf.gz /usr/share/fonts/75dpi/UTBI__18.pcf.gz /usr/share/fonts/100dpi/UTBI__12.pcf.gz /usr/share/fonts/100dpi/UTBI__18.pcf.gz /usr/share/fonts/75dpi/UTBI__12.pcf.gz /usr/share/fonts/75dpi/UTBI__24.pcf.gz /usr/share/fonts/75dpi/UTBI__14.pcf.gz /usr/share/fonts/75dpi/UTBI__10.pcf.gz to Adobe-Utopia-Bold-Italic.otb +Converted /usr/share/fonts/100dpi/timR18.pcf.gz /usr/share/fonts/100dpi/timR24.pcf.gz /usr/share/fonts/75dpi/timR14.pcf.gz /usr/share/fonts/100dpi/timR12.pcf.gz /usr/share/fonts/75dpi/timR10.pcf.gz /usr/share/fonts/75dpi/timR18.pcf.gz /usr/share/fonts/100dpi/timR10.pcf.gz /usr/share/fonts/75dpi/timR12.pcf.gz /usr/share/fonts/75dpi/timR08.pcf.gz /usr/share/fonts/100dpi/timR08.pcf.gz /usr/share/fonts/100dpi/timR14.pcf.gz /usr/share/fonts/75dpi/timR24.pcf.gz to Adobe-Times-Regular.otb +Converted /usr/share/fonts/100dpi/luBIS10.pcf.gz /usr/share/fonts/100dpi/luBIS24.pcf.gz /usr/share/fonts/100dpi/luBIS08.pcf.gz /usr/share/fonts/100dpi/luBIS12.pcf.gz /usr/share/fonts/75dpi/luBIS10.pcf.gz /usr/share/fonts/75dpi/luBIS14.pcf.gz /usr/share/fonts/75dpi/luBIS19.pcf.gz /usr/share/fonts/100dpi/luBIS14.pcf.gz /usr/share/fonts/75dpi/luBIS12.pcf.gz /usr/share/fonts/100dpi/luBIS18.pcf.gz /usr/share/fonts/100dpi/luBIS19.pcf.gz /usr/share/fonts/75dpi/luBIS08.pcf.gz /usr/share/fonts/75dpi/luBIS24.pcf.gz /usr/share/fonts/75dpi/luBIS18.pcf.gz to B&H-Lucida-Sans-Bold-Italic.otb +Converted /usr/share/fonts/75dpi/UTI___24.pcf.gz /usr/share/fonts/100dpi/UTI___12.pcf.gz /usr/share/fonts/100dpi/UTI___24.pcf.gz /usr/share/fonts/75dpi/UTI___12.pcf.gz /usr/share/fonts/75dpi/UTI___18.pcf.gz /usr/share/fonts/100dpi/UTI___14.pcf.gz /usr/share/fonts/75dpi/UTI___10.pcf.gz /usr/share/fonts/100dpi/UTI___18.pcf.gz /usr/share/fonts/100dpi/UTI___10.pcf.gz /usr/share/fonts/75dpi/UTI___14.pcf.gz to Adobe-Utopia-Italic.otb +Converted /usr/share/fonts/100dpi/luRS19.pcf.gz /usr/share/fonts/100dpi/luRS12.pcf.gz /usr/share/fonts/100dpi/luRS10.pcf.gz /usr/share/fonts/75dpi/luRS19.pcf.gz /usr/share/fonts/100dpi/luRS18.pcf.gz /usr/share/fonts/75dpi/luRS12.pcf.gz /usr/share/fonts/75dpi/luRS18.pcf.gz /usr/share/fonts/100dpi/luRS24.pcf.gz /usr/share/fonts/100dpi/luRS08.pcf.gz /usr/share/fonts/75dpi/luRS24.pcf.gz /usr/share/fonts/100dpi/luRS14.pcf.gz /usr/share/fonts/75dpi/luRS14.pcf.gz /usr/share/fonts/75dpi/luRS08.pcf.gz /usr/share/fonts/75dpi/luRS10.pcf.gz to B&H-Lucida-Sans.otb +Converted /usr/share/fonts/75dpi/courBO24.pcf.gz /usr/share/fonts/100dpi/courBO12.pcf.gz /usr/share/fonts/75dpi/courBO18.pcf.gz /usr/share/fonts/100dpi/courBO08.pcf.gz /usr/share/fonts/75dpi/courBO12.pcf.gz /usr/share/fonts/100dpi/courBO10.pcf.gz /usr/share/fonts/100dpi/courBO14.pcf.gz /usr/share/fonts/100dpi/courBO18.pcf.gz /usr/share/fonts/100dpi/courBO24.pcf.gz /usr/share/fonts/75dpi/courBO10.pcf.gz /usr/share/fonts/75dpi/courBO14.pcf.gz /usr/share/fonts/75dpi/courBO08.pcf.gz to Adobe-Courier-Bold-Oblique.otb +Converted /usr/share/fonts/75dpi/ncenBI08.pcf.gz /usr/share/fonts/75dpi/ncenBI10.pcf.gz /usr/share/fonts/75dpi/ncenBI14.pcf.gz /usr/share/fonts/75dpi/ncenBI12.pcf.gz /usr/share/fonts/100dpi/ncenBI24.pcf.gz /usr/share/fonts/75dpi/ncenBI24.pcf.gz /usr/share/fonts/100dpi/ncenBI14.pcf.gz /usr/share/fonts/100dpi/ncenBI12.pcf.gz /usr/share/fonts/100dpi/ncenBI18.pcf.gz /usr/share/fonts/100dpi/ncenBI10.pcf.gz /usr/share/fonts/100dpi/ncenBI08.pcf.gz /usr/share/fonts/75dpi/ncenBI18.pcf.gz to Adobe-New-Century-Schoolbook-Bold-Italic.otb +Converted /usr/share/fonts/100dpi/luIS18.pcf.gz /usr/share/fonts/100dpi/luIS14.pcf.gz /usr/share/fonts/75dpi/luIS10.pcf.gz /usr/share/fonts/75dpi/luIS12.pcf.gz /usr/share/fonts/75dpi/luIS18.pcf.gz /usr/share/fonts/100dpi/luIS08.pcf.gz /usr/share/fonts/100dpi/luIS24.pcf.gz /usr/share/fonts/75dpi/luIS08.pcf.gz /usr/share/fonts/100dpi/luIS19.pcf.gz /usr/share/fonts/100dpi/luIS12.pcf.gz /usr/share/fonts/75dpi/luIS24.pcf.gz /usr/share/fonts/75dpi/luIS19.pcf.gz /usr/share/fonts/100dpi/luIS10.pcf.gz /usr/share/fonts/75dpi/luIS14.pcf.gz to B&H-Lucida-Sans-Italic.otb +Converted /usr/share/fonts/75dpi/ncenI10.pcf.gz /usr/share/fonts/100dpi/ncenI18.pcf.gz /usr/share/fonts/100dpi/ncenI10.pcf.gz /usr/share/fonts/100dpi/ncenI24.pcf.gz /usr/share/fonts/75dpi/ncenI18.pcf.gz /usr/share/fonts/100dpi/ncenI14.pcf.gz /usr/share/fonts/75dpi/ncenI24.pcf.gz /usr/share/fonts/75dpi/ncenI08.pcf.gz /usr/share/fonts/75dpi/ncenI14.pcf.gz /usr/share/fonts/100dpi/ncenI08.pcf.gz /usr/share/fonts/100dpi/ncenI12.pcf.gz /usr/share/fonts/75dpi/ncenI12.pcf.gz to Adobe-New-Century-Schoolbook-Italic.otb +Converted /usr/share/fonts/100dpi/courR18.pcf.gz /usr/share/fonts/100dpi/courR12.pcf.gz /usr/share/fonts/75dpi/courR14.pcf.gz /usr/share/fonts/75dpi/courR24.pcf.gz /usr/share/fonts/100dpi/courR24.pcf.gz /usr/share/fonts/75dpi/courR12.pcf.gz /usr/share/fonts/75dpi/courR18.pcf.gz /usr/share/fonts/75dpi/courR08.pcf.gz /usr/share/fonts/75dpi/courR10.pcf.gz /usr/share/fonts/100dpi/courR14.pcf.gz /usr/share/fonts/100dpi/courR10.pcf.gz /usr/share/fonts/100dpi/courR08.pcf.gz to Adobe-Courier-Regular.otb +Converted /usr/share/fonts/misc/gb16fs.pcf.gz to ISAS-Fangsong-ti-Wide-Regular.otb +Converted /usr/share/fonts/75dpi/UTB___18.pcf.gz /usr/share/fonts/100dpi/UTB___18.pcf.gz /usr/share/fonts/75dpi/UTB___12.pcf.gz /usr/share/fonts/100dpi/UTB___12.pcf.gz /usr/share/fonts/100dpi/UTB___10.pcf.gz /usr/share/fonts/100dpi/UTB___24.pcf.gz /usr/share/fonts/75dpi/UTB___14.pcf.gz /usr/share/fonts/100dpi/UTB___14.pcf.gz /usr/share/fonts/75dpi/UTB___24.pcf.gz /usr/share/fonts/75dpi/UTB___10.pcf.gz to Adobe-Utopia-Bold.otb +Converted /usr/share/fonts/misc/gb16st.pcf.gz /usr/share/fonts/misc/gb24st.pcf.gz to ISAS-Song-ti-Wide-Regular.otb +Converted /usr/share/fonts/misc/hanglm24.pcf.gz /usr/share/fonts/misc/hanglm16.pcf.gz to Daewoo-Mincho-Wide-Regular.otb +Converted /usr/share/fonts/75dpi/lubI10.pcf.gz /usr/share/fonts/100dpi/lubI19.pcf.gz /usr/share/fonts/100dpi/lubI10.pcf.gz /usr/share/fonts/100dpi/lubI24.pcf.gz /usr/share/fonts/75dpi/lubI14.pcf.gz /usr/share/fonts/75dpi/lubI24.pcf.gz /usr/share/fonts/100dpi/lubI08.pcf.gz /usr/share/fonts/100dpi/lubI12.pcf.gz /usr/share/fonts/75dpi/lubI12.pcf.gz /usr/share/fonts/75dpi/lubI08.pcf.gz /usr/share/fonts/75dpi/lubI19.pcf.gz /usr/share/fonts/100dpi/lubI14.pcf.gz /usr/share/fonts/75dpi/lubI18.pcf.gz /usr/share/fonts/100dpi/lubI18.pcf.gz to B&H-LucidaBright-Italic.otb +Converted /usr/share/fonts/75dpi/lubBI12.pcf.gz /usr/share/fonts/75dpi/lubBI24.pcf.gz /usr/share/fonts/100dpi/lubBI08.pcf.gz /usr/share/fonts/75dpi/lubBI08.pcf.gz /usr/share/fonts/100dpi/lubBI10.pcf.gz /usr/share/fonts/100dpi/lubBI18.pcf.gz /usr/share/fonts/75dpi/lubBI10.pcf.gz /usr/share/fonts/100dpi/lubBI14.pcf.gz /usr/share/fonts/75dpi/lubBI14.pcf.gz /usr/share/fonts/75dpi/lubBI19.pcf.gz /usr/share/fonts/100dpi/lubBI19.pcf.gz /usr/share/fonts/100dpi/lubBI12.pcf.gz /usr/share/fonts/75dpi/lubBI18.pcf.gz /usr/share/fonts/100dpi/lubBI24.pcf.gz to B&H-LucidaBright-Bold-Italic.otb +Converted /usr/share/fonts/misc/cu-alt12.pcf.gz to MUTT-ClearlyU-Alternate-Glyphs-Wide-Regular.otb +Converted /usr/share/fonts/misc/cu12.pcf.gz to MUTT-ClearlyU-Wide-Regular.otb +Converted /usr/share/fonts/misc/cu12.pcf.gz to MUTT-ClearlyU-Wide-Italic.otb +Converted /usr/share/fonts/misc/cu-pua12.pcf.gz to MUTT-ClearlyU-PUA-Regular.otb +Converted /usr/share/fonts/misc/arabic24.pcf.gz to Arabic-Newspaper-Regular.otb +Converted /usr/share/fonts/misc/cuarabic12.pcf.gz to MUTT-ClearlyU-Arabic-Extra-Regular.otb diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..84856c4 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + converted + diff --git a/convertfont.py b/convertfont.py new file mode 100644 index 0000000..7932d0a --- /dev/null +++ b/convertfont.py @@ -0,0 +1,57 @@ +#!/usr/bin/python3 + +# This script is licensed under the GPL-3.0-or-later license. + +# Automatically group the font files by family names and style names, +# and assume each bitmap font only contains one font face. +# This tool requires ftdump and fonttosfnt. + +# Some changes by Hans Ulrich Niedermann and Antonio Larrosa. + +import sys +import subprocess + +usage = ''' +convertfont.py [BITMAPFONTFILE]... +''' + +fontnames = dict() + +# get font family name and style name by ftdump +def getfullname(fontname): + output = subprocess.check_output( + 'ftdump ' + fontname, + shell = True) + + output = output.decode('utf8') + # only contain one font face + assert not 'Face number: 1' in output + result = {} + for row in output.split('\n'): + if ':' in row: + key, value = row.split(': ') + result[key.strip()] = value.strip() + + familyname, stylename = result['family'], result['style'] + return familyname + ' ' + stylename + + +def generate_fonts(): + for fullname, filenames in fontnames.items(): + outputfilename = fullname.replace(' ', '-') + '.otb' + argv = 'fonttosfnt -b -c -g 2 -m 2 -o'.split(' ') + argv.append(outputfilename) + argv.extend(filenames) + print(' '.join(argv)) + print(subprocess.check_output(argv).decode('utf8')) + + +if __name__ == '__main__': + for bitmapfontname in sys.argv[1:]: + fullname = getfullname(bitmapfontname) + if fullname in fontnames: + fontnames[fullname].append(bitmapfontname) + else: + fontnames[fullname] = [bitmapfontname] + + generate_fonts() diff --git a/encodings-1.1.0.tar.xz b/encodings-1.1.0.tar.xz new file mode 100644 index 0000000..1ab4eff --- /dev/null +++ b/encodings-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff13c621756cfa12e95f32ba48a5b23839e8f577d0048beda66c67dab4de975 +size 298328 diff --git a/font-adobe-100dpi-1.0.4.tar.xz b/font-adobe-100dpi-1.0.4.tar.xz new file mode 100644 index 0000000..e754aa2 --- /dev/null +++ b/font-adobe-100dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67aff445e056328d53f9732d39884f55dd8d303fc25af3dbba33a8ba35a9ccf +size 886528 diff --git a/font-adobe-75dpi-1.0.4.tar.xz b/font-adobe-75dpi-1.0.4.tar.xz new file mode 100644 index 0000000..a87af3b --- /dev/null +++ b/font-adobe-75dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1281a62dbeded169e495cae1a5b487e1f336f2b4d971d92911c59c103999b911 +size 735140 diff --git a/font-adobe-utopia-100dpi-1.0.5.tar.xz b/font-adobe-utopia-100dpi-1.0.5.tar.xz new file mode 100644 index 0000000..b5e3bea --- /dev/null +++ b/font-adobe-utopia-100dpi-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb84ec297a906973548ca59b7c6daeaad21244bec5d3fb1e7c93df5ef43b024b +size 292184 diff --git a/font-adobe-utopia-75dpi-1.0.5.tar.xz b/font-adobe-utopia-75dpi-1.0.5.tar.xz new file mode 100644 index 0000000..d5f727f --- /dev/null +++ b/font-adobe-utopia-75dpi-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a726245932d0724fa0c538c992811d63d597e5f53928f4048e9caf5623797760 +size 247312 diff --git a/font-adobe-utopia-type1-1.0.5.tar.xz b/font-adobe-utopia-type1-1.0.5.tar.xz new file mode 100644 index 0000000..209f675 --- /dev/null +++ b/font-adobe-utopia-type1-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb280bc47693b07c5e00fd0e5ad5721aabebc0548c3f06774e5cc3cbcf75697 +size 264312 diff --git a/font-alias-1.0.5.tar.xz b/font-alias-1.0.5.tar.xz new file mode 100644 index 0000000..f055b25 --- /dev/null +++ b/font-alias-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f89e217bb73e0e3636a0a493fbf8b7c995156e0c53d9a0476d201b67c2d6b6e +size 96780 diff --git a/font-arabic-misc-1.0.4.tar.xz b/font-arabic-misc-1.0.4.tar.xz new file mode 100644 index 0000000..7ee9b70 --- /dev/null +++ b/font-arabic-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ffe61b52c78a1d2dca70ff20a9f2d84d69744639cab9a085c7a7ee17663467 +size 104644 diff --git a/font-bh-100dpi-1.0.4.tar.xz b/font-bh-100dpi-1.0.4.tar.xz new file mode 100644 index 0000000..00e3d6e --- /dev/null +++ b/font-bh-100dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8f5efe8491faabdd2744808d3d4eafdae5c83e617017c7fddd2716d049ab1e +size 569512 diff --git a/font-bh-75dpi-1.0.4.tar.xz b/font-bh-75dpi-1.0.4.tar.xz new file mode 100644 index 0000000..d09e29e --- /dev/null +++ b/font-bh-75dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6026d8c073563dd3cbb4878d0076eed970debabd21423b3b61dd90441b9e7cda +size 472540 diff --git a/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz b/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz new file mode 100644 index 0000000..60a786b --- /dev/null +++ b/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec09eda4094a29d47b91cf59c3eba229c8f7d1ca6bae2abbb3f925e33de8f2 +size 212808 diff --git a/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz b/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz new file mode 100644 index 0000000..83ce09c --- /dev/null +++ b/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864e2c39ac61f04f693fc2c8aaaed24b298c2cd40283cec12eee459c5635e8f5 +size 189952 diff --git a/font-bh-ttf-1.0.4.tar.xz b/font-bh-ttf-1.0.4.tar.xz new file mode 100644 index 0000000..27cc456 --- /dev/null +++ b/font-bh-ttf-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a5f90d00c48c2b06fd125ea8adbc8b8ee97429e3075081c8710926efec3a56 +size 372012 diff --git a/font-bh-type1-1.0.4.tar.xz b/font-bh-type1-1.0.4.tar.xz new file mode 100644 index 0000000..a44fd5e --- /dev/null +++ b/font-bh-type1-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19dec3ec06abde6bedd10094579e928be0f0fc3bdb4fbe93f4c69cce406d72a6 +size 633212 diff --git a/font-bitstream-100dpi-1.0.4.tar.xz b/font-bitstream-100dpi-1.0.4.tar.xz new file mode 100644 index 0000000..ede2169 --- /dev/null +++ b/font-bitstream-100dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1cc682efe4f7ebdf5fbd88961d8ca32b2729968728633dea20a1627690c1a7 +size 176520 diff --git a/font-bitstream-75dpi-1.0.4.tar.xz b/font-bitstream-75dpi-1.0.4.tar.xz new file mode 100644 index 0000000..d963ae6 --- /dev/null +++ b/font-bitstream-75dpi-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeb34d87424a9c2b0cf0e8590704c90cb5b42c6a3b6a0ef9e4676ef773bf826 +size 159708 diff --git a/font-bitstream-type1-1.0.4.tar.xz b/font-bitstream-type1-1.0.4.tar.xz new file mode 100644 index 0000000..ae2dd32 --- /dev/null +++ b/font-bitstream-type1-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2f238b4cd72db4228a0ba67829d76a2b7c039e22993d66a722ee385248c628 +size 393644 diff --git a/font-cronyx-cyrillic-1.0.4.tar.xz b/font-cronyx-cyrillic-1.0.4.tar.xz new file mode 100644 index 0000000..c9bdf7e --- /dev/null +++ b/font-cronyx-cyrillic-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0781ce0dcbffdbf6aae1a00173a13403f92b0de925bca5a9e117e4e2d6b789 +size 235908 diff --git a/font-cursor-misc-1.0.4.tar.xz b/font-cursor-misc-1.0.4.tar.xz new file mode 100644 index 0000000..5278917 --- /dev/null +++ b/font-cursor-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25d9c9595013cb8ca08420509993a6434c917e53ca1fec3f63acd45a19d4f982 +size 97384 diff --git a/font-daewoo-misc-1.0.4.tar.xz b/font-daewoo-misc-1.0.4.tar.xz new file mode 100644 index 0000000..8adc3e3 --- /dev/null +++ b/font-daewoo-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63c8b3dc8f30098cb868b7db2c2c0c8b5b3fd2cefd044035697a43d4c7a4f31 +size 493896 diff --git a/font-dec-misc-1.0.4.tar.xz b/font-dec-misc-1.0.4.tar.xz new file mode 100644 index 0000000..e206e78 --- /dev/null +++ b/font-dec-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d968201d8ff8bec0e51dccd781bb4d4ebf17e11004944279bdc0201e161af7 +size 95284 diff --git a/font-ibm-type1-1.0.4.tar.xz b/font-ibm-type1-1.0.4.tar.xz new file mode 100644 index 0000000..0f8af3c --- /dev/null +++ b/font-ibm-type1-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4395e95ba46d40c4ad1737e91cac20c0ab75411329b60db5d99fed92b60ce7f +size 378468 diff --git a/font-isas-misc-1.0.4.tar.xz b/font-isas-misc-1.0.4.tar.xz new file mode 100644 index 0000000..c5a5c9b --- /dev/null +++ b/font-isas-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e595bbe6da444b9f6fcaa26539abc7ba1989e23afa6cdc49e22e484cc438fc +size 712068 diff --git a/font-jis-misc-1.0.4.tar.xz b/font-jis-misc-1.0.4.tar.xz new file mode 100644 index 0000000..7efd845 --- /dev/null +++ b/font-jis-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d1eff6c471f7aa6802a26d62cccf51d8e5185586406d9b6e1ee691b0bffad0 +size 514704 diff --git a/font-micro-misc-1.0.4.tar.xz b/font-micro-misc-1.0.4.tar.xz new file mode 100644 index 0000000..c02e9c7 --- /dev/null +++ b/font-micro-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee0b9d6bd7ae849aff1bd82efab44a1b6b368fbb5e11d12ff7f015a3df6f943 +size 94544 diff --git a/font-misc-cyrillic-1.0.4.tar.xz b/font-misc-cyrillic-1.0.4.tar.xz new file mode 100644 index 0000000..4bfa5c6 --- /dev/null +++ b/font-misc-cyrillic-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76021a7f53064001914a57fd08efae57f76b68f0a24dca8ab1b245474ee8e993 +size 124252 diff --git a/font-misc-ethiopic-1.0.5.tar.xz b/font-misc-ethiopic-1.0.5.tar.xz new file mode 100644 index 0000000..eacc4ba --- /dev/null +++ b/font-misc-ethiopic-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4749a7e6e1a1eef6c91fcc9a04e8b1c0ed027d40c1599e5a6c93270d8469b612 +size 222624 diff --git a/font-misc-meltho-1.0.4.tar.xz b/font-misc-meltho-1.0.4.tar.xz new file mode 100644 index 0000000..8d39952 --- /dev/null +++ b/font-misc-meltho-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63be5ec17078898f263c24096a68b43ae5b06b88852e42549afa03d124d65219 +size 831660 diff --git a/font-misc-misc-1.1.3.tar.xz b/font-misc-misc-1.1.3.tar.xz new file mode 100644 index 0000000..3d8088e --- /dev/null +++ b/font-misc-misc-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79abe361f58bb21ade9f565898e486300ce1cc621d5285bec26e14b6a8618fed +size 1563776 diff --git a/font-mutt-misc-1.0.4.tar.xz b/font-mutt-misc-1.0.4.tar.xz new file mode 100644 index 0000000..67da0f4 --- /dev/null +++ b/font-mutt-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12359f4e12c23bcfcb448b918297e975fa91bef5293d88d3c25343cc768bb24 +size 220528 diff --git a/font-schumacher-misc-1.1.3.tar.xz b/font-schumacher-misc-1.1.3.tar.xz new file mode 100644 index 0000000..d903ceb --- /dev/null +++ b/font-schumacher-misc-1.1.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b849f0cdb1e55a34cc3dd8b0fb37443fabbc224d5ba44085569581244a68070 +size 128680 diff --git a/font-screen-cyrillic-1.0.5.tar.xz b/font-screen-cyrillic-1.0.5.tar.xz new file mode 100644 index 0000000..fe17d0a --- /dev/null +++ b/font-screen-cyrillic-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f758bb8cd580c7e655487d1d0db69d319acae54d932b295d96d9d9b83fde5c0 +size 98788 diff --git a/font-sony-misc-1.0.4.tar.xz b/font-sony-misc-1.0.4.tar.xz new file mode 100644 index 0000000..116440f --- /dev/null +++ b/font-sony-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b09f823fccb06e0bd0b2062283b6514153323bd8a7486e9c2e3f55ab84946b +size 102428 diff --git a/font-sun-misc-1.0.4.tar.xz b/font-sun-misc-1.0.4.tar.xz new file mode 100644 index 0000000..ef32f18 --- /dev/null +++ b/font-sun-misc-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd84dd116d927affa4fa0fa29727b3ecfc0f064238817c0a1e552a0ac384db9f +size 109832 diff --git a/font-winitzki-cyrillic-1.0.4.tar.xz b/font-winitzki-cyrillic-1.0.4.tar.xz new file mode 100644 index 0000000..d33d93a --- /dev/null +++ b/font-winitzki-cyrillic-1.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6d82122dc14776e3afcd877833a7834e1f900c53fc1c7bb2d67c781cfa97a8 +size 96564 diff --git a/font-xfree86-type1-1.0.5.tar.xz b/font-xfree86-type1-1.0.5.tar.xz new file mode 100644 index 0000000..2f055fc --- /dev/null +++ b/font-xfree86-type1-1.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93c2c788a5ea1c002af7c8662cf9d9821fb1df51b8d2b2c5e0026dfdfea4837 +size 120500 diff --git a/xorg-x11-fonts.changes b/xorg-x11-fonts.changes new file mode 100644 index 0000000..ce637ce --- /dev/null +++ b/xorg-x11-fonts.changes @@ -0,0 +1,530 @@ +------------------------------------------------------------------- +Thu Feb 27 21:45:25 UTC 2025 - Jan Engelhardt + +- Trim old specfile constructs +- Ensure build recipe is POSIX sh compatible + +------------------------------------------------------------------- +Sun Mar 3 03:25:43 UTC 2024 - Stefan Dirsch + +- encodings-1.1.0 + * Add a meson build system + * Add the ISO8859-14 encoding + +------------------------------------------------------------------- +Tue Feb 28 18:19:38 UTC 2023 - Stefan Dirsch + +- encodings-1.0.7 + font-adobe-75dpi-1.0.4 + font-adobe-utopia-100dpi-1.0.5 + font-adobe-utopia-75dpi-1.0.5 + font-adobe-utopia-type1-1.0.5 + font-alias-1.0.5 + font-arabic-misc-1.0.4 + font-bh-100dpi-1.0.4 + font-bh-75dpi-1.0.4 + font-bh-lucidatypewriter-100dpi-1.0.4 + font-bh-lucidatypewriter-75dpi-1.0.4 + font-bh-ttf-1.0.4 + font-bh-type1-1.0.4 + font-bitstream-100dpi-1.0.4 + font-bitstream-75dpi-1.0.4 + font-bitstream-type1-1.0.4 + font-cronyx-cyrillic-1.0.4 + font-cursor-misc-1.0.4 + font-daewoo-misc-1.0.4 + font-dec-misc-1.0.4 + font-ibm-type1-1.0.4 + font-isas-misc-1.0.4 + font-jis-misc-1.0.4 + font-micro-misc-1.0.4 + font-misc-cyrillic-1.0.4 + font-misc-ethiopic-1.0.5 + font-misc-meltho-1.0.4 + font-misc-misc-1.1.3 + font-mutt-misc-1.0.4 + font-schumacher-misc-1.1.3 + font-screen-cyrillic-1.0.5 + font-sony-misc-1.0.4 + font-sun-misc-1.0.4 + font-winitzki-cyrillic-1.0.4 + font-xfree86-type1-1.0.5 + * These releases bundle up the last twelve years worth of build + system improvements, including making the configure script + more efficient and using the -n flag to gzip to improve build + reproducibility. + +------------------------------------------------------------------- +Mon Feb 27 20:51:32 UTC 2023 - Stefan Dirsch + +- font-adobe-100dpi 1.0.4 + * This release bundles up the last twelve years worth of build + system improvements, including making the configure script + more efficient and using the -n flag to gzip to improve build + reproducibility. + +------------------------------------------------------------------- +Wed Dec 7 09:20:52 UTC 2022 - Dominique Leuenberger + +- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and + remove stuff it extraced, which would lead to 'rm -rf .', which + rm does not like. Use "%setup -c" instead, which creates the + appropriate %{name}-%{version} directory expected. + +------------------------------------------------------------------- +Tue Jul 12 22:29:12 UTC 2022 - Stefan Dirsch + +- encodings 1.0.6 + gitlab CI: add a basic build test + Build xz tarballs instead of bzip2 + adjust descriptions for the Unicode mapping to match the Unicode.org data file. + add mapping for 0x80-0x9f, as per Unicode.org data files. + use descriptions from UnicodeData.txt except for two obsolete or incorrect maps + correct a typo (in original), and use appropriate description + use Armenian eternity symbol from Unicode 6. + whitespace-only changes for consistency, using luit's annotate-enc script + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, with annotate-enc + add descriptions from UnicodeData.txt, with annotate-enc + whitespace-only, reformat with annotate-enc + +------------------------------------------------------------------- +Tue Aug 3 13:43:12 UTC 2021 - Antonio Larrosa + +- Convert the helv*.otb and cour*.otb files in a different way, + generating all available font sizes as fonts files named + *-75-dpi-converted and *-100dpi-converted and having the same + font name for 75 and 100 dpi converted fonts (fixes boo#1174895). +- As part of the above fix, don't remove the "Regular" suffix from + the full name of fonts in convertfont.py + +------------------------------------------------------------------- +Sun Aug 23 18:16:59 UTC 2020 - Stefan Dirsch + +- font-alias 1.0.4 and font-misc-ethiopic 1.0.4 + * These minor maintenance releases roll up the past decade's + worth of fixes & cleanups. + +------------------------------------------------------------------- +Mon Jun 29 13:57:51 UTC 2020 - Antonio Larrosa + +- Use ttf-converter 1.0.6 to build an Italic version of + cu12.pcf.gz in the converted subpackage +- Include the subfamily in the filename of converted fonts +- Use ttf-converter's new bitmap font support to convert + Schumacher Clean and Schumacher Clean Wide since it generates + a font file that we can actually use (boo#1169444 #c41) +- Stop using convertfont.py and just use ttf-converter for all fonts +- Replace a couple of unicode values in cu-pua12.pcf.gz to fix them + (others probably also need fixing). +- Shift some unicode values in arabic24.pcf.gz and cuarabic12.pcf.gz + to correct them so glyphs don't pretend to be latin characters + when they're not. +- Stop distributing Bitstream-Charter-*.otb, Cursor.ttf, + Sun-OPEN-LOOK-*.otb, MUTT-ClearlyU-Devangari-Extra-Regular, + MUTT-ClearlyU-Ligature-Wide-Regular and + MUTT-ClearlyU-Devanagari-Regular as converted fonts since they + have most probably wrong unicode values in their glyphs. + +------------------------------------------------------------------- +Tue Jun 9 15:19:43 UTC 2020 - Antonio Larrosa + +- Add Recommends: xorg-x11-fonts-converted and xorg-x11-fonts-legacy + so the packages get installed automatically (and users can remove + any of them or both) + +------------------------------------------------------------------- +Mon Jun 8 14:48:41 UTC 2020 - Antonio Larrosa + +- Add a legacy subpackage that provides the bitmap and Type1 fonts + under /usr/share/fonts/(75dpi|100dpi|Type1) so the user can + choose if installing the original fonts (the legacy subpackage), + the fonts converted to TrueType format (the converted subpackage) + or both. +- Add some pcf fonts too from /usr/share/fonts/misc to the legacy + subpackage and make them available as TrueType in the converted + package (boo#1169444) + +------------------------------------------------------------------- +Mon May 4 08:29:42 UTC 2020 - Antonio Larrosa + +- Differentiate also Requires, BuildRequires, Obsoletes and more + statements between the two flavors. + +------------------------------------------------------------------- +Thu Apr 30 12:34:54 UTC 2020 - Antonio Larrosa + +- Use multibuild to add a converted flavor subpackage that has + Type1 and bitmap fonts converted to truetype/opentype format + (boo#1169444) + +------------------------------------------------------------------- +Tue Jun 18 03:52:50 UTC 2019 - Stefan Dirsch + +- encodings 1.0.5 + * jisx0201.1976-0.enc: Add undefined mapping for 0x7f - 0xa0 range + * cns11643-x encodings don't need to alias to themselves + +------------------------------------------------------------------- +Fri Mar 22 13:19:46 UTC 2019 - Stefan Dirsch + +- no longer buildrequire mkfontdir package since mkfontdir program + is now included by mkfontscale package + +------------------------------------------------------------------- +Thu Sep 27 19:21:52 UTC 2018 - sndirsch@suse.com + +- make font Provides noarch; it was wrong from the beginning + (boo#1110020 + +------------------------------------------------------------------- +Mon Mar 12 22:08:13 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Cleanup packaging, see boo#1085143 for details: + * Remove special handling for openSUSE 12.2 and earlier. + * Mark fonts.{dir,scale} and encodings.dir as %ghost files instead + of %config. These files are created by the %posttrans scriptlets + so no need to ship these, also avoids creation of .rpmsave files. + Also track these files consistently for all subdirs. + * add .fonts-config-timestamp as %ghost, ignore if it is missing. + * remove encodings.dir from encodings directories. + +------------------------------------------------------------------- +Fri Mar 9 15:05:41 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Drop font-bitstream-speedo-1.0.2.tar.bz2, Speedo font format is + deprecated since X11R7.0 (released 2005-12-21). Courier 10 Pitch + and Charter are still available as Type 1, see boo#1084661. + +------------------------------------------------------------------- +Sat Jun 3 16:06:58 UTC 2017 - bwiedemann@suse.com + +- use wrapper script during build to call gzip -n + to not add timestamps to .gz files to have fully reproducible builds + +------------------------------------------------------------------- +Wed Jun 11 14:49:02 UTC 2014 - sndirsch@suse.com + +- mark .dir/.scale files as '%verify(not md5 size mtime)'; + triggered by Machinery's output + +------------------------------------------------------------------- +Fri Apr 5 08:43:36 UTC 2013 - idonmez@suse.com + +- Add Source URL, see https://en.opensuse.org/SourceUrls + +------------------------------------------------------------------- +Wed Aug 8 09:30:02 UTC 2012 - sndirsch@suse.com + +- fixed build for openSUSE <= 12.1 + +------------------------------------------------------------------- +Mon Aug 6 10:31:44 UTC 2012 - pgajdos@suse.com + +- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536) + +------------------------------------------------------------------- +Tue Jun 26 10:07:07 UTC 2012 - sndirsch@suse.com + +- use proper Buildrequires + * xorg-x11 --> mkfontscale,mkfontdir,bdftopcf + * xorg-x11-fonts-devel --> font-util + +------------------------------------------------------------------- +Wed Sep 21 09:31:49 UTC 2011 - coolo@suse.com + +- simplify buildrequires + +------------------------------------------------------------------- +Tue May 24 22:19:00 UTC 2011 - eich@suse.de + +- Removed encodings.diff. + This patch was there to make the japanese encoding + jisx0201.1976-0 ASCII-like. The correnct encoding had + two ASCII code points replaced by the Yen sign and + the overstrike character. This patch seems to have + served as a workaround for an already quite ugly + workaround. + We drop it now. + +------------------------------------------------------------------- +Thu May 19 16:01:03 UTC 2011 - eich@novell.com + +- Remove patch font-misc-cyrillic.diff + Instead specify the fonts to be built and installed explicitely + on the command line with "FONT_FILES=". + +------------------------------------------------------------------- +Thu May 19 13:59:02 UTC 2011 - eich@suse.de + +- Remove patch font-misc-ethiopic.diff + To install only OTF fonts set --with-ttf-fontdir= to an + empty string. + +------------------------------------------------------------------- +Tue Dec 21 02:41:21 UTC 2010 - sndirsch@novell.com + +- bumped version number to 7.6 + +------------------------------------------------------------------- +Tue Nov 16 00:55:52 UTC 2010 - sndirsch@novell.com + +- font-arabic-misc-1.0.3, + font-bh-100dpi-1.0.3, + font-bh-75dpi-1.0.3, + font-bh-lucidatypewriter-100dpi-1.0.3, + font-bh-lucidatypewriter-75dpi-1.0.3, + font-bh-type1-1.0.3, + font-bitstream-100dpi-1.0.3, + font-bitstream-75dpi-1.0.3, + font-bitstream-speedo-1.0.2, + font-bitstream-type1-1.0.3, + font-cronyx-cyrillic-1.0.3, + font-cursor-misc-1.0.3, + font-daewoo-misc-1.0.3, + font-dec-misc-1.0.3, + font-ibm-type1-1.0.3, + font-isas-misc-1.0.3, + font-jis-misc-1.0.3, + font-micro-misc-1.0.3, + font-misc-cyrillic-1.0.3, + font-misc-ethiopic-1.0.3, + font-misc-meltho-1.0.3, + font-misc-misc-1.1.2, + font-mutt-misc-1.0.3, + font-schumacher-misc-1.1.2, + font-screen-cyrillic-1.0.4, + font-sony-misc-1.0.3, + font-sun-misc-1.0.3, + font-winitzki-cyrillic-1.0.3, + font-xfree86-type1-1.0.4 + * CVS tags purges by Jesse Adkins + * font-util macro bump to 1.2 by Gaétan Nadon + +------------------------------------------------------------------- +Mon Nov 15 02:32:09 UTC 2010 - sndirsch@novell.com + +- font-adobe-100dpi-1.0.3, + font-adobe-75dpi-1.0.3, + font-adobe-utopia-100dpi-1.0.4, + font-adobe-utopia-75dpi-1.0.4, + font-adobe-utopia-type1-1.0.4 + * CVS tags purges by Jesse Adkins + * font-util macro bump to 1.2 by Gaétan Nadon + +------------------------------------------------------------------- +Thu Nov 11 09:12:51 UTC 2010 - sndirsch@novell.com + +- font-bh-ttf 1.0.3 + * This bug-fix release fixes the installation path of the + fontconfig 42-luxi-mono.conf files introduced in 1.0.2, plus + adds support for finding the correct fontconfig path from the + fontconfig.pc file variables added recently in fontconfig git. + +------------------------------------------------------------------- +Sat Oct 30 15:59:15 UTC 2010 - sndirsch@novell.com + +- encodings 1.0.4 + * This minor maintenance release is built with the latest X.Org + autotools macros and provides the usual recent collection of + build configuration improvements and janitorial cleanups. + +------------------------------------------------------------------- +Tue Oct 5 17:11:15 UTC 2010 - sndirsch@novell.com + +- all font modules (besides font-bitstream-speedo) updated to use + the new font-utils 1.1.2 +- font-bh-ttf 1.0.2: + * Install a fontconfig snippet to force treating Luxi Mono fonts + as monospaced +- font-mutt-misc 1.0.2: + * ClearlyU: fix off-by-one error in U+FFE1 through U+FFE6 range + (full-width currency characters) +- font-sun-misc 1.0.2: + * Update Sun license notices to current X.Org standard form + and Oracle as copyright holder + +------------------------------------------------------------------- +Sun Sep 5 02:22:21 UTC 2010 - sndirsch@novell.com + +- font-bitstream-speedo 1.0.1 + +------------------------------------------------------------------- +Wed Apr 7 12:39:11 CEST 2010 - sndirsch@suse.de + +- unfuzzed font-misc-cyrillic.diff + +------------------------------------------------------------------- +Sun Apr 4 17:52:14 CEST 2010 - sndirsch@suse.de + +- encodings 1.0.3 +- font-adobe-100dpi 1.0.1 +- font-adobe-75dpi 1.0.1 +- font-adobe-utopia-100dpi 1.0.2 +- font-adobe-utopia-75dpi 1.0.2 +- font-adobe-utopia-type1 1.0.2 +- font-alias 1.0.2 +- font-arabic-misc 1.0.1 +- font-bh-100dpi 1.0.1 +- font-bh-75dpi 1.0.1 +- font-bh-lucidatypewriter-100dpi 1.0.1 +- font-bh-lucidatypewriter-75dpi 1.0.1 +- font-bh-ttf 1.0.1 +- font-bh-type1 1.0.1 +- font-bitstream-100dpi 1.0.1 +- font-bitstream-75dpi 1.0.1 +- font-bitstream-type1 1.0.1 +- font-cronyx-cyrillic 1.0.1 +- font-cursor-misc 1.0.1 +- font-daewoo-misc 1.0.1 +- font-dec-misc 1.0.1 +- font-ibm-type1 1.0.1 +- font-isas-misc 1.0.1 +- font-jis-misc 1.0.1 +- font-micro-misc 1.0.1 +- font-misc-cyrillic 1.0.1 +- font-misc-ethiopic 1.0.1 +- font-misc-meltho 1.0.1 +- font-misc-misc 1.1.0 +- font-mutt-misc 1.0.1 +- font-schumacher-misc 1.1.0 +- font-screen-cyrillic 1.0.2 +- font-sony-misc 1.0.1 +- font-sun-misc 1.0.1 +- font-winitzki-cyrillic 1.0.1 +- font-xfree86-type1 1.0.2 +- adjusted font-misc-ethiopic.diff +- bumped version number to 7.5 + +------------------------------------------------------------------- +Thu Dec 24 13:15:46 UTC 2009 - aj@suse.de + +- font-misc-cyrillic.diff + * removed also 6x13 duplicates (bnc #524236) + +------------------------------------------------------------------- +Wed Sep 30 11:30:23 CEST 2009 - sndirsch@suse.de + +- font-misc-cyrillic.diff + * removed also 5x8/6x9 duplicates (bnc #524236) + +------------------------------------------------------------------- +Mon Jul 27 22:54:54 CEST 2009 - sndirsch@suse.de + +- removed duplicate fonts (bnc #524236) + +------------------------------------------------------------------- +Thu Sep 11 14:20:23 CEST 2008 - sndirsch@suse.de + +- bumped release number to 7.4 + +------------------------------------------------------------------- +Wed Jul 2 18:25:02 CEST 2008 - sndirsch@suse.de + +- reverted previous change; back to Latin1 fonts for aliases + (bnc #405723) + +------------------------------------------------------------------- +Sat Apr 26 11:45:53 CEST 2008 - sndirsch@suse.de + +- fontaliases-unicode.diff + * use Unicode instead of Latin1 fonts for aliases (bnc #46285) + +------------------------------------------------------------------- +Fri Mar 7 20:47:22 CET 2008 - sndirsch@suse.de + +- font-xfree86-type1 1.0.1 + +------------------------------------------------------------------- +Thu Dec 13 17:00:35 CET 2007 - sndirsch@suse.de + +- mark fonts.dir/fonts.scale/encodings.dir as %config in filelist + +------------------------------------------------------------------- +Sat Sep 29 12:22:18 CEST 2007 - sndirsch@suse.de + +- bumped version to 7.3 + +------------------------------------------------------------------- +Tue Jul 24 17:53:42 CEST 2007 - sndirsch@suse.de + +- move most important fonts to xorg-x11-fonts-core (Bug #293793) + +------------------------------------------------------------------- +Mon Feb 12 14:20:54 CET 2007 - sndirsch@suse.de + +- font-misc-ethiopic.diff: + * don't install TTF fonts any longer; OTF fonts should be enough + +------------------------------------------------------------------- +Wed Nov 8 22:43:31 CET 2006 - sndirsch@suse.de + +- udpated font-screen-cyrillic to release 1.0.1 (X.Org 7.2 RC2) + * Add license from Andrey via Mikhail on xorg list. + +------------------------------------------------------------------- +Wed Nov 8 16:45:57 CET 2006 - sndirsch@suse.de + +- updated encodings to release 1.0.2 (X.Org 7.2 RC2) + * Limit UNDEFINE line to en encoding's declared SIZE (bug 1248). + Simplify some encodings to avoid stating the obvious. + Remove the ansi-1251 encoding, it's called microsoft-cp1251. + +------------------------------------------------------------------- +Sat Oct 21 11:16:19 CEST 2006 - sndirsch@suse.de + +- updated encodings to release 1.0.1 + * Added configure flags for --disable-gzip-small-encodings and + --disable-gzip-large-encodings for those who can afford a + little extra disk space usage and prefer the performance of + non-compressed reads. + * Also added COPYING file with generic XFree86 copyright/license + and converted ChangeLog to generate from git log. + +------------------------------------------------------------------- +Mon Oct 16 21:58:05 CEST 2006 - aj@suse.de + +- Fix build, fonts.cache might not exist. + +------------------------------------------------------------------- +Thu Aug 31 12:44:36 CEST 2006 - sndirsch@suse.de + +- added fonts-config to Prereq of main and -core subpackage + +------------------------------------------------------------------- +Wed Aug 30 18:37:21 CEST 2006 - sndirsch@suse.de + +- moved encodings to -core subpackage + +------------------------------------------------------------------- +Tue Aug 29 17:54:48 CEST 2006 - sndirsch@suse.de + +- move 'fixed' + 'cursor' fonts to new xorg-x11-fonts-core package + +------------------------------------------------------------------- +Wed Aug 9 12:08:15 CEST 2006 - sndirsch@suse.de + +- fixed /usr/share/fonts directory conflict with filesystem + +------------------------------------------------------------------- +Fri Jul 28 14:44:01 CEST 2006 - sndirsch@suse.de + +- use "-fno-strict-aliasing" + +------------------------------------------------------------------- +Thu Jul 27 22:28:45 CEST 2006 - sndirsch@suse.de + +- adjusted JIS0201 to CP932 encoding (Bug #194720) + +------------------------------------------------------------------- +Thu Jul 27 11:36:54 CEST 2006 - sndirsch@suse.de + +- use $RPM_OPT_FLAGS + +------------------------------------------------------------------- +Wed Jun 28 16:19:28 CEST 2006 - sndirsch@suse.de + +- created package + diff --git a/xorg-x11-fonts.spec b/xorg-x11-fonts.spec new file mode 100644 index 0000000..8d142e8 --- /dev/null +++ b/xorg-x11-fonts.spec @@ -0,0 +1,407 @@ +# +# spec file for package xorg-x11-fonts +# +# Copyright (c) 2025 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/ +# + + +%global flavor @BUILD_FLAVOR@%{nil} +%if "%{flavor}" == "converted" +%define pkgflavor -converted +%else +%define pkgflavor %{nil} +%endif + +Name: xorg-x11-fonts%{pkgflavor} +BuildRequires: pkgconfig +URL: http://xorg.freedesktop.org/ +Version: 7.6 +Release: 0 +BuildArch: noarch +Summary: X.Org fonts +License: MIT +Group: System/X11/Fonts +Source0: http://xorg.freedesktop.org/archive/individual/font/font-adobe-100dpi-1.0.4.tar.xz +Source1: http://xorg.freedesktop.org/archive/individual/font/font-adobe-75dpi-1.0.4.tar.xz +Source2: http://xorg.freedesktop.org/archive/individual/font/font-arabic-misc-1.0.4.tar.xz +Source3: http://xorg.freedesktop.org/archive/individual/font/font-bh-100dpi-1.0.4.tar.xz +Source4: http://xorg.freedesktop.org/archive/individual/font/font-bh-75dpi-1.0.4.tar.xz +Source5: http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz +Source6: http://xorg.freedesktop.org/archive/individual/font/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz +Source7: http://xorg.freedesktop.org/archive/individual/font/font-bh-ttf-1.0.4.tar.xz +Source8: http://xorg.freedesktop.org/archive/individual/font/font-bh-type1-1.0.4.tar.xz +Source9: http://xorg.freedesktop.org/archive/individual/font/font-bitstream-100dpi-1.0.4.tar.xz +Source10: http://xorg.freedesktop.org/archive/individual/font/font-bitstream-75dpi-1.0.4.tar.xz +Source12: http://xorg.freedesktop.org/archive/individual/font/font-bitstream-type1-1.0.4.tar.xz +Source13: http://xorg.freedesktop.org/archive/individual/font/font-cronyx-cyrillic-1.0.4.tar.xz +Source14: http://xorg.freedesktop.org/archive/individual/font/font-cursor-misc-1.0.4.tar.xz +Source15: http://xorg.freedesktop.org/archive/individual/font/font-daewoo-misc-1.0.4.tar.xz +Source16: http://xorg.freedesktop.org/archive/individual/font/font-dec-misc-1.0.4.tar.xz +Source17: http://xorg.freedesktop.org/archive/individual/font/font-ibm-type1-1.0.4.tar.xz +Source18: http://xorg.freedesktop.org/archive/individual/font/font-isas-misc-1.0.4.tar.xz +Source19: http://xorg.freedesktop.org/archive/individual/font/font-jis-misc-1.0.4.tar.xz +Source20: http://xorg.freedesktop.org/archive/individual/font/font-micro-misc-1.0.4.tar.xz +Source21: http://xorg.freedesktop.org/archive/individual/font/font-misc-cyrillic-1.0.4.tar.xz +Source22: http://xorg.freedesktop.org/archive/individual/font/font-misc-ethiopic-1.0.5.tar.xz +Source23: http://xorg.freedesktop.org/archive/individual/font/font-misc-meltho-1.0.4.tar.xz +Source24: http://xorg.freedesktop.org/archive/individual/font/font-misc-misc-1.1.3.tar.xz +Source25: http://xorg.freedesktop.org/archive/individual/font/font-mutt-misc-1.0.4.tar.xz +Source26: http://xorg.freedesktop.org/archive/individual/font/font-schumacher-misc-1.1.3.tar.xz +Source27: http://xorg.freedesktop.org/archive/individual/font/font-screen-cyrillic-1.0.5.tar.xz +Source28: http://xorg.freedesktop.org/archive/individual/font/font-sony-misc-1.0.4.tar.xz +Source29: http://xorg.freedesktop.org/archive/individual/font/font-sun-misc-1.0.4.tar.xz +Source30: http://xorg.freedesktop.org/archive/individual/font/font-winitzki-cyrillic-1.0.4.tar.xz +Source31: http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.5.tar.xz +Source32: http://xorg.freedesktop.org/archive/individual/font/encodings-1.1.0.tar.xz +Source33: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz +Source34: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz +Source35: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz +Source36: http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.5.tar.xz +Source100: README.converted +%if "%{flavor}" == "converted" +Source1000: https://pwu.fedorapeople.org/fonts/convertbitmap/convertfont.py +BuildRequires: fontpackages-devel +BuildRequires: fonttosfnt +BuildRequires: ftdump +BuildRequires: ttf-converter >= 1.0.6 +BuildRequires: xorg-x11-fonts-legacy +Requires(post): fonts-config +Requires(posttrans): fonts-config +Requires(postun): fonts-config +%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 +# In TW and SLE 15 SP2/Leap 15.2 we have pango >= 1.44.0 which +# doesn't support Type1 fonts (boo#1169444) +Supplements: (xorg-x11-fonts and libpango-1_0-0) +%endif +%else +# "%%{flavor}" != "converted" +BuildRequires: bdftopcf +BuildRequires: fontpackages-devel +BuildRequires: mkfontscale +# ucs2any +BuildRequires: font-util +PreReq: fonts-config +Requires: %{name}-core +Recommends: %{name}-converted +Recommends: %{name}-legacy +Provides: xorg-x11-fonts-cyrillic +Provides: xorg-x11-fonts-scalable +Provides: xorg-x11-fonts-syriac +Obsoletes: xorg-x11-fonts-cyrillic +Obsoletes: xorg-x11-fonts-scalable +Obsoletes: xorg-x11-fonts-syriac +%endif + +%description +This package contains fonts maintained and shipped with X.Org. + +%if "%{flavor}" == "converted" +This package contains the Type1 (.pfb) fonts from xorg-x11-fonts, +converted to TrueType format, so they can be used by +applications that don't support Type1 fonts. +%endif + +%package core +Summary: Core Fonts for X.Org +Group: System/X11/Fonts +PreReq: fonts-config +Provides: xorg-x11:/usr/X11R6/lib/X11/fonts/misc/cursor.pcf.gz + +%description core +This package contains the 'fixed' and 'cursor' font required for any X +Server. + +%package legacy +Summary: Core Fonts for X.Org +Group: System/X11/Fonts +PreReq: fonts-config +Requires: xorg-x11-fonts +Provides: xorg-x11-fonts-100dpi +Provides: xorg-x11-fonts-75dpi +Obsoletes: xorg-x11-fonts-100dpi +Obsoletes: xorg-x11-fonts-75dpi + +%description legacy +This package contains the original Type1 and bitmap fonts that are converted +to truetype format in the xorg-x11-fonts-converted package + +%prep +%setup -T -D -c +%if "%{flavor}" != "converted" +for i in %{_sourcedir}/*.tar.xz; do tar -xf "$i"; done +%else +cp %{SOURCE100} . +tar -xf %{SOURCE0} +tar -xf %{SOURCE1} +%endif + +%build +%if "%{flavor}" != "converted" +echo -e '#!/bin/sh\nexec /usr/bin/gzip -n -9 "$@"' > ../gzip ; chmod a+x ../gzip ; PATH=`pwd`/..:$PATH +for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do + cd "$dir" + case $dir in + *alias-*) option="--with-fontrootdir=/usr/share/fonts" ;; + *encodings-*) option="--with-encodingsdir=/usr/share/fonts/encodings" ;; + *100dpi-*) option="--with-fontdir=/usr/share/fonts/100dpi" ;; + *75dpi-*) option="--with-fontdir=/usr/share/fonts/75dpi" ;; + *type1-*) option="--with-fontdir=/usr/share/fonts/Type1" ;; + *ethiopic-*) option="--with-ttf-fontdir= --with-otf-fontdir=/usr/share/fonts/truetype" ;; + *meltho-*) option="--with-fontdir=/usr/share/fonts/truetype" ;; + *misc-*) option="--with-fontdir=/usr/share/fonts/misc" ;; + *ttf-*) option="--with-fontdir=/usr/share/fonts/truetype" ;; + *cyrillic-*) option="--with-fontdir=/usr/share/fonts/cyrillic" ;; + *) option="" ;; + esac + #autoreconf -fi + ./configure CFLAGS="%{optflags} -fno-strict-aliasing" \ + --prefix=/usr --libdir=%{_libdir} \ + --mandir=%{_mandir} ${option} + cd - +done + +%else +# "%%{flavor}" == "converted" +cp %{S:1000} . +ttf-converter --input-dir /usr/share/fonts/Type1/ --output-dir generated +ttf-converter --bitmap-fonts /usr/share/fonts/misc/clB8x10.pcf.gz /usr/share/fonts/misc/clB8x12.pcf.gz /usr/share/fonts/misc/clB8x13.pcf.gz /usr/share/fonts/misc/clB8x14.pcf.gz /usr/share/fonts/misc/clB8x16.pcf.gz /usr/share/fonts/misc/clB9x15.pcf.gz /usr/share/fonts/misc/clI6x12.pcf.gz /usr/share/fonts/misc/clR6x12.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts /usr/share/fonts/misc/clR8x8.pcf.gz /usr/share/fonts/misc/clB8x8.pcf.gz /usr/share/fonts/misc/clI8x8.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts /usr/share/fonts/75dpi/*.pcf.gz /usr/share/fonts/100dpi/*.pcf.gz /usr/share/fonts/misc/[dghjo]*.pcf.gz --output-dir generated/ + +# Special case for B&H LucidaBright Italic and Bold Italic +ttf-converter --bitmap-fonts --subfamily Italic /usr/share/fonts/75dpi/lubI08.pcf.gz /usr/share/fonts/75dpi/lubI10.pcf.gz /usr/share/fonts/75dpi/lubI12.pcf.gz /usr/share/fonts/75dpi/lubI14.pcf.gz /usr/share/fonts/75dpi/lubI18.pcf.gz /usr/share/fonts/75dpi/lubI19.pcf.gz /usr/share/fonts/75dpi/lubI24.pcf.gz /usr/share/fonts/100dpi/lubI08.pcf.gz /usr/share/fonts/100dpi/lubI10.pcf.gz /usr/share/fonts/100dpi/lubI12.pcf.gz /usr/share/fonts/100dpi/lubI14.pcf.gz /usr/share/fonts/100dpi/lubI18.pcf.gz /usr/share/fonts/100dpi/lubI19.pcf.gz /usr/share/fonts/100dpi/lubI24.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts --subfamily "Bold Italic" /usr/share/fonts/75dpi/lubBI08.pcf.gz /usr/share/fonts/75dpi/lubBI10.pcf.gz /usr/share/fonts/75dpi/lubBI12.pcf.gz /usr/share/fonts/75dpi/lubBI14.pcf.gz /usr/share/fonts/75dpi/lubBI18.pcf.gz /usr/share/fonts/75dpi/lubBI19.pcf.gz /usr/share/fonts/75dpi/lubBI24.pcf.gz /usr/share/fonts/100dpi/lubBI08.pcf.gz /usr/share/fonts/100dpi/lubBI10.pcf.gz /usr/share/fonts/100dpi/lubBI12.pcf.gz /usr/share/fonts/100dpi/lubBI14.pcf.gz /usr/share/fonts/100dpi/lubBI18.pcf.gz /usr/share/fonts/100dpi/lubBI19.pcf.gz /usr/share/fonts/100dpi/lubBI24.pcf.gz --output-dir generated/ + +ttf-converter --bitmap-fonts --subfamily Regular /usr/share/fonts/misc/cu12.pcf.gz /usr/share/fonts/misc/cu-alt12.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts --subfamily Italic --bitmapTransform skew,1,3 /usr/share/fonts/misc/cu12.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts --subfamily Regular --fix-glyph-unicode --replace-unicode-values 0x32AD,0x4EC --replace-unicode-values 0x32AE,0x4ED /usr/share/fonts/misc/cu-pua12.pcf.gz --output-dir generated/ + +# Move arabic characters to the right unicode block +ttf-converter --bitmap-fonts --subfamily Regular --shift-unicode-values 0,300,1530 /usr/share/fonts/misc/arabic24.pcf.gz --output-dir generated/ +ttf-converter --bitmap-fonts --subfamily Regular --shift-unicode-values 0,300,1530 /usr/share/fonts/misc/cuarabic12.pcf.gz --output-dir generated/ + +# Move latin characters from fullwidth unicode block so they can be used. +#ttf-converter --bitmap-fonts --shift-unicode-values 0xff01,0xff5d,-65248 /usr/share/fonts/misc/hanglg16.pcf.gz --output-dir generated/ +#ttf-converter --bitmap-fonts --shift-unicode-values 0xff01,0xff5d,-65248 --replace-unicode-values 0xffe0,0xa2 --replace-unicode-values 0xffe2,0xac --replace-unicode-values 0xffe1,0xa3 --replace-unicode-values 0xffe5,0xa5 /usr/share/fonts/misc/hanglm24.pcf.gz /usr/share/fonts/misc/hanglm16.pcf.gz --output-dir generated/ +#ttf-converter --bitmap-fonts --shift-unicode-values 0xff01,0xff5d,-65248 /usr/share/fonts/misc/gb16fs.pcf.gz --output-dir generated/ +sed -i -e 's/FAMILY_NAME "\(.*\)"/FAMILY_NAME "\1-converted"/' font-adobe*75dpi*/cour*[012][0248].bdf \ + font-adobe*75dpi*/helv*[012][0248].bdf +sed -i -e 's/FAMILY_NAME "\(.*\)"/FAMILY_NAME "\1-converted"/' font-adobe*100dpi*/cour*[012][0248].bdf \ + font-adobe*100dpi*/helv*[012][0248].bdf + +for name in font-adobe*/cour*.bdf font-adobe*/helv*.bdf; do + fonttosfnt -b -c -g 2 -m 2 -o "${name%.bdf}.otb" "$name" +done + +rm font-adobe*100*/cour*10.otb font-adobe*100*/helv*10.otb +for p in font-adobe*/cour*.otb font-adobe*/helv*.otb ; do + realsize=`ftdump -p "$p" | grep size.*y_ppem | sed -e "s/.*size \([0-9]*\)\..*/\1/"` + realsize=`printf %02d $realsize` + dpi=`echo "$p" | sed -e "s/.*-\([0-9]*dpi\).*/\1/"` + newname=`echo $p | sed -e "s/..\.otb$/-$dpi-$realsize.otb/"` + if [ "$p" != "$newname" ]; then + mv "$p" "$newname" + fi +done +# Remove fonts of size 11 that are actually the same size as fonts of size 10 +rm font-adobe*100*/cour*11.otb font-adobe*100*/helv*11.otb +# Remove fonts of size 20 that are actually the same size as fonts of size 18 +rm font-adobe*100*/cour*20.otb font-adobe*100*/helv*20.otb +# Remove fonts of size 25 that are actually the same size as fonts of size 24 +rm font-adobe*100*/cour*25.otb font-adobe*100*/helv*25.otb + +cd generated + +# Luxi Mono, Luxi Sans and Luxi Serif are already distributed in ttf format +rm Luxi*.ttf + +# Bitstream-Charter-* is already converted to ttf format as CharterBT-* +rm Bitstream-Charter-*.otb + +# Cursor.ttf just contains glyphs to be used as cursor, which isn't usable as ttf format +rm Cursor.ttf + +# Bitstream-Terminal and DEC-Terminal are not converted correctly so we better remove them +rm Bitstream-Terminal*.otb +rm DEC-Terminal*.otb + +# The Sun-OPEN-LOOK fonts just contains bitmap patterns without unicode values. They're hardly useful +rm Sun-OPEN-LOOK-cursor-Wide-Regular.otb +rm Sun-OPEN-LOOK-glyph-Wide-Regular.otb +rm Sun-OPEN-LOOK-glyph-Regular.otb +%endif + +%install +%if "%{flavor}" != "converted" +for dir in encodings-* $(ls | grep -v -e encodings -e alias) font-alias-* ; do + case $dir in + *misc-cyrillic-*) option='FONT_FILES=koi12x24b koi12x24 koi6x13b koi7x14b koi8x16b koi8x16 koi9x15b koi9x18b';; + *) option='NOOPT=' ;; + esac + make -C $dir install DESTDIR="%{buildroot}" "${option}" +done +rm -f %{buildroot}/usr/share/fonts/*/fonts.cache* +find %{buildroot}/usr/share/fonts/75dpi -type f -iname \*.pcf.gz | sed -e "s+%{buildroot}++g" -e 's+^usr+/usr+g' | \ + grep -v -e ISO8859 >> files.%{name}-core +rm -rf %{buildroot}/usr/etc +rm -f %{buildroot}/fonts.{dir,scale} +rm -f %{buildroot}/usr/share/fonts/encodings/{,large}/encodings.dir + +%else +# "%%{flavor}" == "converted" +cd generated +mkdir -p %{buildroot}/%{_datadir}/fonts/truetype +cp *.ttf %{buildroot}/%{_datadir}/fonts/truetype + +for filename in Adobe-New-Century-Schoolbook*.otb \ + Adobe-Symbol-Regular.otb \ + Adobe-Times*.otb \ + Adobe-Utopia*.otb \ + B\&H-LucidaBright*.otb \ + B\&H-Lucida-Sans*.otb \ + B\&H-LucidaTypewriter-Sans*.otb \ + Arabic-Newspaper-Regular.otb \ + MUTT-ClearlyU-Alternate-Glyphs-Wide-Regular.otb \ + MUTT-ClearlyU-Arabic-Extra-Regular.otb \ + MUTT-ClearlyU-PUA-Regular.otb \ + MUTT-ClearlyU-Wide-Regular.otb \ + MUTT-ClearlyU-Wide-Italic.otb \ + Schumacher-Clean-Bold.otb \ + Schumacher-Clean-Wide-Bold.otb \ + Schumacher-Clean-Italic.otb \ + Schumacher-Clean-Wide-Italic.otb \ + Schumacher-Clean-Regular.otb \ + Schumacher-Clean-Wide-Regular.otb \ + ISAS-Fangsong-ti-Wide-Regular.otb \ + ISAS-Song-ti-Wide-Regular.otb \ + Daewoo-Gothic-Wide-Regular.otb \ + Daewoo-Mincho-Wide-Regular.otb \ + JIS-Fixed-Wide-Regular.otb \ + ; do + cp "$filename" %{buildroot}/%{_datadir}/fonts/truetype +done +cd .. +cp font-adobe*/*.otb %{buildroot}/%{_datadir}/fonts/truetype/ + +%endif + +%clean +# %%post scriptlets +%reconfigure_fonts_scriptlets + +%if "%{flavor}" != "converted" +%reconfigure_fonts_scriptlets -n xorg-x11-fonts-core +%reconfigure_fonts_scriptlets -n xorg-x11-fonts-legacy + +%files +%dir /usr/share/fonts/Type1 +%dir /usr/share/fonts/cyrillic +%dir /usr/share/fonts/truetype +%ghost /usr/share/fonts/Type1/encodings.dir +%ghost /usr/share/fonts/Type1/fonts.dir +%ghost /usr/share/fonts/Type1/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/Type1/.fonts-config-timestamp +%ghost /usr/share/fonts/cyrillic/encodings.dir +%ghost /usr/share/fonts/cyrillic/fonts.dir +%ghost /usr/share/fonts/cyrillic/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/cyrillic/.fonts-config-timestamp +/usr/share/fonts/cyrillic/fonts.alias +/usr/share/fonts/cyrillic/*.pcf.gz +%ghost /usr/share/fonts/truetype/encodings.dir +%ghost /usr/share/fonts/truetype/fonts.dir +%ghost /usr/share/fonts/truetype/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/truetype/.fonts-config-timestamp +/usr/share/fonts/truetype/*.otf +/usr/share/fonts/truetype/*.ttf + +%files core +%dir /usr/share/fonts/misc +%dir /usr/share/fonts/encodings +%dir /usr/share/fonts/encodings/large +/usr/share/fonts/encodings/*.enc.gz +/usr/share/fonts/encodings/large/*.enc.gz +%ghost /usr/share/fonts/misc/encodings.dir +%ghost /usr/share/fonts/misc/fonts.dir +%ghost /usr/share/fonts/misc/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/misc/.fonts-config-timestamp +/usr/share/fonts/misc/fonts.alias +/usr/share/fonts/misc/[1-9k]*.pcf.gz +/usr/share/fonts/misc/cursor.pcf.gz +/usr/share/fonts/misc/micro.pcf.gz +/usr/share/fonts/misc/nil2.pcf.gz + +%files legacy -f files.%{name}-core +%dir /usr/share/fonts/75dpi +%ghost /usr/share/fonts/75dpi/encodings.dir +%ghost /usr/share/fonts/75dpi/fonts.dir +%ghost /usr/share/fonts/75dpi/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/75dpi/.fonts-config-timestamp +%dir /usr/share/fonts/100dpi +%ghost /usr/share/fonts/100dpi/encodings.dir +%ghost /usr/share/fonts/100dpi/fonts.dir +%ghost /usr/share/fonts/100dpi/fonts.scale +%ghost %verify(not mode) /usr/share/fonts/100dpi/.fonts-config-timestamp +/usr/share/fonts/75dpi/fonts.alias +/usr/share/fonts/75dpi/*-ISO8859-*.pcf.gz +/usr/share/fonts/100dpi/fonts.alias +/usr/share/fonts/100dpi/*.pcf.gz +/usr/share/fonts/misc/arabic24.pcf.gz +/usr/share/fonts/misc/cu[^r]*.pcf.gz +/usr/share/fonts/misc/cl*.pcf.gz +/usr/share/fonts/misc/[dghjo]*.pcf.gz +/usr/share/fonts/Type1/*.afm +/usr/share/fonts/Type1/*.pfa +/usr/share/fonts/Type1/*.pfb + +%else + +# "%%{flavor}" == "converted" +%files +%doc README.converted +%dir %{_datadir}/fonts/truetype +%{_datadir}/fonts/truetype/CharterBT-*.ttf +%{_datadir}/fonts/truetype/Courier10PitchBT-*.ttf +%{_datadir}/fonts/truetype/Courier-*.ttf +%{_datadir}/fonts/truetype/Courier.ttf +%{_datadir}/fonts/truetype/Utopia-*.ttf +%{_datadir}/fonts/truetype/B&H-LucidaTypewriter*.otb +%{_datadir}/fonts/truetype/Adobe-New-Century-Schoolbook*.otb +%{_datadir}/fonts/truetype/Adobe-Symbol-Regular.otb +%{_datadir}/fonts/truetype/Adobe-Times*.otb +%{_datadir}/fonts/truetype/Adobe-Utopia*.otb +%{_datadir}/fonts/truetype/B&H-LucidaBright*.otb +%{_datadir}/fonts/truetype/B&H-Lucida-Sans*.otb +%{_datadir}/fonts/truetype/B&H-LucidaTypewriter-Sans*.otb +%{_datadir}/fonts/truetype/Arabic-Newspaper-Regular.otb +%{_datadir}/fonts/truetype/MUTT-ClearlyU-Alternate-Glyphs-Wide-Regular.otb +%{_datadir}/fonts/truetype/MUTT-ClearlyU-Arabic-Extra-Regular.otb +%{_datadir}/fonts/truetype/MUTT-ClearlyU-PUA-Regular.otb +%{_datadir}/fonts/truetype/MUTT-ClearlyU-Wide-Regular.otb +%{_datadir}/fonts/truetype/MUTT-ClearlyU-Wide-Italic.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Regular.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Bold.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Italic.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Wide-Regular.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Wide-Bold.otb +%{_datadir}/fonts/truetype/Schumacher-Clean-Wide-Italic.otb +%{_datadir}/fonts/truetype/ISAS-Fangsong-ti-Wide-Regular.otb +%{_datadir}/fonts/truetype/ISAS-Song-ti-Wide-Regular.otb +%{_datadir}/fonts/truetype/Daewoo-Gothic-Wide-Regular.otb +%{_datadir}/fonts/truetype/Daewoo-Mincho-Wide-Regular.otb +%{_datadir}/fonts/truetype/JIS-Fixed-Wide-Regular.otb +%{_datadir}/fonts/truetype/cour*.otb +%{_datadir}/fonts/truetype/helv*.otb +%endif + +%changelog