summaryrefslogtreecommitdiff
path: root/user/font-bitstream-type1/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/font-bitstream-type1/APKBUILD')
-rw-r--r--user/font-bitstream-type1/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/user/font-bitstream-type1/APKBUILD b/user/font-bitstream-type1/APKBUILD
index 0676576e8..328b0f874 100644
--- a/user/font-bitstream-type1/APKBUILD
+++ b/user/font-bitstream-type1/APKBUILD
@@ -7,8 +7,8 @@ pkgdesc="Type 1 X11 fonts from Bitstream"
url="https://www.X.Org/"
arch="noarch"
license="MIT"
-depends="fontconfig"
-makedepends="mkfontdir mkfontscale util-macros"
+depends="fontconfig mkfontdir mkfontscale"
+makedepends="util-macros"
subpackages=""
source="https://www.x.org/releases/individual/font/font-bitstream-type1-$pkgver.tar.bz2"
@@ -38,6 +38,8 @@ check() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
+ find "$pkgdir" -name fonts.dir -exec rm {} +
+ find "$pkgdir" -name fonts.scale -exec rm {} +
}
sha512sums="71883f7fc0a68b4fb8ef30b8b8bdfd73ae1194b6d6495abde6c819eef7a91d6365ef1b4cae026d6c3fa7fddecc643b46b7ba1232cec404fcada49a92aaf1af61 font-bitstream-type1-1.0.3.tar.bz2"