diff options
Diffstat (limited to 'user/font-misc-ethiopic')
-rw-r--r-- | user/font-misc-ethiopic/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user/font-misc-ethiopic/APKBUILD b/user/font-misc-ethiopic/APKBUILD index 9ed61da5f..e04621e66 100644 --- a/user/font-misc-ethiopic/APKBUILD +++ b/user/font-misc-ethiopic/APKBUILD @@ -7,8 +7,8 @@ pkgdesc="Ethiopic X11 fonts" url="https://www.X.Org/" arch="noarch" license="MIT" -depends="encodings font-alias fontconfig" -makedepends="mkfontdir mkfontscale util-macros" +depends="encodings font-alias fontconfig mkfontdir mkfontscale" +makedepends="util-macros" subpackages="" source="https://www.x.org/releases/individual/font/font-misc-ethiopic-$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="b3e3f7462f37216796730a894761c7d60d5ede0f51351997e6c3c92e3136c788a2710690f482d05ed1396a4b6be452e1f871febc7e5b7a1a67e43bcc1ec7c77d font-misc-ethiopic-1.0.3.tar.bz2" |