rpms/m17n-contrib/devel kn-kgp-halantha-ayogavaaha.patch, NONE, 1.1 m17n-contrib.spec, 1.31, 1.32 ks-kbd.mim, 1.1, NONE

pnemade pnemade at fedoraproject.org
Mon Aug 17 08:48:19 UTC 2009


Author: pnemade

Update of /cvs/pkgs/rpms/m17n-contrib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29007

Modified Files:
	m17n-contrib.spec 
Added Files:
	kn-kgp-halantha-ayogavaaha.patch 
Removed Files:
	ks-kbd.mim 
Log Message:
* Mon Aug 17 2009 Parag Nemade <pnemade at redhat.com> -1.1.10-2
- Add patch kn-kgp-halantha-ayogavaaha.patch




kn-kgp-halantha-ayogavaaha.patch:
 kn-kgp-new.mim |   47 +++++++++++++++++++++++++++++++++--------------
 1 file changed, 33 insertions(+), 14 deletions(-)

--- NEW FILE kn-kgp-halantha-ayogavaaha.patch ---
--- im/kn-kgp.mim	2008-07-02 14:32:22.000000000 +0530
+++ im/kn-kgp-new.mim	2009-08-03 12:29:13.000000000 +0530
@@ -2,6 +2,8 @@
 ;;   Copyright (C) 2008
 ;;   Sridhar M.A., Mysore; mas at mylug.org
 
+;; Modified for better visual appeal by Prasad H. L. hlprasu at gmail.com
+
 
 ;; This file is part of the m17n contrib; a sub-part of the m17n
 ;; library.
@@ -35,7 +37,7 @@
   ("A") ("B") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") 
   ("L") ("M") ("N") ("O") ("P") ("Q") ("R") ("S") ("T") ("U")
   ("V") ("W") ("Y") ("Z")
-  ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i")
+  ("a") ("b") ("c") ("d") ("e") ("g") ("h") ("i")
   ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r")
   ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z"))
 
@@ -94,8 +96,6 @@
   ("o" "ಒ")
   ("O" "ಓ")
   ("V" "ಔ")
-  ("M" "ಂ")
-  ("H" "ಃ")
   ("|" "।")
   ("||" "॥")
   ("sX" "ಽ")
@@ -110,8 +110,15 @@
   ("8" "೮")
   ("9" "೯"))
 
+ (halantha
+   ("f" "್")
+   ("ff" "್‌"))
+ 
+ (ayogavaaha
+  ("M" "ಂ")
+  ("H" "ಃ"))
+
  (dependent
-  ("f" "್")
   ("A" "ಾ")
   ("i" "ಿ")
   ("I" "ೀ")
@@ -124,8 +131,7 @@
   ("Y" "ೈ")
   ("o" "ೊ")
   ("O" "ೋ")
-  ("V" "ೌ")
-  ("ff" "್‌"))
+  ("V" "ೌ"))
 
  (return
   ((Return)))
@@ -135,23 +141,36 @@
 
 (state
  (init
-  (starter (pushback 1) (shift intermediate)))
+  (starter (pushback 1) (shift start)))
+
+ (start
+  (consonant (shift first))
+  (independent (shift ayogavaaha))
+  (backspace)
+  (return (shift init)))
 
- (intermediate
-  (consonant (shift second))
-  (independent (shift finish))
+ (first
+  (consonant (set a @-1) (undo -1) (commit) (pushback a) (shift start))
+  (ayogavaaha (shift finish))
+  (dependent (shift ayogavaaha))
+  (halantha (shift second))
   (backspace)
   (return (shift init)))
 
  (second
-  (consonant)
-  (dependent (shift finish))
+  (consonant (shift first))
   (backspace)
   (return (shift init)))
 
+ (ayogavaaha
+  (ayogavaaha (shift ayogavaaha))
+  (backspace)
+  (return (shift init))
+
  (finish
-  (return)
-  )
+  (backspace)
+  (return))
+)
 
 ;; (finish
 ;;  (return)


Index: m17n-contrib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m17n-contrib/devel/m17n-contrib.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- m17n-contrib.spec	29 Jul 2009 03:51:18 -0000	1.31
+++ m17n-contrib.spec	17 Aug 2009 08:48:19 -0000	1.32
@@ -1,19 +1,19 @@
 Name:     m17n-contrib
 Summary:  Contributed multilingualization datafiles for m17n-lib
 Version:  1.1.10
-Release:  1%{?dist}
+Release:  2%{?dist}
 Group:    System Environment/Libraries
 License:  LGPLv2+
 URL:      http://www.m17n.org/m17n-lib/index.html
 Source0:  http://www.m17n.org/m17n-lib-download/m17n-contrib-%{version}.tar.gz
 Source1:  mai-inscript.mim
-Source2:  ks-kbd.mim
 Patch0:	  bug433416-bn-probhat.patch
 Patch1:	  as-inscript-keysummary-440201.patch
 Patch2:   ml-inscript-keysummary-435259.patch
 Patch3:   kn-inscript-ZWNJ-440007.patch
 Patch4:   or-inscript-ZWJ-ZWNJ-466748.patch
 Patch5:   pa-jhelum-numeric-503478.patch
+Patch6:   kn-kgp-halantha-ayogavaaha.patch
 BuildArch: noarch
 BuildRequires: m17n-db-devel >= 1.5.2-3
 Requires: m17n-db >= 1.4.0
@@ -102,6 +102,7 @@ for %(echo %1 | sed -e "s/\\(.*\\)/\\u\\
 %patch3 -p1
 %patch4 -p1
 %patch5 -p0
+%patch6 -p0
 
 %build
 %configure
@@ -111,7 +112,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
-cp -p %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/m17n/
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/m17n/
 
 rm -rf $RPM_BUILD_ROOT/%{_bindir}
 
@@ -126,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/m17n/scripts
 
 %changelog
+* Mon Aug 17 2009 Parag Nemade <pnemade at redhat.com> -1.1.10-2
+- Add patch kn-kgp-halantha-ayogavaaha.patch
+
 * Wed Jul 29 2009 Parag Nemade <pnemade at redhat.com> -1.1.10-1
 - update to new upstream release 1.1.10 
 - Resolves: rh#513920: [pa_IN]Jhelum layout conflict with shortcut key in lokalize


--- ks-kbd.mim DELETED ---




More information about the fedora-extras-commits mailing list