diff options
Diffstat (limited to 'user/font-adobe-utopia-type1/APKBUILD')
-rw-r--r-- | user/font-adobe-utopia-type1/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/user/font-adobe-utopia-type1/APKBUILD b/user/font-adobe-utopia-type1/APKBUILD index 50d1f8749..12443931b 100644 --- a/user/font-adobe-utopia-type1/APKBUILD +++ b/user/font-adobe-utopia-type1/APKBUILD @@ -13,8 +13,8 @@ arch="noarch" # [1]: https://fedoraproject.org/wiki/Legal_considerations_for_fonts # [2]: https://src.fedoraproject.org/cgit/rpms/xorg-x11-fonts.git/tree/xorg-x11-fonts.spec license="Utopia" -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-adobe-utopia-type1-$pkgver.tar.bz2" @@ -44,6 +44,8 @@ check() { package() { cd "$builddir" make DESTDIR="$pkgdir" install + find "$pkgdir" -name fonts.dir -exec rm {} + + find "$pkgdir" -name fonts.scale -exec rm {} + } sha512sums="53ff2ce7b17824a0eed1be6c3e3386e51983389f5623e732ac898c4e08769c8720f6d6b7c75b6455e050ec5dc390376747ca4cdb9f831a218f9dd5ee5edcd0d6 font-adobe-utopia-type1-1.0.4.tar.bz2" |