mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:17:23 +08:00
ttf-indic-otf: remove some fonts including in ttf-indic-fonts.
This commit is contained in:
parent
3963ef361f
commit
a3ac31afe1
@ -1,6 +1,6 @@
|
|||||||
pkgname=ttf-indic-otf
|
pkgname=ttf-indic-otf
|
||||||
pkgver=0.2
|
pkgver=0.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Indic Opentype Fonts collection'
|
pkgdesc='Indic Opentype Fonts collection'
|
||||||
url='http://www.indlinux.org/wiki/index.php/Downloads'
|
url='http://www.indlinux.org/wiki/index.php/Downloads'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
@ -14,4 +14,12 @@ package() {
|
|||||||
cd "${srcdir}"/indic/OpenType
|
cd "${srcdir}"/indic/OpenType
|
||||||
install -d "${pkgdir}"/usr/share/fonts/TTF
|
install -d "${pkgdir}"/usr/share/fonts/TTF
|
||||||
install -m644 *.ttf "${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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user