# HG changeset patch # User Hans-G?nter Theisgen # Date 1640760954 -3600 # Node ID fe66b54207f77434b56ee0ae7f113cea8ace5c6f # Parent 6323f548cca6abc252e5445f807cc43c76f7cc86 updated otf-gfs diff -r 6323f548cca6 -r fe66b54207f7 otf-gfs/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/otf-gfs/description.txt Wed Dec 29 07:55:54 2021 +0100 @@ -0,0 +1,10 @@ +Type design of Greek fonts was until very recently exclusively +imported from Western European foundries. +During the Rennaissance the typecutters followed the late +byzantine hand, which was full of ligatures and abbrevations +of letters. This practice continued until the Age of Enlightenment, +when the practical simplification of the Greek typecase was +followed by a quest for an "ideal" Greek type design under the +influence of Romanticism. +The digital redesigns of several historic fonts offered here +chart this historic evolution of Greek type design. diff -r 6323f548cca6 -r fe66b54207f7 otf-gfs/receipt --- a/otf-gfs/receipt Wed Dec 29 06:36:37 2021 +0100 +++ b/otf-gfs/receipt Wed Dec 29 07:55:54 2021 +0100 @@ -1,31 +1,53 @@ # SliTaz package receipt. PACKAGE="otf-gfs" -VERSION="20100912" +VERSION="20211229" CATEGORY="fonts" -SHORT_DESC="Selection of open type fonts from the Greek Font Society" +TAGS="font otf" +SHORT_DESC="Selection of open type fonts from the Greek Font Society." MAINTAINER="al.bobylev@gmail.com" LICENSE="SIL_OFL" -WEB_SITE="https://www.greekfontsociety-gfs.gr" -TAGS="font otf" -EXTRA_SOURCE_FILES="GFS_DIDOT_OT.zip GFS_BODONI_OT.zip GFS_OLGA_OT.zip \ -GFS_NEOHELLENIC_OT.zip GFS_ARTEMISIA_OT.zip GFS_THEOKRITOS_OT.zip \ -GFS_PYRSOS.zip GFS_DIDOTCLASS_OT.zip GFS_Porson_OT.zip GFS_SOLOMOS_OT.zip \ -GFS_DECKER.zip GFS_PHILOSTRATOS.zip GFS_GOSCHEN.zip GFS_BODONICLASS_OT.zip \ -GFS_BASKERVILLE_OT.zip GFS_GAZIS.zip GFS_COMPLUTUM_OT.zip GFS_ELPIS_OT.zip" +WEB_SITE="http://www.greekfontsociety-gfs.gr" + +EXTRA_SOURCE_FILES=" GFS_Artemisia.zip + GFS_Baskerville.zip + GFS_Bodoni.zip + GFS_Bodoni_Classic.zip + GFS_Complutum.zip + GFS_Decker.zip + GFS_Didot.zip + GFS_Didot_Classic.zip + GFS_Didot_Display.zip + GFS_Elpis.zip + GFS_Galatea.zip + GFS_Gazis.zip + GFS_Georgiou.zip + GFS_Goschen.zip + GFS_Heraklit.zip + GFS_NeoHellenic.zip + GFS_Olga.zip + GFS_Orpheus.zip + GFS_Orpheus_Classic.zip + GFS_Orpheus_Sans.zip + GFS_Philostratos.zip + GFS_Porson.zip + GFS_Pyrsos.zip + GFS_Solomos.zip + GFS_Theokritos.zip" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $src && cd $src - for font in $EXTRA_SOURCE_FILES; do - [ -s $SOURCES_REPOSITORY/${font} ] || - wget -O $SOURCES_REPOSITORY/${font} \ - http://www.greekfontsociety.gr/${font} - cp $SOURCES_REPOSITORY/${font} . - unzip -o ${font} - done + mkdir -p $src + cd $src + for font in $EXTRA_SOURCE_FILES + do + [ -s $SOURCES_REPOSITORY/$font ] || + wget -O $SOURCES_REPOSITORY/$font $WEB_SITE/_assets/fonts/$font + cp $SOURCES_REPOSITORY/$font . + unzip -o $font + done FONTDIR=$fs/usr/share/fonts/OTF/GFS mkdir -p $FONTDIR - install -Dm644 $src/GFS*/*otf $FONTDIR + install -Dm644 $src/GFS*/*otf $FONTDIR }