Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10862800
D8416.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
38 KB
Referenced Files
None
Subscribers
None
D8416.diff
View Options
diff --git a/files/66-noto-color-emoji.conf b/files/66-noto-color-emoji.conf
new file mode 100644
--- /dev/null
+++ b/files/66-noto-color-emoji.conf
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+
+<!--
+Set Noto Color Emoji as fallback for Noto family
+-->
+
+<fontconfig>
+ <match target="scan">
+ <test name="family"><string>Noto Color Emoji</string></test>
+ <edit name="charset" mode="assign">
+ <minus>
+ <name>charset</name>
+ <charset><range>
+ <int>0x0000</int>
+ <int>0x00FF</int>
+ </range></charset>
+ </minus>
+ </edit>
+ </match>
+ <match>
+ <test name="family" compare="contains"><string>Noto </string></test>
+ <edit name="family" mode="append" binding="same">
+ <string>Noto Color Emoji</string>
+ </edit>
+ </match>
+</fontconfig>
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : noto-sans-ttf
-version : '20171024'
-release : 14
+version : '2.7'
+release : 15
source :
- - https://github.com/googlefonts/noto-fonts/archive/v2017-10-24-phase3-second-cleanup.tar.gz : 08d4252dace2367ee1f1d1991c16094a94dc3fa6d9dbd44490335695e0c8d9b4
+ - https://github.com/googlefonts/noto-fonts/archive/v2.7-NotoSlimVF.tar.gz : edcf0d838ae0aeac580bd2cc322d493e1eb42179bf2cbba7caf024501e1fc25f
- https://github.com/googlefonts/noto-emoji/archive/v2019-11-19-unicode12.tar.gz : 8907563f95c59cfdde796d17284b50bb6ba099a514927020793b0d4d526037e5
extract : no
license : OFL-1.1
@@ -11,8 +11,9 @@
description: |
Noto Sans Fonts (Multi-lingual and Emoji)
environment: |
- export fonts="NotoSans-* NotoSansDevanagari* NotoKufiArabic* NotoSansGothic* NotoSansKhmer* NotoSansMyanmar* NotoSansSinhala* \
- NotoSansMalayalam* NotoSansBengali* NotoSansGujarati* NotoSansKannada* NotoSansOriya* NotoSansGurmukhi* NotoSansTamil* NotoSansTelugu* NotoSansEthiopic*"
+ export fonts="NotoSans NotoSansDevanagari NotoSansDevanagariUI NotoKufiArabic NotoSansGothic NotoSansKhmer NotoSansKhmerUI NotoSansMyanmar NotoSansMyanmarUI \
+ NotoSansSinhala NotoSansSinhalaUI NotoSansMalayalam NotoSansMalayalamUI NotoSansBengali NotoSansBengaliUI NotoSansGujarati NotoSansGujaratiUI NotoSansKannada \
+ NotoSansKannadaUI NotoSansOriya NotoSansOriyaUI NotoSansGurmukhi NotoSansGurmukhiUI NotoSansTamil NotoSansTamilUI NotoSansTelugu NotoSansTeluguUI NotoSansEthiopic"
install : |
install -Ddm00755 $installdir/usr/share/fonts/truetype/noto-sans-ttf
@@ -25,12 +26,18 @@
install -m00644 noto-emoji-*/fonts/*.ttf $installdir/usr/share/fonts/truetype/noto-sans-ttf
# Install fonts
- pushd noto-fonts*/hinted
- rm -f *-Extra{Bold,Condensed,Light}*.ttf *.ttc
- for tff in $fonts; do
- install -m00644 $tff $installdir/usr/share/fonts/truetype/noto-sans-ttf
- done
- popd
+ for tff in $fonts; do
+ pushd noto-fonts*/hinted/$tff
+ rm -f *-{Black,Extra}*.ttf *.ttc
+ install -m00644 $tff-* $installdir/usr/share/fonts/truetype/noto-sans-ttf
+ popd
+ done
+
+ # Install fontconfig files
+ install -Dm00644 $pkgfiles/66-noto-color-emoji.conf -t $installdir/usr/share/fonts/conf.d
+
+ install -dm00644 $installdir/etc/fonts/conf.d
+ ln -sv $installdir/usr/share/fonts/conf.d/66-noto-color-emoji.conf $installdir/etc/fonts/conf.d/.
find $installdir/ -type d | xargs -I{} chmod 00755 {}
- find $installdir/ -type f | xargs -I{} chmod 00644 {}
\ No newline at end of file
+ find $installdir/ -type f | xargs -I{} chmod 00644 {}
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -19,12 +19,14 @@
</Description>
<PartOf>desktop.font</PartOf>
<Files>
+ <Path fileType="config">/etc/fonts/conf.d/66-noto-color-emoji.conf</Path>
+ <Path fileType="data">/usr/share/fonts/conf.d/66-noto-color-emoji.conf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoColorEmoji.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoEmoji-Regular.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoKufiArabic-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoKufiArabic-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoKufiArabic-Regular.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-Black.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-BlackItalic.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoKufiArabic-Semibold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-BoldItalic.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-Condensed.ttf</Path>
@@ -73,21 +75,22 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-SemiCondensedThinItalic.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSans-ThinItalic.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Light.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Regular.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-SemiCondensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengali-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Light.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Regular.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-SemiCondensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansBengaliUI-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-CondensedBlack.ttf</Path>
@@ -112,7 +115,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagari-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-CondensedBlack.ttf</Path>
@@ -137,7 +139,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansDevanagariUI-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansEthiopic-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansEthiopic-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansEthiopic-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansEthiopic-CondensedBlack.ttf</Path>
@@ -168,14 +169,101 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGujaratiUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGujaratiUI-Regular.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhi-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansGurmukhiUI-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannada-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Regular.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-Black.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKannadaUI-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-CondensedBlack.ttf</Path>
@@ -200,7 +288,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmer-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-CondensedBlack.ttf</Path>
@@ -226,10 +313,53 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansKhmerUI-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalam-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Regular.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-Black.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMalayalamUI-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-CondensedBlack.ttf</Path>
@@ -254,7 +384,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmar-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmarUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmarUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmarUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansMyanmarUI-CondensedBlack.ttf</Path>
@@ -283,7 +412,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansOriya-Regular.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansOriyaUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansOriyaUI-Regular.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-CondensedBlack.ttf</Path>
@@ -308,7 +436,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhala-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-CondensedBlack.ttf</Path>
@@ -333,7 +460,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansSinhalaUI-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-CondensedBlack.ttf</Path>
@@ -358,7 +484,6 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-SemiCondensedSemiBold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamil-Thin.ttf</Path>
- <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-Black.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-Bold.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-Condensed.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-CondensedBlack.ttf</Path>
@@ -384,18 +509,62 @@
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-SemiCondensedThin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTamilUI-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTelugu-Thin.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Bold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Condensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-CondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Light.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Medium.ttf</Path>
<Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Regular.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensed.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedBlack.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedExtraBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedExtraLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedLight.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedMedium.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedSemiBold.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-SemiCondensedThin.ttf</Path>
+ <Path fileType="data">/usr/share/fonts/truetype/noto-sans-ttf/NotoSansTeluguUI-Thin.ttf</Path>
</Files>
</Package>
<History>
- <Update release="14">
- <Date>2019-12-19</Date>
- <Version>20171024</Version>
+ <Update release="15">
+ <Date>2020-03-03</Date>
+ <Version>2.7</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 17 2023, 10:51 PM (7 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5796916
Default Alt Text
D8416.diff (38 KB)
Attached To
Mode
D8416: Update noto-sans-ttf to 2.7
Attached
Detach File
Event Timeline
Log In to Comment