Date: Tue, 30 Oct 2018 21:31:09 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483538 - in head/x11/xkeyboard-config: . files Message-ID: <201810302131.w9ULV99s005716@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Tue Oct 30 21:31:08 2018 New Revision: 483538 URL: https://svnweb.freebsd.org/changeset/ports/483538 Log: x11/xkeyboard-config: Fix typo in Armenian layout Fix two typos in the Armenian layout in xkeyboard-config, preventing the use of two Armenian capital letters. This was reported on the x11@ mailing list. Upstream PR: https://bugs.freedesktop.org/show_bug.cgi?id=108545 Reported by: Sergey Manucharian Added: head/x11/xkeyboard-config/files/patch-symbols_am (contents, props changed) Modified: head/x11/xkeyboard-config/Makefile Modified: head/x11/xkeyboard-config/Makefile ============================================================================== --- head/x11/xkeyboard-config/Makefile Tue Oct 30 20:51:48 2018 (r483537) +++ head/x11/xkeyboard-config/Makefile Tue Oct 30 21:31:08 2018 (r483538) @@ -2,6 +2,7 @@ PORTNAME= xkeyboard-config PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= XORG/individual/${XORG_CAT}/${PORTNAME} Added: head/x11/xkeyboard-config/files/patch-symbols_am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xkeyboard-config/files/patch-symbols_am Tue Oct 30 21:31:08 2018 (r483538) @@ -0,0 +1,13 @@ +--- symbols/am.orig 2018-10-30 21:22:31 UTC ++++ symbols/am +@@ -80,8 +80,8 @@ xkb_symbols "phonetic" { + key <AE06> { [ Armenian_vyun, Armenian_VYUN ] }; + key <AE07> { [ Armenian_ligature_ew, 0x100058f ] }; + key <AE08> { [ Armenian_ra, Armenian_RA ] }; +- key <AE09> { [ Armenian_cha, rmenian_CHA ] }; +- key <AE10> { [ Armenian_tche, rmenian_TCHE ] }; ++ key <AE09> { [ Armenian_cha, Armenian_CHA ] }; ++ key <AE10> { [ Armenian_tche, Armenian_TCHE ] }; + key <AE11> { [ Armenian_hyphen, 0x1002015 ] }; + key <AE12> { [ Armenian_zhe, Armenian_ZHE ] }; +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810302131.w9ULV99s005716>