Date: Monday, June 29, 2020 @ 10:58:30 Author: andyrtr Revision: 656186
upgpkg: ttf-hannom 2005-6: unneeded fontconfig and xorg-mkfontscale dependencies Modified: ttf-hannom/trunk/PKGBUILD Deleted: ttf-hannom/trunk/install ----------+ PKGBUILD | 5 +---- install | 13 ------------- 2 files changed, 1 insertion(+), 17 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-29 10:58:13 UTC (rev 656185) +++ PKGBUILD 2020-06-29 10:58:30 UTC (rev 656186) @@ -3,19 +3,16 @@ pkgname=ttf-hannom pkgver=2005 -pkgrel=5 +pkgrel=6 pkgdesc='Chinese and Vietnamese TrueType fonts' url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html' license=('custom:non-profit') arch=('any') -depends=('fontconfig' 'xorg-fonts-encodings') source=("https://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip" 'README') sha256sums=('428a31ff62e26dc33080789f8d49c39ac529dbfdbcfd50825f78cbd0903a3936' 'df3e54959e5295b2d13857cf75a3f04817b280b2c4e227ca887394ca6d8b0bb7') -install=install - package() { cd "${srcdir}" install -d "${pkgdir}"/usr/share/fonts/TTF Deleted: install =================================================================== --- install 2020-06-29 10:58:13 UTC (rev 656185) +++ install 2020-06-29 10:58:30 UTC (rev 656186) @@ -1,13 +0,0 @@ -post_install() { - fc-cache -s > /dev/null - mkfontscale usr/share/fonts/TTF - mkfontdir usr/share/fonts/TTF -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
