wok rev 24170
updated otf-gfs
author | Hans-G?nter Theisgen |
---|---|
date | Wed Dec 29 07:55:54 2021 +0100 (2021-12-29) |
parents | 6323f548cca6 |
children | 2eb65c841836 |
files | otf-gfs/description.txt otf-gfs/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/otf-gfs/description.txt Wed Dec 29 07:55:54 2021 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +Type design of Greek fonts was until very recently exclusively 1.5 +imported from Western European foundries. 1.6 +During the Rennaissance the typecutters followed the late 1.7 +byzantine hand, which was full of ligatures and abbrevations 1.8 +of letters. This practice continued until the Age of Enlightenment, 1.9 +when the practical simplification of the Greek typecase was 1.10 +followed by a quest for an "ideal" Greek type design under the 1.11 +influence of Romanticism. 1.12 +The digital redesigns of several historic fonts offered here 1.13 +chart this historic evolution of Greek type design.
2.1 --- a/otf-gfs/receipt Wed Dec 29 06:36:37 2021 +0100 2.2 +++ b/otf-gfs/receipt Wed Dec 29 07:55:54 2021 +0100 2.3 @@ -1,31 +1,53 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="otf-gfs" 2.7 -VERSION="20100912" 2.8 +VERSION="20211229" 2.9 CATEGORY="fonts" 2.10 -SHORT_DESC="Selection of open type fonts from the Greek Font Society" 2.11 +TAGS="font otf" 2.12 +SHORT_DESC="Selection of open type fonts from the Greek Font Society." 2.13 MAINTAINER="al.bobylev@gmail.com" 2.14 LICENSE="SIL_OFL" 2.15 -WEB_SITE="https://www.greekfontsociety-gfs.gr" 2.16 -TAGS="font otf" 2.17 -EXTRA_SOURCE_FILES="GFS_DIDOT_OT.zip GFS_BODONI_OT.zip GFS_OLGA_OT.zip \ 2.18 -GFS_NEOHELLENIC_OT.zip GFS_ARTEMISIA_OT.zip GFS_THEOKRITOS_OT.zip \ 2.19 -GFS_PYRSOS.zip GFS_DIDOTCLASS_OT.zip GFS_Porson_OT.zip GFS_SOLOMOS_OT.zip \ 2.20 -GFS_DECKER.zip GFS_PHILOSTRATOS.zip GFS_GOSCHEN.zip GFS_BODONICLASS_OT.zip \ 2.21 -GFS_BASKERVILLE_OT.zip GFS_GAZIS.zip GFS_COMPLUTUM_OT.zip GFS_ELPIS_OT.zip" 2.22 +WEB_SITE="http://www.greekfontsociety-gfs.gr" 2.23 + 2.24 +EXTRA_SOURCE_FILES=" GFS_Artemisia.zip 2.25 + GFS_Baskerville.zip 2.26 + GFS_Bodoni.zip 2.27 + GFS_Bodoni_Classic.zip 2.28 + GFS_Complutum.zip 2.29 + GFS_Decker.zip 2.30 + GFS_Didot.zip 2.31 + GFS_Didot_Classic.zip 2.32 + GFS_Didot_Display.zip 2.33 + GFS_Elpis.zip 2.34 + GFS_Galatea.zip 2.35 + GFS_Gazis.zip 2.36 + GFS_Georgiou.zip 2.37 + GFS_Goschen.zip 2.38 + GFS_Heraklit.zip 2.39 + GFS_NeoHellenic.zip 2.40 + GFS_Olga.zip 2.41 + GFS_Orpheus.zip 2.42 + GFS_Orpheus_Classic.zip 2.43 + GFS_Orpheus_Sans.zip 2.44 + GFS_Philostratos.zip 2.45 + GFS_Porson.zip 2.46 + GFS_Pyrsos.zip 2.47 + GFS_Solomos.zip 2.48 + GFS_Theokritos.zip" 2.49 2.50 # Rules to gen a SliTaz package suitable for Tazpkg. 2.51 genpkg_rules() 2.52 { 2.53 - mkdir -p $src && cd $src 2.54 - for font in $EXTRA_SOURCE_FILES; do 2.55 - [ -s $SOURCES_REPOSITORY/${font} ] || 2.56 - wget -O $SOURCES_REPOSITORY/${font} \ 2.57 - http://www.greekfontsociety.gr/${font} 2.58 - cp $SOURCES_REPOSITORY/${font} . 2.59 - unzip -o ${font} 2.60 - done 2.61 + mkdir -p $src 2.62 + cd $src 2.63 + for font in $EXTRA_SOURCE_FILES 2.64 + do 2.65 + [ -s $SOURCES_REPOSITORY/$font ] || 2.66 + wget -O $SOURCES_REPOSITORY/$font $WEB_SITE/_assets/fonts/$font 2.67 + cp $SOURCES_REPOSITORY/$font . 2.68 + unzip -o $font 2.69 + done 2.70 FONTDIR=$fs/usr/share/fonts/OTF/GFS 2.71 mkdir -p $FONTDIR 2.72 - install -Dm644 $src/GFS*/*otf $FONTDIR 2.73 + install -Dm644 $src/GFS*/*otf $FONTDIR 2.74 }