[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/cheapskatefonts/cheapskatefonts.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Free TrueType fonts [T] Some additional TrueTypeFonts (TTF) for you system. [U] http://www.dustismo.com [A] dustin@dustimo.com [M] The T2 Project [C] extra/font [F] CROSS [L] GPL [S] Stable [V] 2003-04-23 [P] O -----5---9 122.600 [D] 1744175386 Domestic_Manners.zip http://www.dustismo.com/fonts/ [D] 1215768128 PenguinAttack.tgz http://www.dustismo.com/fonts/ [D] 1069813885 Dustismo.tgz http://www.dustismo.com/fonts/ [D] 3633651935 El_Abogado_Loco.zip http://www.dustismo.com/fonts/ [D] 2503735496 Progenisis.zip http://www.dustismo.com/fonts/ [D] 2949399089 flatline.zip http://www.dustismo.com/fonts/ [D] 3106542348 MarkedFool.zip http://www.dustismo.com/fonts/ [D] 1510347447 Junkyard.zip http://www.dustismo.com/fonts/ [D] 2683366510 ItWasntMe.zip http://www.dustismo.com/fonts/ [D] 463398012 balker.zip http://www.dustismo.com/fonts/ [D] 3754406743 Swift.zip http://www.dustismo.com/fonts/ [D] 3493369725 Wargames.zip http://www.dustismo.com/fonts/ [D] 3094955100 Winks.zip http://www.dustismo.com/fonts/ fonts_main() { for x in `match_source_file -p .`; do case "$x" in *.zip) yes | unzip -LL $x ;; *.tzst) tar $taropt $x ;; *) abort "NYI archive format: $x" ;; esac done cp -v *.ttf $root/usr/X11/lib/X11/fonts/TTF/ } autoextract=0 runmake=0 hook_add inmake 5 fonts_main