- Update to 0.5.12
PR: 162826 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
6e5cb15736
commit
dfc817d72f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286415
@ -6,10 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= indic-ttf
|
||||
PORTVERSION= 0.5.10
|
||||
PORTVERSION= 0.5.12
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN}
|
||||
MASTER_SITE_SUBDIR= pool/main/t/ttf-indic-fonts
|
||||
MASTER_SITES= DEBIAN/pool/main/t/ttf-indic-fonts
|
||||
PKGNAMESUFFIX= -fonts
|
||||
DISTNAME= ${PORTNAME:C|(.*)-(.*)|\2-\1|}${PKGNAMESUFFIX}_${PORTVERSION}
|
||||
|
||||
@ -131,8 +130,8 @@ install-fonts:
|
||||
${MKDIR} ${FONTSDIR}/${f}
|
||||
${INSTALL_DATA} ${WRKSRC}/ttf-${f}/*.ttf ${FONTSDIR}/${f}
|
||||
${INSTALL_DATA} ${WRKSRC}/debian/ttf-${f}${PKGNAMESUFFIX}.copyright ${FONTSDIR}/${f}
|
||||
${MKFONTSCALE} ${FONTSDIR}/${f} 2>/dev/null || true
|
||||
${MKFONTSDIR} ${FONTSDIR}/${f} 2>/dev/null || true
|
||||
${MKFONTSCALE} ${FONTSDIR}/${f} 2>/dev/null || ${TRUE}
|
||||
${MKFONTSDIR} ${FONTSDIR}/${f} 2>/dev/null || ${TRUE}
|
||||
.endfor
|
||||
|
||||
install-conf:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ttf-indic-fonts_0.5.10.tar.gz) = 97dc412dd3ca2e4e72e0949170d611b9684636361aab9dd37f627f0740c98c38
|
||||
SIZE (ttf-indic-fonts_0.5.10.tar.gz) = 4847914
|
||||
SHA256 (ttf-indic-fonts_0.5.12.tar.gz) = 79717f3d1e8b12e27e5d8884a712eeef375514e14c496269df0512009ff5ed49
|
||||
SIZE (ttf-indic-fonts_0.5.12.tar.gz) = 4884848
|
||||
|
@ -1,5 +1,5 @@
|
||||
Make sure that the "freetype" module is loaded. If it is not, add
|
||||
the following line to the "Modules" section of your X Windows
|
||||
the following line to the "Modules" section of your X server
|
||||
configuration file:
|
||||
|
||||
Load "freetype"
|
||||
@ -8,13 +8,13 @@ For each language "LANG" in:
|
||||
|
||||
%%FONTS%%
|
||||
|
||||
you'll have to add "%%FONTSDIR%%/LANG" to your X font path
|
||||
with the following line to the "Files" section of X Windows
|
||||
configuration file:
|
||||
you'll have to add "%%FONTSDIR%%/LANG" to your
|
||||
X font path with the following line to the "Files" section of
|
||||
X server configuration file:
|
||||
|
||||
FontPath "%%FONTSDIR%%/LANG"
|
||||
|
||||
and restart the Xserver.
|
||||
and restart the X server.
|
||||
|
||||
Font collection specific configure files are installed in:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user