fontconfig: Branch 'main' - 2 commits
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Oct 22 02:15:45 UTC 2024
fc-lang/Makefile.am | 3 ++-
fc-lang/got.orth | 29 +++++++++++++++++++++++++++++
fc-lang/meson.build | 1 +
3 files changed, 32 insertions(+), 1 deletion(-)
New commits:
commit e76ba9afdd42ca25dfd1446d9aed4a4a713735de
Merge: 6d0580b 5b3e205
Author: Akira TAGOH <akira at tagoh.org>
Date: Tue Oct 22 02:15:40 2024 +0000
Merge branch 'got-orth' into 'main'
Add got.orth for Gothic language
See merge request fontconfig/fontconfig!335
commit 5b3e2057c12fa1a1d91845d0c10c11ffdfbc9fcf
Author: Akira TAGOH <akira at tagoh.org>
Date: Tue Oct 22 11:03:51 2024 +0900
Add got.orth for Gothic language
diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am
index bd099b7..b9ff8ce 100644
--- a/fc-lang/Makefile.am
+++ b/fc-lang/Makefile.am
@@ -315,7 +315,8 @@ ORTH = \
unm.orth \
wae.orth \
yue.orth \
- yuw.orth
+ yuw.orth \
+ got.orth
# ^-------------- Add new orth files here
BUILT_SOURCES += $(top_builddir)/conf.d/35-lang-normalize.conf
diff --git a/fc-lang/got.orth b/fc-lang/got.orth
new file mode 100644
index 0000000..d3b3abe
--- /dev/null
+++ b/fc-lang/got.orth
@@ -0,0 +1,29 @@
+#
+# fontconfig/fc-lang/got.orth
+#
+# Copyright © 2024 Akira TAGOH
+#
+# Permission to use, copy, modify, distribute, and sell this software and its
+# documentation for any purpose is hereby granted without fee, provided that
+# the above copyright notice appear in all copies and that both that
+# copyright notice and this permission notice appear in supporting
+# documentation, and that the name of the author(s) not be used in
+# advertising or publicity pertaining to distribution of the software without
+# specific, written prior permission. The authors make no
+# representations about the suitability of this software for any purpose. It
+# is provided "as is" without express or implied warranty.
+#
+# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+#
+# Gothic (got)
+#
+# See:
+# https://en.wikipedia.org/wiki/Gothic_alphabet
+#
+10330-1034A
diff --git a/fc-lang/meson.build b/fc-lang/meson.build
index 42e9969..e05b287 100644
--- a/fc-lang/meson.build
+++ b/fc-lang/meson.build
@@ -279,6 +279,7 @@ orth_files = [
'wae.orth',
'yue.orth',
'yuw.orth',
+ 'got.orth',
]
fclang_h = custom_target('fclang.h',
More information about the Fontconfig
mailing list