svn commit: r483610 - in branches/2018Q4/x11/xkeyboard-config: . files

Niclas Zeising zeising at FreeBSD.org
Wed Oct 31 19:56:53 UTC 2018


Author: zeising
Date: Wed Oct 31 19:56:51 2018
New Revision: 483610
URL: https://svnweb.freebsd.org/changeset/ports/483610

Log:
  MFH: r483538
  
  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
  
  Approved by:	ports-secteam (miwi)

Added:
  branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am
     - copied unchanged from r483538, head/x11/xkeyboard-config/files/patch-symbols_am
Modified:
  branches/2018Q4/x11/xkeyboard-config/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/x11/xkeyboard-config/Makefile
==============================================================================
--- branches/2018Q4/x11/xkeyboard-config/Makefile	Wed Oct 31 19:40:15 2018	(r483609)
+++ branches/2018Q4/x11/xkeyboard-config/Makefile	Wed Oct 31 19:56:51 2018	(r483610)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xkeyboard-config
 PORTVERSION=	2.24
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	XORG/individual/${XORG_CAT}/${PORTNAME}
 

Copied: branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am (from r483538, head/x11/xkeyboard-config/files/patch-symbols_am)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q4/x11/xkeyboard-config/files/patch-symbols_am	Wed Oct 31 19:56:51 2018	(r483610, copy of r483538, head/x11/xkeyboard-config/files/patch-symbols_am)
@@ -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  	]	};
+ 


More information about the svn-ports-all mailing list