From a3ac31afe18bec1c3fb3c76088fc56709f589e30 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Tue, 14 Jul 2015 02:24:55 +0000 Subject: [PATCH] ttf-indic-otf: remove some fonts including in ttf-indic-fonts. --- ttf-indic-otf/PKGBUILD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ttf-indic-otf/PKGBUILD b/ttf-indic-otf/PKGBUILD index e435fbb6a..fe5ab0891 100644 --- a/ttf-indic-otf/PKGBUILD +++ b/ttf-indic-otf/PKGBUILD @@ -1,6 +1,6 @@ pkgname=ttf-indic-otf pkgver=0.2 -pkgrel=1 +pkgrel=2 pkgdesc='Indic Opentype Fonts collection' url='http://www.indlinux.org/wiki/index.php/Downloads' license=('GPL') @@ -14,4 +14,12 @@ package() { cd "${srcdir}"/indic/OpenType install -d "${pkgdir}"/usr/share/fonts/TTF install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF + + # Remove those fonts are already included in ttf-indic-fonts. + rm -f ${pkgdir}/usr/share/fonts/TTF/LikhanNormal.ttf + rm -f ${pkgdir}/usr/share/fonts/TTF/MuktiNarrow.ttf + rm -f ${pkgdir}/usr/share/fonts/TTF/MuktiNarrowBold.ttf + rm -f ${pkgdir}/usr/share/fonts/TTF/Pothana2000.ttf + rm -f ${pkgdir}/usr/share/fonts/TTF/ani.ttf + rm -f ${pkgdir}/usr/share/fonts/TTF/padmaa-Medium-0.5.ttf }