diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-26 21:09:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-26 21:09:19 +0000 |
commit | 6dd7082b13fe961f7f891a7e282cdcd4c0977bc9 (patch) | |
tree | 28edc173ef1ebb486b37967c8c6b0b5176699894 /x11 | |
parent | 6eff55279ab2fd0033dc3956e52a08cd02590d62 (diff) | |
download | aports-6dd7082b13fe961f7f891a7e282cdcd4c0977bc9.tar.bz2 aports-6dd7082b13fe961f7f891a7e282cdcd4c0977bc9.tar.xz |
x11/font-bh-lucidatypewriter-75dpi: new aport
Diffstat (limited to 'x11')
3 files changed, 34 insertions, 0 deletions
diff --git a/x11/font-bh-lucidatypewriter-75dpi/APKBUILD b/x11/font-bh-lucidatypewriter-75dpi/APKBUILD new file mode 100644 index 0000000000..be28db49f1 --- /dev/null +++ b/x11/font-bh-lucidatypewriter-75dpi/APKBUILD @@ -0,0 +1,25 @@ +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +pkgname=font-bh-lucidatypewriter-75dpi +pkgver=1.0.0 +pkgrel=0 +pkgdesc="X.Org Bigelow & Holmes Lucida bitmap fonts" +url="http://xorg.freedesktop.org/" +license="custom" +depends="encodings font-alias mkfontscale mkfontdir fontconfig" +makedepends="pkgconfig font-util-dev bdftopcf" +install="$pkgname.post-install $pkgname.post-upgrade" +source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2 + $install" + +build() { + cd "$srcdir"/$pkgname-$pkgver + ./configure --prefix=/usr \ + --with-mapfiles=/usr/share/fonts/util \ + --with-fontdir=/usr/share/fonts/75dpi + make || return 1 + make -j1 DESTDIR="$pkgdir" install || return 1 +} + +md5sums="fdd9be5b9db94ef363a33e39b7977e2b font-bh-lucidatypewriter-75dpi-1.0.0.tar.bz2 +a24308692d7112b79a5a188c0b5c2e41 font-bh-lucidatypewriter-75dpi.post-install +a24308692d7112b79a5a188c0b5c2e41 font-bh-lucidatypewriter-75dpi.post-upgrade" diff --git a/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-install b/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-install new file mode 100644 index 0000000000..887dedc802 --- /dev/null +++ b/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +echo -n "Updating font cache (TODO: implement triggers in apk)... " +fc-cache -f > /dev/null +mkfontscale /usr/share/fonts/75dpi +mkfontdir /usr/share/fonts/75dpi +echo "done." + diff --git a/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-upgrade b/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-upgrade new file mode 120000 index 0000000000..937c6b1506 --- /dev/null +++ b/x11/font-bh-lucidatypewriter-75dpi/font-bh-lucidatypewriter-75dpi.post-upgrade @@ -0,0 +1 @@ +font-bh-lucidatypewriter-75dpi.post-install
\ No newline at end of file |