From 0ce0071dd83556a0fbba81321dab379f5c332946 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 1 Jan 2019 23:57:19 +0000 Subject: user/font-adobe-utopia-75dpi: new package --- user/font-adobe-utopia-75dpi/APKBUILD | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 user/font-adobe-utopia-75dpi/APKBUILD (limited to 'user') diff --git a/user/font-adobe-utopia-75dpi/APKBUILD b/user/font-adobe-utopia-75dpi/APKBUILD new file mode 100644 index 000000000..338f6e0ee --- /dev/null +++ b/user/font-adobe-utopia-75dpi/APKBUILD @@ -0,0 +1,49 @@ +# Contributor: A. Wilcox +# Maintainer: A. Wilcox +pkgname=font-adobe-utopia-75dpi +pkgver=1.0.4 +pkgrel=0 +pkgdesc="75dpi Utopia X11 font from Adobe" +url="https://www.X.Org/" +arch="noarch" +# Okay. +# This is really hairy, but Fedora Legal says the TUG license can apply to the +# X11 distribution[1][2]; it's almost MIT style, but you have to rename the +# font if you modify it in any way. +# [1]: https://fedoraproject.org/wiki/Legal_considerations_for_fonts +# [2]: https://src.fedoraproject.org/cgit/rpms/xorg-x11-fonts.git/tree/xorg-x11-fonts.spec +license="Utopia" +depends="" +makedepends="bdftopcf fontconfig font-util-dev mkfontdir util-macros" +subpackages="" +source="https://www.x.org/releases/individual/font/font-adobe-utopia-75dpi-$pkgver.tar.bz2" + +prepare() { + cd "$builddir" + default_prepare + update_config_sub +} + +build() { + cd "$builddir" + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make DESTDIR="$pkgdir" install +} + +sha512sums="c569af760a62b00738be65546364587638e8c46e4a0765013747e9595d51bc0633908c72359e42e7ebf6240fdc6294b51512c0a096a5fe64b2bd300ccbff7b92 font-adobe-utopia-75dpi-1.0.4.tar.bz2" -- cgit v1.2.3-60-g2f50