diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:25:31 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-06-14 13:25:31 +0200 |
commit | 1f06a37fe3241b0782d6b3a028c42b5770bab86a (patch) | |
tree | 76930efe48bf6bdf5a0f0c04120716169a93aa1a /testing/otf-tex-gyre | |
parent | e51a00ce962655a1e2a0a653e29a91b30962d61e (diff) | |
download | aports-1f06a37fe3241b0782d6b3a028c42b5770bab86a.tar.bz2 aports-1f06a37fe3241b0782d6b3a028c42b5770bab86a.tar.xz |
testing/otf-tex-gyre: new aport
Diffstat (limited to 'testing/otf-tex-gyre')
-rw-r--r-- | testing/otf-tex-gyre/45-tex-gyre.conf | 89 | ||||
-rw-r--r-- | testing/otf-tex-gyre/90-non-tt-tex-gyre.conf | 221 | ||||
-rw-r--r-- | testing/otf-tex-gyre/APKBUILD | 49 |
3 files changed, 359 insertions, 0 deletions
diff --git a/testing/otf-tex-gyre/45-tex-gyre.conf b/testing/otf-tex-gyre/45-tex-gyre.conf new file mode 100644 index 0000000000..75b332b51d --- /dev/null +++ b/testing/otf-tex-gyre/45-tex-gyre.conf @@ -0,0 +1,89 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + + <alias> + <family>TeX Gyre Adventor</family> + <default> + <family>sans-serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Bonum</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Bonum Math</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Chorus</family> + <default> + <family>cursive</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Cursor</family> + <default> + <family>monospace</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Heros</family> + <default> + <family>sans-serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Heros Cn</family> + <default> + <family>sans-serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Pagella</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Pagella Math</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Schola</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Termes</family> + <default> + <family>serif</family> + </default> + </alias> + + <alias> + <family>TeX Gyre Termes Math</family> + <default> + <family>serif</family> + </default> + </alias> + +</fontconfig> diff --git a/testing/otf-tex-gyre/90-non-tt-tex-gyre.conf b/testing/otf-tex-gyre/90-non-tt-tex-gyre.conf new file mode 100644 index 0000000000..08cf8b1bd0 --- /dev/null +++ b/testing/otf-tex-gyre/90-non-tt-tex-gyre.conf @@ -0,0 +1,221 @@ +<?xml version='1.0'?> +<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> +<fontconfig> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Adventor</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Bonum</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Bonum Math</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Chorus</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Cursor</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Heros</string> + </test> + <edit name="autohint" mode="assign"> + <bool>false</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Heros Cn</string> + </test> + <edit name="autohint" mode="assign"> + <bool>false</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Pagella</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Pagella Math</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Schola</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Termes</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + + <match target="font"> + <test name="family"> + <string>TeX Gyre Termes Math</string> + </test> + <edit name="autohint" mode="assign"> + <bool>true</bool> + </edit> + <edit name="hintstyle" mode="assign"> + <const>hintslight</const> + </edit> + <edit name="hinting" mode="assign"> + <bool>true</bool> + </edit> + <edit name="antialias" mode="assign"> + <bool>true</bool> + </edit> + </match> + +</fontconfig> diff --git a/testing/otf-tex-gyre/APKBUILD b/testing/otf-tex-gyre/APKBUILD new file mode 100644 index 0000000000..bc64038ea6 --- /dev/null +++ b/testing/otf-tex-gyre/APKBUILD @@ -0,0 +1,49 @@ +# Contributor: Carlo Landmeter <clandmeter@gmail.com> +# Maintainer: +pkgname=otf-tex-gyre +pkgver=2.005 +pkgrel=0 +pkgdesc="The TeX Gyre (TG) Collection of Fonts." +url="http://www.gust.org.pl/projects/e-foundry/tex-gyre/" +arch="noarch" +license="GFL" +depends="fontconfig" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +# added fontconfig configuration from: +# https://github.com/bohoomil/fontconfig-ultimate/tree/master/fontconfig_patches/fonts-settings +source="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${pkgver}otf.zip + 45-tex-gyre.conf + 90-non-tt-tex-gyre.conf" + +_builddir="$srcdir" + +build() { + cd "$_builddir" +} + +package() { + cd "$_builddir" + mkdir -p "$pkgdir"/usr/share/fonts/$pkgname \ + "$pkgdir"/etc/fonts/conf.avail \ + "$pkgdir"/etc/fonts/conf.d + install -m644 *.otf \ + "${pkgdir}"/usr/share/fonts/"${pkgname}" + for j in "$srcdir"/*.conf; do + install -m644 "$j" \ + "$pkgdir"/etc/fonts/conf.avail/ || return 1 + cd "$pkgdir"/etc/fonts/conf.d + ln -sf /etc/fonts/conf.avail/${j##*/} + done +} +md5sums="3774af603b5a13d374bf4668967bff57 tg-2.005otf.zip +b4ac89e4df3907a6cd9b91642ff9c8a5 45-tex-gyre.conf +1717b23af91c9ad79618bf0174acd73a 90-non-tt-tex-gyre.conf" +sha256sums="6158bdb106e5b017743cb6e9ddb6ad4c7153e82fafadd6eb5d62c9f3064df04e tg-2.005otf.zip +e0a49b011eac2e51dbb844706825c3b84f4c9a0a1640d2d6f8b462dd29bb2fe7 45-tex-gyre.conf +63ac80d34f712bc6bb400875793e26add4905b91a5a65bc0bacf71ea886e20b3 90-non-tt-tex-gyre.conf" +sha512sums="881886115604a7ec2634f621693177278bf3f6842dd42f64460e3afd26f302c2f8847e03b7bd83b354ae0366dcdfa057f16b1cbf64e8c5172d27d2bda7b98db9 tg-2.005otf.zip +63c356e4d3ed0986c03ffdb1e37b85adc4de5e9ee5e0a5431157bd52798fa7952f1230f04e401e2e010e2531269aecff0bb6c0efbe4c573cb02393920a3b986e 45-tex-gyre.conf +0e118ea843ca40bba2461790e4dca61cf936dadb5be9efbf05add974cd7531d49ed66b900d8ab85312566a0efed79b7eb8b551b95d0e2bf9c441bb13338ecaaa 90-non-tt-tex-gyre.conf" |