diff options
Diffstat (limited to 'testing/terminus-font')
-rw-r--r-- | testing/terminus-font/APKBUILD | 6 | ||||
-rw-r--r-- | testing/terminus-font/terminus-font.post-install | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/testing/terminus-font/APKBUILD b/testing/terminus-font/APKBUILD index 81bc233322..7dd8894b40 100644 --- a/testing/terminus-font/APKBUILD +++ b/testing/terminus-font/APKBUILD @@ -10,10 +10,10 @@ pkgdesc="Monospace bitmap font (for X11 and console)" url="http://sourceforge.net/projects/terminus-font/" arch="noarch" license="GPL2 custom:OFL" -depends="fontconfig libfontenc font-util" +depends="" depends_dev="" -makedepends="$depends_dev bdftopcf fontconfig mkfontscale mkfontdir grep" -install="$pkgname.post-install" +makedepends="$depends_dev bdftopcf fontconfig mkfontscale mkfontdir grep perl" +install="" subpackages="" source="http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz" diff --git a/testing/terminus-font/terminus-font.post-install b/testing/terminus-font/terminus-font.post-install deleted file mode 100644 index 428369f93c..0000000000 --- a/testing/terminus-font/terminus-font.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# add something which happends after install - -fc-cache -s -mkfontscale usr/share/fonts/misc -mkfontdir usr/share/fonts/misc |