summaryrefslogtreecommitdiffstats
path: root/x11/font-bh-lucidatypewriter-100dpi
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-16 12:45:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-16 12:45:11 +0000
commit5bdbfdc723d003ed5a2fd6ad223f90990172a35b (patch)
treef431ec91b782f49bea390720db0478144fdaf7e7 /x11/font-bh-lucidatypewriter-100dpi
parent7354ce79e87795571465951850c6a98521bc1955 (diff)
x11/*font*: use triggers in apk-tools
Diffstat (limited to 'x11/font-bh-lucidatypewriter-100dpi')
-rw-r--r--x11/font-bh-lucidatypewriter-100dpi/APKBUILD11
-rw-r--r--x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-install8
l---------x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-upgrade1
3 files changed, 4 insertions, 16 deletions
diff --git a/x11/font-bh-lucidatypewriter-100dpi/APKBUILD b/x11/font-bh-lucidatypewriter-100dpi/APKBUILD
index 7f6e815873b..b1bb4fc2b1f 100644
--- a/x11/font-bh-lucidatypewriter-100dpi/APKBUILD
+++ b/x11/font-bh-lucidatypewriter-100dpi/APKBUILD
@@ -1,15 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=font-bh-lucidatypewriter-100dpi
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
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"
+install=
+source="http://xorg.freedesktop.org/releases/individual/font/$pkgname-$pkgver.tar.bz2"
build() {
cd "$srcdir"/$pkgname-$pkgver
@@ -20,6 +19,4 @@ build() {
make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1
}
-md5sums="c44d3f730564da465993e9292a33c235 font-bh-lucidatypewriter-100dpi-1.0.0.tar.bz2
-8212908634d4a7ad9cd52486f2ba2cde font-bh-lucidatypewriter-100dpi.post-install
-8212908634d4a7ad9cd52486f2ba2cde font-bh-lucidatypewriter-100dpi.post-upgrade"
+md5sums="c44d3f730564da465993e9292a33c235 font-bh-lucidatypewriter-100dpi-1.0.0.tar.bz2"
diff --git a/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-install b/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-install
deleted file mode 100644
index 279e9e0042c..00000000000
--- a/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-install
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-echo -n "Updating font cache (TODO: implement triggers in apk)... "
-fc-cache -f > /dev/null
-mkfontscale /usr/share/fonts/100dpi
-mkfontdir /usr/share/fonts/100dpi
-echo "done."
-
diff --git a/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-upgrade b/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-upgrade
deleted file mode 120000
index d8c76e3e355..00000000000
--- a/x11/font-bh-lucidatypewriter-100dpi/font-bh-lucidatypewriter-100dpi.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
-font-bh-lucidatypewriter-100dpi.post-install \ No newline at end of file