rpms/m17n-contrib/devel kn-kgp.mim, NONE, 1.1 m17n-contrib.spec, 1.13, 1.14 ml-swanalekha.mim, 1.1, NONE

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Fri Jul 4 05:49:37 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/m17n-contrib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18687

Modified Files:
	m17n-contrib.spec 
Added Files:
	kn-kgp.mim 
Removed Files:
	ml-swanalekha.mim 
Log Message:

* Fri Jul 04 2008 Parag Nemade <pnemade at redhat.com> -1.1.7-2
- Resolves: rh#453910: [kn_IN]Include latest kn- kgp.mim againist the latest build




--- NEW FILE kn-kgp.mim ---
;; kn-kgp.mim -- Kannada input method with KGP method
;;   Copyright (C) 2008
;;   Sridhar M.A., Mysore; mas at mylug.org


;; This file is part of the m17n contrib; a sub-part of the m17n
;; library.

;; The m17n library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public License
;; as published by the Free Software Foundation; either version 2.1 of
;; the License, or (at your option) any later version.

;; The m17n library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;; Lesser General Public License for more details.

;; You should have received a copy of the GNU Lesser General Public
;; License along with the m17n library; if not, write to the Free
;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.

(input-method kn kgp)

(description "Kannada input method by KGP method.
")

(title "ಕ")

(map
 (starter
  ("0") ("1") ("2") ("3") ("4")
  ("5") ("6") ("7") ("8") ("9")
  ("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")
  ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r")
  ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z"))

 (consonant
  ("k" "ಕ")
  ("K" "ಖ")
  ("g" "ಗ")
  ("G" "ಘ")
  ("Z" "ಙ")
  ("c" "ಚ")
  ("C" "ಛ")
  ("j" "ಜ")
  ("jX" "ಜ಼")
  ("J" "ಝ")
  ("z" "ಞ")
  ("q" "ಟ")
  ("Q" "ಠ")
  ("w" "ಡ")
  ("W" "ಢ")
  ("N" "ಣ")
  ("t" "ತ")
  ("T" "ಥ")
  ("d" "ದ")
  ("D" "ಧ")
  ("n" "ನ")
  ("p" "ಪ")
  ("P" "ಫ")
  ("PX" "ಫ಼")
  ("b" "ಬ")
  ("B" "ಭ")
  ("m" "ಮ")
  ("y" "ಯ")
  ("r" "ರ")
  ("rX" "ಱ")
  ("l" "ಲ")
  ("v" "ವ")
  ("S" "ಶ")
  ("x" "ಷ")
  ("s" "ಸ")
  ("h" "ಹ")
  ("L" "ಳ")
  ("LX" "ೞ"))

 (independent
  ("a" "ಅ")
  ("A" "ಆ")
  ("i" "ಇ")
  ("I" "ಈ")
  ("u" "ಉ")
  ("U" "ಊ")
  ("R" "ಋ")
  ("RU" "à³ ")
  ("e" "ಎ")
  ("E" "ಏ")
  ("Y" "ಐ")
  ("o" "ಒ")
  ("O" "ಓ")
  ("V" "ಔ")
  ("M" "ಂ")
  ("H" "ಃ")
  ("|" "।")
  ("||" "॥")
  ("sX" "ಽ")
  ("0" "೦")
  ("1" "೧")
  ("2" "೨")
  ("3" "೩")
  ("4" "೪")
  ("5" "೫")
  ("6" "೬")
  ("7" "à³­")
  ("8" "à³®")
  ("9" "೯"))

 (dependent
  ("f" "್")
  ("A" "ಾ")
  ("i" "ಿ")
  ("I" "à³€")
  ("u" "ು")
  ("U" "ೂ")
  ("R" "ೃ")
  ("RX" "ೄ")
  ("e" "ೆ")
  ("E" "ೇ")
  ("Y" "ೈ")
  ("o" "ೊ")
  ("O" "ೋ")
  ("V" "ೌ")
  ("ff" "್‌"))

 (return
  ((Return)))

 (backspace
  ((BackSpace) (undo))))

(state
 (init
  (starter (pushback 1) (shift intermediate)))

 (intermediate
  (consonant (shift second))
  (independent (shift finish))
  (backspace)
  (return (shift init)))

 (second
  (consonant)
  (dependent (shift finish))
  (backspace)
  (return (shift init)))

 (finish
  (return)
  )

;; (finish
;;  (return)
;;  (t (shift init))))

;; Local Variables:
;; coding: utf-8
;; mode: lisp
;; End:


Index: m17n-contrib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/m17n-contrib/devel/m17n-contrib.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- m17n-contrib.spec	3 Jul 2008 07:13:13 -0000	1.13
+++ m17n-contrib.spec	4 Jul 2008 05:48:50 -0000	1.14
@@ -1,11 +1,12 @@
 Name:     m17n-contrib
 Summary:  Contributed multilingualization datafiles for m17n-lib
 Version:  1.1.7
-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:  kn-kgp.mim
 Patch0:	  bug433416-bn-probhat.patch
 Patch1:	  as-inscript-keysummary-440201.patch
 Patch2:   ml-inscript-keysummary-435259.patch
@@ -98,6 +99,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/m17n/
 
 %find_lang %name
 
@@ -110,6 +112,9 @@
 %{_datadir}/m17n/scripts
   
 %changelog
+* Fri Jul 04 2008 Parag Nemade <pnemade at redhat.com> -1.1.7-2
+- Resolves: rh#453910: [kn_IN]Include latest kn- kgp.mim againist the latest build
+
 * Thu Jul 03 2008 Parag Nemade <pnemade at redhat.com> -1.1.7-1
 - Update to new upstream release 1.1.7
 


--- ml-swanalekha.mim DELETED ---




More information about the fedora-extras-commits mailing list