Remove duplicated config file 13/85513/1 accepted/tizen/3.0/common/20161114.105724 accepted/tizen/3.0/ivi/20161011.043718 accepted/tizen/3.0/mobile/20161015.032638 accepted/tizen/3.0/tv/20161016.004013 accepted/tizen/3.0/wearable/20161015.081844 accepted/tizen/common/20160825.152122 accepted/tizen/ivi/20160830.235629 accepted/tizen/mobile/20160830.235459 accepted/tizen/tv/20160830.235540 accepted/tizen/wearable/20160830.235550 submit/tizen/20160825.120929 submit/tizen/20160826.022749 submit/tizen/20160830.061831 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 25 Aug 2016 12:00:06 +0000 (21:00 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Thu, 25 Aug 2016 12:03:55 +0000 (21:03 +0900)
10-hinting-slight.conf file is added from fontconfig 2.12.1.

Change-Id: I9bd15c004ea216a019ba8916aa2a6040689ac50c
Signed-off-by: Youngbok Shin <youngb.shin@samsung.com>
packaging/default-fonts-fc-sdk.spec
sdk_fonts_fc/10-hinting-slight.conf [deleted file]

index 4c861a7..3a4f71d 100644 (file)
@@ -21,14 +21,12 @@ cp %{SOURCE1001} .
 
 %install
 export FONT_CONF_FILE_1="99-tizen.conf"
-export FONT_CONF_FILE_2="10-hinting-slight.conf"
 
 ## TZ_SYS_RO_ETC: /etc, TZ_SYS_ETC: /opt/etc/
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.d/
 mkdir -p %{buildroot}%{TZ_SYS_ETC}/fonts/conf.avail/ && cp -a sdk_fonts_fc/* %{buildroot}%{TZ_SYS_ETC}/fonts/conf.avail/
 ln -s %{TZ_SYS_ETC}/fonts/conf.avail/$FONT_CONF_FILE_1 %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.d/$FONT_CONF_FILE_1
-ln -s %{TZ_SYS_ETC}/fonts/conf.avail/$FONT_CONF_FILE_2 %{buildroot}%{TZ_SYS_RO_ETC}/fonts/conf.d/$FONT_CONF_FILE_2
 
 %post
 chown root:users %{TZ_SYS_ETC}/fonts/conf.avail/*.conf
diff --git a/sdk_fonts_fc/10-hinting-slight.conf b/sdk_fonts_fc/10-hinting-slight.conf
deleted file mode 100755 (executable)
index 2073d96..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-<!--  Use Slight Hinting -->
-  <match target="font">
-    <edit name="hintstyle" mode="assign"><const>hintslight</const></edit>
-  </match>
-</fontconfig>