From 3d9a5ab34975c46eda649c1007b77ff880d557f1 Mon Sep 17 00:00:00 2001 From: liweiganga Date: Sat, 6 May 2023 15:08:20 +0800 Subject: [PATCH] fix taiwan to China Taiwan --- xkeyboard-config.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index c0a11bc..00206a5 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -1,6 +1,6 @@ Name: xkeyboard-config Version: 2.38 -Release: 1 +Release: 2 Summary: The X Keyboard Extension License: MIT URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -29,6 +29,10 @@ Header files for xkeyboard-config %prep %autosetup -n %{name}-%{version} -p1 +# fix taiwan to china taiwan +sed -i 's|Taiwanese|Chinese Taiwan|' po/* rules/base.xml symbols/cn symbols/sun_vndr/tw symbols/tw +sed -i 's|Taiwan)|Taiwan China)|' po/* geometry/sun rules/base.xml symbols/tw + %build %meson -Dcompat-rules=true -Dxorg-rules-symlinks=true %meson_build @@ -61,6 +65,9 @@ Header files for xkeyboard-config %{_mandir}/man7/xkeyboard-config.* %changelog +* Sat May 06 2023 leeffo - 2.38-2 +- fix taiwan to china taiwan + * Mon Feb 06 2023 zhangpan - 2.38-1 - update to 2.38