]> git.hoellein.online Git - vserver/commitdiff
committing changes in /etc made by "apt-get upgrade"
authormhoellein <mario@hoellein.online>
Wed, 9 Sep 2020 12:33:16 +0000 (14:33 +0200)
committermhoellein <mario@hoellein.online>
Wed, 9 Sep 2020 12:33:16 +0000 (14:33 +0200)
Package changes:
-language-selector-common 0.204 all
+language-selector-common 0.204.1 all

.etckeeper
fonts/conf.avail/69-language-selector-ar.conf [new file with mode: 0644]
fonts/conf.d/69-language-selector-ar.conf [new symlink]

index ec9d46319e48207f06a4c3bc4ce75edd9cd314f8..eb1a71da9e771213e2b785d17bb97acc58bcadd8 100755 (executable)
@@ -1195,6 +1195,7 @@ maybe chmod 0644 'fonts/conf.avail/65-droid-sans-fallback.conf'
 maybe chmod 0644 'fonts/conf.avail/65-fonts-persian.conf'
 maybe chmod 0644 'fonts/conf.avail/65-khmer.conf'
 maybe chmod 0644 'fonts/conf.avail/65-nonlatin.conf'
+maybe chmod 0644 'fonts/conf.avail/69-language-selector-ar.conf'
 maybe chmod 0644 'fonts/conf.avail/69-language-selector-ja.conf'
 maybe chmod 0644 'fonts/conf.avail/69-language-selector-zh-cn.conf'
 maybe chmod 0644 'fonts/conf.avail/69-language-selector-zh-hk.conf'
diff --git a/fonts/conf.avail/69-language-selector-ar.conf b/fonts/conf.avail/69-language-selector-ar.conf
new file mode 100644 (file)
index 0000000..31bf554
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+    <match target="pattern">
+        <test name="lang">
+            <string>ar</string>
+        </test>
+        <test qual="any" name="family">
+            <string>sans-serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans</string>
+            <string>Noto Sans Arabic UI</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test name="lang">
+            <string>ar</string>
+        </test>
+        <test qual="any" name="family">
+            <string>serif</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Serif</string>
+            <string>Noto Naskh Arabic</string>
+        </edit>
+    </match>
+    <match target="pattern">
+        <test name="lang">
+            <string>ar</string>
+        </test>
+        <test qual="any" name="family">
+            <string>monospace</string>
+        </test>
+        <edit name="family" mode="prepend" binding="strong">
+            <string>Noto Sans Mono</string>
+            <string>Noto Naskh Arabic</string>
+        </edit>
+    </match>
+</fontconfig>
diff --git a/fonts/conf.d/69-language-selector-ar.conf b/fonts/conf.d/69-language-selector-ar.conf
new file mode 120000 (symlink)
index 0000000..5f5c849
--- /dev/null
@@ -0,0 +1 @@
+../conf.avail/69-language-selector-ar.conf
\ No newline at end of file