From f29a5a32cf028a9525b04f9862d9bc3eafcc88fd Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 14 Jun 2015 13:27:22 +0200 Subject: testing/t1-urw-fonts: new aport --- testing/t1-urw-fonts/45-urw-fonts.conf | 54 +++++++++ testing/t1-urw-fonts/90-non-tt-urw-fonts.conf | 167 ++++++++++++++++++++++++++ testing/t1-urw-fonts/APKBUILD | 53 ++++++++ 3 files changed, 274 insertions(+) create mode 100644 testing/t1-urw-fonts/45-urw-fonts.conf create mode 100644 testing/t1-urw-fonts/90-non-tt-urw-fonts.conf create mode 100644 testing/t1-urw-fonts/APKBUILD (limited to 'testing') diff --git a/testing/t1-urw-fonts/45-urw-fonts.conf b/testing/t1-urw-fonts/45-urw-fonts.conf new file mode 100644 index 0000000000..379cf915b9 --- /dev/null +++ b/testing/t1-urw-fonts/45-urw-fonts.conf @@ -0,0 +1,54 @@ + + + + + + Nimbus Mono + + monospace + + + + + Nimbus Roman + + serif + + + + + Nimbus Sans + + sans-serif + + + + + Bookman URW + + serif + + + + + Chancery URW + + cursive + + + + + URW Gothic + + sans-serif + + + + + Palladio URW + + serif + + + + diff --git a/testing/t1-urw-fonts/90-non-tt-urw-fonts.conf b/testing/t1-urw-fonts/90-non-tt-urw-fonts.conf new file mode 100644 index 0000000000..95eaf20ee5 --- /dev/null +++ b/testing/t1-urw-fonts/90-non-tt-urw-fonts.conf @@ -0,0 +1,167 @@ + + + + + + + Dingbats + + + true + + + hintslight + + + true + + + true + + + + + + Nimbus Mono + + + true + + + hintslight + + + true + + + true + + + + + + Nimbus Roman + + + true + + + hintslight + + + true + + + true + + + + + + Nimbus Sans + + + true + + + hintslight + + + true + + + true + + + + + + Bookman URW + + + true + + + hintslight + + + true + + + true + + + + + + Chancery URW + + + true + + + hintslight + + + true + + + true + + + + + + URW Gothic + + + true + + + hintslight + + + true + + + true + + + + + + Palladio URW + + + true + + + hintslight + + + true + + + true + + + + + + Standard Symbols L + + + true + + + hintslight + + + true + + + true + + + + diff --git a/testing/t1-urw-fonts/APKBUILD b/testing/t1-urw-fonts/APKBUILD new file mode 100644 index 0000000000..eba7ff1c3f --- /dev/null +++ b/testing/t1-urw-fonts/APKBUILD @@ -0,0 +1,53 @@ +# Contributor: Carlo Landmeter +# Maintainer: +pkgname=t1-urw-fonts +pkgver=1.10 +pkgrel=0 +pkgdesc="Standard Ghostscript Type1 fonts from URW for infinality-bundle-fonts." +url="http://sourceforge.net/projects/gs-fonts/" +arch="noarch" +license="GPL2" +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://dev.alpinelinux.org/archive/t1-urw-fonts/urw-core35-fonts-$pkgver.tar.xz + 45-urw-fonts.conf + 90-non-tt-urw-fonts.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 *.pfb "$pkgdir"/usr/share/fonts/$pkgname/ || return 1 + install -m644 *.pfm "$pkgdir"/usr/share/fonts/$pkgname/ || return 1 + install -m644 *.afm "$pkgdir"/usr/share/fonts/$pkgname/ || return 1 + + 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="fd98607bf533d583f3af2c3a6ac16a11 urw-core35-fonts-1.10.tar.xz +48de0ded85f8185c3226e32e44ca5916 45-urw-fonts.conf +d34210d1717da74a150cf0c09ddeba92 90-non-tt-urw-fonts.conf" +sha256sums="1bbf31f39980ef401bf373a6581cd17cefe77166d045a009c04703f68feebcd8 urw-core35-fonts-1.10.tar.xz +7e7a7ebd942523a824e41956e7eff5bad5f0934bad4fbab8141704594c6894c2 45-urw-fonts.conf +99cd727c211603a1aa04c83c1ebc9b81eea8200228226f0880f1b7910666b5c6 90-non-tt-urw-fonts.conf" +sha512sums="adae3ab7d075c8bc40116fd1761f1a043ad84fe8aa0ada8ed0676caa202bced7a5a073fd6e7f1fce7ecb149a91136dec31759d1054fa4cffa503e17ac9523a14 urw-core35-fonts-1.10.tar.xz +e79b3eb7cacc1c4f98756937a65c8b37cce21e845fd158f52f70de4907d1e5be42ce69862060c6d07f8ede4b1624104a0375f02aa4eb8a282fed6bd869019320 45-urw-fonts.conf +7f341926a31831082cb2a9f231e4e0a268fd89f6abc26187d954822e6f4d6e2827ffd5509e2f1de8d7e20576fa5414d9c2a4da330241588343faf31d1c9a0b2e 90-non-tt-urw-fonts.conf" -- cgit v1.2.3