Compare commits

..

4 commits

Author SHA1 Message Date
Mike FABIAN
1b22755364 Add bn-national-jatiya.{mim,png} and add improved unicode.mim 2022-08-19 13:40:42 +02:00
Mike FABIAN
2b11ff5546 Add mr-gamabhana.png icon for mr-gamabhana.mim input method 2022-07-12 16:10:14 +02:00
Mike FABIAN
2669d9ea15 Ship the bn-unijoy.mim as well
It seems to work, maybe there was some problem in the past. But at the
moment I see no reason to omit it.
2022-07-11 16:01:50 +02:00
Mike FABIAN
4a2688fe0c Add mr-gamabhana.mim input method 2022-02-25 12:24:42 +01:00
23 changed files with 1760 additions and 979 deletions

View file

@ -1 +0,0 @@
1

11
.gitignore vendored
View file

@ -6,6 +6,7 @@ m17n-db-1.6.1.tar.gz
/inscript2-20120320.tar.gz
/m17n-db-1.7.0.tar.gz
/inscript2-20160423.tar.gz
/minglish.mim
/m17n-db-1.8.0RC.tar.gz
/m17n-db-1.8.0.tar.gz
/m17n-db-sayura-1.0.0.tar.gz
@ -13,13 +14,3 @@ m17n-db-1.6.1.tar.gz
/inscript2-20210809.tar.gz
/inscript2-20210812.tar.gz
/inscript2-20210820.tar.gz
/m17n-db-1.8.1.tar.gz
/m17n-db-1.8.2.tar.gz
/m17n-db-1.8.3.tar.gz
/m17n-db-1.8.4.tar.gz
/m17n-db-1.8.5.tar.gz
/m17n-db-1.8.6.tar.gz
/m17n-db-1.8.7.tar.gz
/m17n-db-1.8.8.tar.gz
/m17n-db-1.8.9.tar.gz
/m17n-db-1.8.10.tar.gz

403
bn-national-jatiya.mim Normal file
View file

@ -0,0 +1,403 @@
;; bn-national-jatiya.mim -- Bengali input method National Jatiya layout
;; Copyright (c) 2022 Red Hat, Inc. All Rights Reserved.
;; This program 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.
;; This program 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.
;;
;; Author: Mike FABIAN <mfabian@redhat.com>
(input-method bn national-jatiya (version "1.0.0"))
(description "Bengali input method for National Jatiya layout.
https://en.wikipedia.org/wiki/Bengali_input_methods#Bangla_Jatiyo
Layout taken from
https://github.com/OpenBangla/OpenBangla-Keyboard/blob/master/data/National_Jatiya.json
and ported to m17n-db, merging in differences /usr/share/X11/xkb/symbols/bd as far
as possible, giving priority to National_Jatiya.json in case of a conflict.
One of the conflicts is that National_Jatiya.json has ZWNJ on ` and
AltGr+` and ZWJ on ~ and AltGr+~ whereas /usr/share/X11/xkb/symbols/bd
produces the ASCII characters ` and ~ on these keys.
See also:
https://en.wikipedia.org/wiki/Bengali_input_methods#/media/File:KB-Bengali-Jatiyo.svg
The layout picture from Wikipedia shows a few characters on AltGr which do exist
neither in National_Jatiya.json nor /usr/share/X11/xkb/symbols/bd.
On top of implementing the plain “National Jatiya” keyboard
layout, this input method also does “automatic vowel forming”,
i.e. if a diacritical form of a vowel like
া U+09BE BENGALI VOWEL SIGN AA
is typed after a consonant, it is inserted like that but if it is typed
anywhere else, not following a consonant, it is inserted as
আ U+0986 BENGALI LETTER AA
See also:
https://github.com/lifeparticle/Bengali-Alphabet/blob/master/vowel_diacritics.md
http://unicode.org/charts/nameslist/n_0980.html
")
(title "ক")
(variable
(use-automatic-vowel-forming
(_"If this variable is 1 (the default), automatic vowel forming is used.
For example, a dependent vowel like া is automatically converted to
the independent form আ if it is not typed after a consonant.")
1 0 1)) ; ((NAME [DESCRIPTION DEFAULT-VALUE VALID-VALUE ...])
(map
(independent-vowels
("H" "অ") ; U+0985 BENGALI LETTER A
((G-h) "আ") ; U+0986 BENGALI LETTER AA
((G-d) "ই") ; U+0987 BENGALI LETTER I
((G-D) "ঈ") ; U+0988 BENGALI LETTER II
((G-s) "উ") ; U+0989 BENGALI LETTER U
((G-S) "ঊ") ; U+098A BENGALI LETTER UU
((G-a) "ঋ") ; U+098B BENGALI LETTER VOCALIC R
((G-l) "ঌ") ; U+098C BENGALI LETTER VOCALIC L
((G-c) "এ") ; U+098F BENGALI LETTER E
((G-C) "ঐ") ; U+0990 BENGALI LETTER AI
((G-x) "ও") ; U+0993 BENGALI LETTER O
((G-X) "ঔ") ; U+0994 BENGALI LETTER AU
)
(additional-independent-vowels-for-sanskrit
((G-A) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR
((G-L) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL
)
(dependent-vowel-signs
("h" (cond ((= consonant-flag 0) "আ") ; U+0986 BENGALI LETTER AA
((= consonant-flag 1) "া"))) ; U+09BE BENGALI VOWEL SIGN AA
("d" (cond ((= consonant-flag 0) "ই") ; U+0987 BENGALI LETTER I
((= consonant-flag 1) "ি"))) ; U+09BF BENGALI VOWEL SIGN I
("D" (cond ((= consonant-flag 0) "ঈ") ; U+0988 BENGALI LETTER II
((= consonant-flag 1) "ী"))) ; U+09C0 BENGALI VOWEL SIGN II
("s" (cond ((= consonant-flag 0) "উ") ; U+0989 BENGALI LETTER U
((= consonant-flag 1) "ু"))) ; U+09C1 BENGALI VOWEL SIGN U
("S" (cond ((= consonant-flag 0) "ঊ") ; U+098A BENGALI LETTER UU
((= consonant-flag 1) "ূ"))) ; U+09C2 BENGALI VOWEL SIGN UU
("a" (cond ((= consonant-flag 0) "ঋ") ; U+098B BENGALI LETTER VOCALIC R
((= consonant-flag 1) "ৃ"))) ; U+09C3 BENGALI VOWEL SIGN VOCALIC R
((G-e) (cond ((= consonant-flag 0) "ৠ") ; U+09E0 BENGALI LETTER VOCALIC RR
((= consonant-flag 1) "ৄ"))) ; U+09C4 BENGALI VOWEL SIGN VOCALIC RR
("c" (cond ((= consonant-flag 0) "এ") ; U+098F BENGALI LETTER E
((= consonant-flag 1) "ে"))) ; U+09C7 BENGALI VOWEL SIGN E
("C" (cond ((= consonant-flag 0) "ঐ") ; U+0990 BENGALI LETTER AI
((= consonant-flag 1) "ৈ"))) ; U+09C8 BENGALI VOWEL SIGN AI
("x" (cond ((= consonant-flag 0) "ও") ; U+0993 BENGALI LETTER O
((= consonant-flag 1) "ো"))) ; U+09CB BENGALI VOWEL SIGN O
("X" (cond ((= consonant-flag 0) "ঔ") ; U+0994 BENGALI LETTER AU
((= consonant-flag 1) "ৌ"))) ; U+09CC BENGALI VOWEL SIGN AU
)
(additional-dependent-vowel-signs-for-sanskrit
((G-q) (cond ((= consonant-flag 0) "ঌ") ; U+098C BENGALI LETTER VOCALIC L
((= consonant-flag 1) "ৢ"))) ; U+09E2 BENGALI VOWEL SIGN VOCALIC L
((G-Q) (cond ((= consonant-flag 0) "ৡ") ; U+09E1 BENGALI LETTER VOCALIC LL
((= consonant-flag 1) "ৣ"))) ; U+09E3 BENGALI VOWEL SIGN VOCALIC LL
)
(consonants
("j" "ক") ; U+0995 BENGALI LETTER KA
("J" "খ") ; U+0996 BENGALI LETTER KHA
("o" "গ") ; U+0997 BENGALI LETTER GA
("O" "ঘ") ; U+0998 BENGALI LETTER GHA
("q" "ঙ") ; U+0999 BENGALI LETTER NGA
("y" "চ") ; U+099A BENGALI LETTER CA
("Y" "ছ") ; U+099B BENGALI LETTER CHA
("u" "জ") ; U+099C BENGALI LETTER JA
("U" "ঝ") ; U+099D BENGALI LETTER JHA
("I" "ঞ") ; U+099E BENGALI LETTER NYA
("t" "ট") ; U+099F BENGALI LETTER TTA
("T" "ঠ") ; U+09A0 BENGALI LETTER TTHA
("e" "ড") ; U+09A1 BENGALI LETTER DDA
("E" "ঢ") ; U+09A2 BENGALI LETTER DDHA
("B" "ণ") ; U+09A3 BENGALI LETTER NNA
("k" "ত") ; U+09A4 BENGALI LETTER TA
("K" "থ") ; U+09A5 BENGALI LETTER THA
("l" "দ") ; U+09A6 BENGALI LETTER DA
("L" "ধ") ; U+09A7 BENGALI LETTER DHA
("b" "ন") ; U+09A8 BENGALI LETTER NA
("r" "প") ; U+09AA BENGALI LETTER PA
("R" "ফ") ; U+09AB BENGALI LETTER PHA
("f" "ব") ; U+09AC BENGALI LETTER BA
("F" "ভ") ; U+09AD BENGALI LETTER BHA
("m" "ম") ; U+09AE BENGALI LETTER MA
("w" "য") ; U+09AF BENGALI LETTER YA
("v" "র") ; U+09B0 BENGALI LETTER RA
("V" "ল") ; U+09B2 BENGALI LETTER LA
("M" "শ") ; U+09B6 BENGALI LETTER SHA
("N" "ষ") ; U+09B7 BENGALI LETTER SSA
("n" "স") ; U+09B8 BENGALI LETTER SA
("i" "হ") ; U+09B9 BENGALI LETTER HA
)
(additional-consonant
;; a dead consonant form of ta, without implicit vowel, used in some sequences:
((G-^) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA
)
(additional-consonants
;; These three consonants with nuktas are listed in
;; CompositionExclusions.txt. That means that they do not recompose
;; during normalization. The NFC form is the same as the decomposed
;; sequence:
("p" "ড়") ; U+09DC BENGALI LETTER RRA ≡ 09A1 ড 09BC ◌়
("P" "ঢ়") ; U+09DD BENGALI LETTER RHA ≡ 09A2 ঢ 09BC ◌়
("W" "য়") ; U+09DF BENGALI LETTER YYA ≡ 09AF য 09BC ◌়
)
(various-signs
("A" "ৗ") ; U+09D7 BENGALI AU LENGTH MARK
("z" "ঁ") ; U+0981 BENGALI SIGN CANDRABINDU
("Q" "ং") ; U+0982 BENGALI SIGN ANUSVARA
("Z" "ঃ") ; U+0983 BENGALI SIGN VISARGA
((G-.) "়") ; U+09BC BENGALI SIGN NUKTA (for extending the alphabet to new letters, only in /usr/share/X11/xkb/symbols/bn)
((G-i) "ঽ") ; U+09BD BENGALI SIGN AVAGRAHA
((G-z) "৺") ; U+09FA BENGALI ISSHAR = ishvar (represents the name of a deity) = svargiya (written before the name of a deceased person)
)
(additions-for-assamese
((G-f) "ৰ") ; U+09F0 BENGALI LETTER RA WITH MIDDLE DIAGONAL = Assamese letter ra
((G-F) "ৱ") ; U+09F1 BENGALI LETTER RA WITH LOWER DIAGONAL = Assamese letter wa
)
(currency-symbols
((G-$) "৲") ; U+09F2 BENGALI RUPEE MARK = taka • historic currency sign
((G-4) "৳") ; U+09F3 BENGALI RUPEE SIGN = Bangladeshi taka
)
(historic-symbols-for-fractional-values
((G-1) "৴") ; U+09F4 BENGALI CURRENCY NUMERATOR ONE
((G-2) "৵") ; U+09F5 BENGALI CURRENCY NUMERATOR TWO
((G-3) "৶") ; U+09F6 BENGALI CURRENCY NUMERATOR THREE
((G-5) "৷") ; U+09F7 BENGALI CURRENCY NUMERATOR FOUR
((G-6) "৸") ; U+09F8 BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR
((G-0) "৹") ; U+09F9 BENGALI CURRENCY DENOMINATOR SIXTEEN
)
(other
((G-7) "ं") ; U+0902 DEVANAGARI SIGN ANUSVARA (Only in /usr/share/X11/xkb/symbols/bn)
("G" "।") ; U+0964 DEVANAGARI DANDA
((G-g) "॥") ; U+0965 DEVANAGARI DOUBLE DANDA
((G-j) "঻") ; U+09BB script bengali, not assigned (Only in /usr/share/X11/xkb/symbols/bn)
((G-k) "ৎ") ; U+09CE BENGALI LETTER KHANDA TA (Only in /usr/share/X11/xkb/symbols/bn)
)
(joiner
((G--) "") ; U+200C ZERO WIDTH NON-JOINER (Only in /usr/share/X11/xkb/symbols/bn)
("~" "") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json)
((G-~) "") ; U+200D ZERO WIDTH JOINER (Only in OpenBangla National_Jatiya.json)
("`" "") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json)
((G-`) "") ; U+200C ZERO WIDTH NON-JOINER (Only in OpenBangla National_Jatiya.json)
((G-=) "") ; U+200D ZERO WIDTH JOINER (Only in /usr/share/X11/xkb/symbols/bn)
)
(nothing
((G-8) "") ; Nothing
((G-9) "") ; Nothing
((G-&) "") ; Nothing
((G-') "") ; Nothing
((G-*) "") ; Nothing
((G-@) "") ; Nothing
((G-B) "") ; Nothing
((G-\\) "") ; Nothing
((G-|) "") ; Nothing
((G-{) "") ; Nothing
((G-}) "") ; Nothing
((G-[) "") ; Nothing
((G-]) "") ; Nothing
((G-:) "") ; Nothing
((G-,) "") ; Nothing
((G-E) "") ; Nothing
((G-!) "") ; Nothing
((G-G) "") ; Nothing
((G->) "") ; Nothing
((G-H) "") ; Nothing
((G-#) "") ; Nothing
((G-I) "") ; Nothing
((G-J) "") ; Nothing
((G-K) "") ; Nothing
((G-<) "") ; Nothing
((G-M) "") ; Nothing
((G-N) "") ; Nothing
((G-O) "") ; Nothing
((G-P) "") ; Nothing
((G-\() "") ; Nothing
((G-\)) "") ; Nothing
((G-%) "") ; Nothing
((G-+) "") ; Nothing
((G-?) "") ; Nothing
((G-\") "") ; Nothing
((G-R) "") ; Nothing
((G-;) "") ; Nothing
((G-/) "") ; Nothing
((G-T) "") ; Nothing
((G-U) "") ; Nothing
((G-_) "") ; Nothing
((G-V) "") ; Nothing
((G-W) "") ; Nothing
((G-Y) "") ; Nothing
((G-Z) "") ; Nothing
((G-b) "") ; Nothing
((G-m) "") ; Nothing
((G-n) "") ; Nothing
((G-o) "") ; Nothing
((G-p) "") ; Nothing
((G-r) "") ; Nothing
((G-t) "") ; Nothing
((G-u) "") ; Nothing
((G-v) "") ; Nothing
((G-w) "") ; Nothing
((G-t) "") ; Nothing
((G-u) "") ; Nothing
((G-v) "") ; Nothing
((G-w) "") ; Nothing
((G-y) "") ; Nothing
)
(digits
("0" "") ; U+09E6 BENGALI DIGIT ZERO
("1" "১") ; U+09E7 BENGALI DIGIT ONE
("2" "২") ; U+09E8 BENGALI DIGIT TWO
("3" "৩") ; U+09E9 BENGALI DIGIT THREE
("4" "") ; U+09EA BENGALI DIGIT FOUR
("5" "৫") ; U+09EB BENGALI DIGIT FIVE
("6" "৬") ; U+09EC BENGALI DIGIT SIX
("7" "") ; U+09ED BENGALI DIGIT SEVEN
("8" "৮") ; U+09EE BENGALI DIGIT EIGHT
("9" "৯") ; U+09EF BENGALI DIGIT NINE
)
(numpad
((KP_0) "") ; U+09E6 BENGALI DIGIT ZERO
((KP_1) "১") ; U+09E7 BENGALI DIGIT ONE
((KP_2) "২") ; U+09E8 BENGALI DIGIT TWO
((KP_3) "৩") ; U+09E9 BENGALI DIGIT THREE
((KP_4) "") ; U+09EA BENGALI DIGIT FOUR
((KP_5) "৫") ; U+09EB BENGALI DIGIT FIVE
((KP_6) "৬") ; U+09EC BENGALI DIGIT SIX
((KP_7) "") ; U+09ED BENGALI DIGIT SEVEN
((KP_8) "৮") ; U+09EE BENGALI DIGIT EIGHT
((KP_9) "৯") ; U+09EF BENGALI DIGIT NINE
((KP_Add) "+") ; U+002B PLUS SIGN
((KP_Decimal) ".") ; U+002E FULL STOP
((KP_Divide) "/") ; U+002F SOLIDUS
((KP_Multiply) "*") ; U+002A ASTERISK
((KP_Subtract) "-") ; U+002D HYPHEN-MINUS
)
(special
("." ".") ; U+002E FULL STOP
("&" "&") ; U+0026 AMPERSAND
("'" "'") ; U+0027 APOSTROPHE
("*" "*") ; U+002A ASTERISK
("@" "@") ; U+0040 COMMERCIAL AT
("\\" "\\") ; U+005C REVERSE SOLIDUS
("|" "|") ; U+007C VERTICAL LINE
("{" "{") ; U+007B LEFT CURLY BRACKET
("}" "}") ; U+007D RIGHT CURLY BRACKET
("[" "[") ; U+005B LEFT SQUARE BRACKET
("]" "]") ; U+005D RIGHT SQUARE BRACKET
("^" "^") ; U+005E CIRCUMFLEX ACCENT
(":" ":") ; U+003A COLON
("," ",") ; U+002C COMMA
("$" "$") ; U+0024 DOLLAR SIGN
("=" "=") ; U+003D EQUALS SIGN
("!" "!") ; U+0021 EXCLAMATION MARK
(">" ">") ; U+003E GREATER-THAN SIGN
("#" "#") ; U+0023 NUMBER SIGN
("<" "<") ; U+003C LESS-THAN SIGN
("-" "-") ; U+002D HYPHEN-MINUS
("(" "(") ; U+0028 LEFT PARENTHESIS
(")" ")") ; U+0029 RIGHT PARENTHESIS
("%" "%") ; U+0025 PERCENT SIGN
("+" "+") ; U+002B PLUS SIGN
("?" "?") ; U+003F QUESTION MARK
("\"" "\"") ; U+0022 QUOTATION MARK
(";" ";") ; U+003B SEMICOLON
("/" "/") ; U+002F SOLIDUS
("_" "_") ; U+005F LOW LINE
)
(deadkey
("g" "্") ; U+09CD BENGALI SIGN VIRAMA
)
(dead-key-completions
("h" (delete @-) "আ") ; + া U+09BE BENGALI VOWEL SIGN AA = আ U+0986 BENGALI LETTER AA
("d" (delete @-) "ই") ; + ি U+09BF BENGALI VOWEL SIGN I = ই U+0987 BENGALI LETTER I
("D" (delete @-) "ঈ") ; + ী U+09C0 BENGALI VOWEL SIGN II = ঈ U+0988 BENGALI LETTER II
("s" (delete @-) "উ") ; + ু U+09C1 BENGALI VOWEL SIGN U = উ U+0989 BENGALI LETTER U
("S" (delete @-) "ঊ") ; + ূ U+09C2 BENGALI VOWEL SIGN UU = ঊ U+098A BENGALI LETTER UU
("a" (delete @-) "ঋ") ; + ৃ U+09C3 BENGALI VOWEL SIGN VOCALIC R = ঋ U+098B BENGALI LETTER VOCALIC R
("c" (delete @-) "এ") ; + ে U+09C7 BENGALI VOWEL SIGN E = এ U+098F BENGALI LETTER E
("C" (delete @-) "ঐ") ; + ৈ U+09C8 BENGALI VOWEL SIGN AI = ঐ U+0990 BENGALI LETTER AI
("x" (delete @-) "ও") ; + ো U+09CB BENGALI VOWEL SIGN O = ও U+0993 BENGALI LETTER O
("X" (delete @-) "ঔ") ; + ৌ U+09CC BENGALI VOWEL SIGN AU = ঔ U+0994 BENGALI LETTER AU
("G" (delete @-) "॥") ; + । U+0964 DEVANAGARI DANDA = ॥ U+0965 DEVANAGARI DOUBLE DANDA
))
(state
(init
(t (cond
((= use-automatic-vowel-forming 1) (set consonant-flag 0))
(1 (set consonant-flag 1))))
(independent-vowels)
(additional-independent-vowels-for-sanskrit)
(dependent-vowel-signs)
(additional-dependent-vowel-signs-for-sanskrit)
(consonants (set consonant-flag 1) (shift after-consonant))
(additional-consonant)
(additional-consonants (set consonant-flag 1) (shift after-consonant))
(various-signs)
(additions-for-assamese)
(currency-symbols)
(historic-symbols-for-fractional-values)
(other)
(joiner)
(nothing)
(digits)
(numpad)
(special)
(deadkey (shift virama)))
(after-consonant
(dependent-vowel-signs (shift init))
(additional-dependent-vowel-signs-for-sanskrit (shift init))
(nil (shift init))
)
(virama
(dead-key-completions (shift init))
(nil (shift init))))
;; Local Variables:
;; coding: utf-8
;; mode: emacs-lisp
;; End:

BIN
bn-national-jatiya.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

626
changelog
View file

@ -1,626 +0,0 @@
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.5-1
- Update to 1.8.5
- new-newa-traditional-extended: New input method by Swornim Nakarmi <svarnim.nakahmi1.618@gmail.com>
- ml-pn-c: New input method for Malayalam by Ajith R <ajithramayyan at yahoo dot co dot in>
- en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method
* Mon Sep 25 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
- Update to 1.8.4
- New input methods from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
sa-vedic-itrans, dra-iso-15919-itrans, hi-brahmi-itrans, ks-sharada-itrans,
mr-modi-itrans, sa-brahmi-itrans, sa-grantha-itrans, sa-iso-15919-itrans,
sa-sharada-itrans, sa-inscript, sa-iast-vedic
- hi-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" <vishvas.vasuki@gmail.com>
- ne-trad-ttf: Update from author, Santosh Pradhan <sapradhan8@gmail.com>
- ja-trycode: Add icon.
- ks-inscript: Add icon.
- mai-inscript: Add icon.
- ml-enhanced-inscript: Add icon.
- mr-itrans: Add icon.
- hi-remington: Add icon.
- mr-typewriter: Add icon.
- mr-phonetic: Add icon.
- ne-rom-translit: Add icon.
- zh-pinyin-yi: Add icon.
- unicode: Add icon.
- da-post: Add icon.
- bo-ewts: Add icon.
- bo-tcrc: Add icon.
- kn-typewriter: Add icon.
- grc-mizuochi: Add icon.
- fr-azerty: Add icon.
- hi-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- kn-optitransv2: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- sa-itrans: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
- kn-itrans: Updates from "विश्वासो वासुकिजः (Vishvas Vasuki)" <vishvas.vasuki@gmail.com> and some extra bug fixes.
- lsymbol: Some additions from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)" and
some more improvements: Use emoji presentation when possible, better grouping in groups of 6, better description
- math-latex: Updates from https://github.com/indic-transliteration/m17n-db-indic "विश्वासो वासुकिजः (Vishvas Vasuki)"
New option "with-backslash-prefix".
- ks-kbd: Fix typo in description, add icon.
- ug-kbd: Add icon.
- tai-sonla-kbd.png: Add icon.
- mni-inscript2-mtei.png: Add icon.
- sat-inscript2-olck.png: Add icon.
- or-phonetic.png: Add icon.
- sa-harvard-kyoto.png: Add icon.
- pa-anmollipi.png: Add icon.
- pa-remington.png: Add icon.
- si-singlish.png: Add icon.
- ta-lk-renganathan.png: Add icon.
- te-rts.png: Add icon.
- vi-han.png: Add icon.
- vi-nomvni: Make existing icon work.
- vi-nomtelex: Make existing icon work.
- lsymbol: Add icon.
- ssymbol: Add icon.
* Mon Jul 24 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
- Update to 1.8.3
- kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0
- ta-vutam: Change the header comment to a description
- mr-gamabhana: icon resized to 48x48
- latn1-pre: add icon
- ar-translit: add icon
- ath-phonetic: add icon
- bla-phonetic: add icon
- cr-western: add icon
- iu-phonetic: add icon
- nsk-phonetic: add icon
- oj-phonetic: add icon
- uk-kbd: add icon
- eo-vi-sistemo: add icon
- Rename the .mim files of some eo input methods to improve search for the icons
- Workarounds for doxygen
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon May 08 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.2-1
- Update to 1.8.2
- Remove bn-national-jatiya input method (included upstream)
- Remove si-sayura input method (included upstream)
- Remove mr-gamabhana input method (included upstream)
- Update German translations (100%)
- Remove m17n-db-1.8.0-inscript2-mni-sat.patch (included upstream)
- Remove m17n-db-1.6.5-number_pad_itrans-222634.patch
This patch is not needed, numbers are typed in language representation
when using the number pad with numlock on even without this patch.
(I.e. the problem reported in https://bugzilla.redhat.com/show_bug.cgi?id=222634
is still fixed)
- Add icon for hu-rovas-post input method
- Remove m17n-db-1.6.5-kn-itrans_key-summary_bug228806.patch
(See: https://git.savannah.nongnu.org/cgit/m17n/m17n-db.git/commit/?id=f10cfe21d49afbef40bdc681ff70563b6154eac0
after these upstream changes to kn-itrans, the summary added by the patch is wrong)
- Remove m17n-db-1.6.5-bn-itrans-bug182227.patch
(This patch removed mappings which are "not in ITRANS Bengali table", nevertheless
these mappings might be useful to some users, better keep them for the time being)
- Remove m17n-db-1.6.5-kn-inscript-ZWNJ-bug440007.patch (included upstream)
- Remove m17n-db-1.7.0-fix-e-o-mappings.patch (included upstream)
- Remvove fix for ld mapping in MIM/bo-ewts.mim (include upstream)
(See: https://bugzilla.redhat.com/show_bug.cgi?id=1487512)
- MIM/bo-ewts.mim: remove whitespace in rn and brn mapping
* Wed May 03 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.1-1
- Update to 1.8.1
- Remove inscript2-20210820.tar.gz because it is now included upstream
- Remove m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch because it is included upstream
- Remove unicode.mim because the improvement is included upstream
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Nov 30 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-28
- Migrate license tag to SPDX
* Fri Aug 19 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-27
- Add bn-national-jatiya.{mim,png}
- Add improved unicode.mim
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 12 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-25
- Add mr-gamabhana.png icon for mr-gamabhana.mim input method
* Mon Jul 11 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-24
- Ship the bn-unijoy.mim as well, it seems to work, maybe there
was some problem in the past. But at the moment I see no reason
to omit it.
* Fri Feb 25 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-23
- Add mr-gamabhana.mim input method
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-21
- Update inscript2 keymaps to new upstream release 20210820
* Thu Aug 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-20
- Update inscript2 keymaps to new upstream release 20210812
* Mon Aug 09 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-19
- Update inscript2 keymaps to new upstream release 20210809
* Tue Aug 03 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-18
- Update inscript2 keymaps to new upstream release 20210803
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-16
- Re-upload minglish.mim source to fix its permissions to 644
* Wed May 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.0-15
- rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to
m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add
a comment with a link to the bug.
* Tue May 18 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.0-14
- Add back autopatch to apply the patches again
* Sun Apr 04 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.8.0-13
- Malayalam Mozhi input scheme bug fix
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-10
- Use make_build and make_install macros
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 10 2019 Mike FABIAN <mfabian@redhat.com> - 1.8.0-8
- Fix mni-inscript2-{beng,mtei}.mim and sat-inscript2-{deva,olck}.mim
* Thu Aug 29 2019 Mike FABIAN <mfabian@redhat.com> - 1.8.0-7
- Add si-sayura.mim input method
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Feb 19 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-3
- Add BuildRequires: gcc as per packaging guidelines
* Sat Feb 10 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-1
- Update to 1.8.0 version (#1543669)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.2.RC1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-0.1.RC1
- Update to 1.8.0 (#1523967)
- Resolves:rh#1487512 - Can't enter words beginning "ld" with Tibetan-ewts keyboard
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Apr 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-7
- Add missing BuildRequires: glibc-locale-source
- Resolves:rh#996429 - Mapping of ਠ is improper as per standard
- Resolves:rh#903272 - [gu_IN] use Devanagari U0965 instead of U0AE5 in inscript2 map
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Aug 24 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-5
- Fixed o. mappings for Gujarati itrans (rh#1249875)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 11 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-3
- Fixed e. mappings for Gujarati and Marathi itrans (rh#1129917)
* Wed Feb 25 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-2
- Added Minglish input method (rh#1191543)
* Mon Dec 22 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-1
- update to 1.7.0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Mar 12 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.6.5-2
- Add missing install commands for inscript2 maps
* Wed Jan 29 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.6.5-1
- update to 1.6.5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Sep 18 2012 Parag Nemade <pnemade AT redhat DOT com> - 1.6.4-1
- update to 1.6.4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Dec 21 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-2
- Resolves:rh#769239 - altgr change in wijesekara keyboard layout
* Tue Oct 11 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-1
- update to 1.6.3
* Thu Mar 24 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.2-3
- Resolves:rh#650802-[si] stick characters with cursor, while input with si-wijesekera.mim
- Resolves:rh#651289-zh-cangjie.mim: excessive space after committing Chinese word
- Drop obsoletes/provides added in f14
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Oct 06 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.2-1
- update to new upstream release 1.6.2
- Drop kn-itrans-ZWNJ-221965.patch
* Fri Jul 23 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.1-3
- Fix the upgrade path from F13 to F14
* Thu Jul 8 2010 Jens Petersen <petersen@redhat.com>
- use excludes to simplify .mim and icon filelists
* Wed Jul 07 2010 Parag Nemade <pnemade@redhat.com> - 1.6.1-2
- Resolves: rh#587927:- evince attempts to use libmimx-ispell.so
* Tue Apr 27 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.1-1
- update to new upstream release 1.6.1
* Wed Apr 07 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.0-2
- drop Provides:m17n-db-devel for m17n-db
* Wed Apr 07 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.0-1
- update to new upstream release 1.6.0
* Wed Dec 23 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-3
- separate .flt files to flt subpackage for m17n-lib-flt
* Fri Dec 18 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-2
- add common-cjk option to mk_pkg for zh and ko
- use mk_pkg for zh, el, ka, ug
- bring back ja-anthy and en-ispell
- cleanup trailing whitespace
* Wed Jul 29 2009 Parag Nemade <pnemade@redhat.com> -1.5.5-1
- update to new upstream release 1.5.5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Apr 08 2009 Parag Nemade <pnemade@redhat.com> -1.5.4-2
- Resolves: rh#494810-[indic][m17n-db][m17n-contrib] ibus .engine files no longer needed for new ibus
* Tue Mar 03 2009 Parag Nemade <pnemade@redhat.com> -1.5.4-1
- Update to new upstream release 1.5.4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Oct 21 2008 Parag Nemade <pnemade@redhat.com> -1.5.3-1.fc10
- Update to new upstream release 1.5.3
* Mon Oct 20 2008 Jens Petersen <petersen@redhat.com> - 1.5.2-4.fc10
- add obsoletes for ibus-m17n subpackages
- fix m17n-gen-ibus-engine to check for lang 't'
* Wed Oct 15 2008 Jens Petersen <petersen@redhat.com> - 1.5.2-3.fc10
- create .engine files for ibus-m17n with m17n-gen-ibus-engine (#466410)
* Fri Aug 29 2008 Parag Nemade <pnemade@redhat.com> -1.5.2-2
- Recreated patch si-wijesekera-keymap-rename_key-summary.patch
* Thu Jul 03 2008 Parag Nemade <pnemade@redhat.com> -1.5.2-1
- Update to new upstream release 1.5.2
* Fri Apr 04 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-3.fc9
- Resolves:rh#440567
* Wed Apr 02 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-2.fc9
- Resolves:rh#435260
* Thu Feb 07 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-1.fc9
- Update to new upstream release 1.5.1
- Added BR: gettext
* Fri Dec 28 2007 Parag Nemade <pnemade@redhat.com> -1.5.0-1.fc9
- Update to new upstream release 1.5.0
* Fri Sep 07 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-6.fc8
- Removed incorrect version of hi-typewriter.mim
* Mon Aug 20 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-5.fc8
- Added Obsoletes to m17n-db-gregorian
- Added Obsoletes to m17n-db-uyghur
- Added Provides to m17n-db-gregorian, m17n-db-gregorian, m17n-db-chinese
* Mon Aug 13 2007 Parag Nemade <pnemade@redhat.com>
- update License tag
* Wed Jul 25 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-4
- Added m17n-db as Requires for mk_pkg() macro generating packages.
- Added m17b-db and m17n-contrib-lang as Requires
for mk_pkg_uses_contrib() macro generating packages.
* Wed Jul 25 2007 Jens Petersen <petersen@redhat.com> - 1.4.0-3
- cleanup summaries and descriptions
- make just main package own m17n and icons dir
- replace %%makeinstall with make install
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-2.1
- Fix directory ownership issue
* Mon Jul 23 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-2
- SPEC clean up. Remove m17n-contrib
* Thu Jul 19 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-1
- Updated to new upstream release 1.4.0
* Wed Jul 18 2007 Jens Petersen <petersen@redhat.com>
- install .pc file under %%{_datadir}/pkgconfig
and include it in a new devel subpackage
* Mon Jun 18 2007 Jens Petersen <petersen@redhat.com> - 1.3.4-10
- name Uyghur subpackage consistently
* Wed May 16 2007 Jens Petersen <petersen@redhat.com> - 1.3.4-9
- update ta-typewriter.mim with bug fixes (I Felix, #236169)
* Thu Mar 15 2007 Mayank Jain <majain@redhat.com> 1.3.4-8
- Added key summary to kn-itrans,inscript keymaps - resolves 228806
* Thu Feb 15 2007 Mayank Jain <majain@redhat.com>
- Added ZWNJ (U+200d) needed in kn-* keymaps, resolved - 221965
- Added kn-itrans-ZWNJ-221965.patch
* Thu Feb 15 2007 Mayank Jain <majain@redhat.com>
- Added itrans layout for Marahi, resolved - 225561
* Thu Feb 8 2007 Mayank Jain <majain@redhat.com>
- Added phonetic keymaps for Marathi & Oriya, resolved - 225559 and 225562
* Wed Jan 17 2007 Mayank Jain <majain@redhat.com>
- Added Patch 4 as number_pad_itrans-222634.patch for adding number pad support in itrans keymaps
- Added number pad support in all indic keymaps except tamil as they used english numerals.
- Resolves bug : 222634
* Tue Jan 16 2007 Mayank Jain <majain@redhat.com>
- Added Patch 3 as sk-kbd-222804.patch to fix bug 222804
* Thu Jan 11 2007 Mayank Jain <majain@redhat.com>
- Moved all translations to m17n-db-datafiles package
* Mon Jan 8 2007 Mayank Jain <majain@redhat.com>
- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4
- Removed patch: si-wijesekera_surrounding_to_preedit.patch
- Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text
- Commented directive to copy bopo-kbd.mim
- Commented directive using variable.mim and command.mim - added global.mim in place of them
- Added sections for new Uyghur.
- Added copy directive for Mizuochi (grc-*) keymap for classical greek
- Added directives to install translations for japanese translations.
- Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2
* Tue Jan 2 2007 Mayank Jain <majain@redhat.com>
- Resolves: Bug 221122: [hi_IN-remington] vowels in hi-remington are not typed correctly
* Thu Dec 7 2006 Mayank Jain <majain@redhat.com>
- Resolves: bug 218255 - Fixed ta-typewriter keymap.
* Fri Dec 1 2006 Mayank Jain <majain@redhat.com>
- Fixed typo in si-wijesekera key summary (in the patch)
* Tue Nov 28 2006 Mayank Jain <majain@redhat.com>
- Reverted back to upstream's tarball for m17n-db
- Added si-wijesekera-with-preedit as a patch to m17n-db tarball
- Updated license header in hi-remington, as-inscript, or-inscript, ta-typewriter
- Resolved - 217318, 217319
* Mon Nov 27 2006 Mayank Jain <majain@redhat.com>
- Added halant to (t) in bn-itrans.mim in m17n-indic tarball, resolves bug 217139
- Edited our own bn-itrans-t-182227.patch to resolve bug 217139
* Mon Nov 20 2006 Mayank Jain <majain@redhat.com>
- Retained mapping of (.) to (.) in as-inscript as per bug 215486
- Fixed an error in ta-tamil99 key summary.
* Tue Nov 14 2006 Mayank Jain <majain@redhat.com>
- Fixed Bug 177371: mapping of X and x in kn-kgp
- Fixed Bug 215486: Mapped 0x0964 to shift(.) instead of . in as-inscript
- Fixed Bug 215489: Mapped 0x0964 to shift(.) instead of . in bn-inscript
* Mon Nov 13 2006 Mayank Jain <majain@redhat.com>
- Added ZWNJ to ml-inscript, fixes 214971
* Thu Nov 9 2006 Mayank Jain <majain@redhat.com>
- Fixed an errounous fix of ZWNJ to hi-inscript/phonetic
* Mon Nov 6 2006 Mayank Jain <majain@redhat.com>
- Fixed Bug 213633: Need changes in Assamese Inscript layout
* Thu Nov 2 2006 Mayank Jain <majain@redhat.com>
- Added ZWNJ to hi-inscript/phonetic
* Wed Nov 1 2006 Mayank Jain <majain@redhat.com>
- Added 09CE mapped to z in as-inscript (213372)
* Wed Nov 1 2006 Mayank Jain <majain@redhat.com>
- Imported m17n-db-indic-0.4.29.tar.gz from RHEL-5 package, changes happened from .28 version are
- Added few more key combinations for ta-typewriter keymap - bug 209088
- Added ZWJ for hi-inscript and hi-phonetic keymaps - bug 211576
- Corrected kn-kgp and kn-inscript keymaps for keymapping of X - bug 209963
* Tue Oct 17 2006 Mayank Jain <majain@redhat.com>
- Added si-wijesekera keymap with preedit, replaces si-wijesekera with surrounding text support
- Fixed kn-kgp keymap
* Mon Oct 16 2006 Mayank Jain <majain@redhat.com>
- Cleaned the spec file, versioning errors & removed use of epoch from the spec file
- Added ta-typewriter keymap & icon, fixes bug 209088
* Mon Oct 16 2006 Mayank Jain <majain@redhat.com>
- Switched the version number for m17n-db back to 1.3.3
- Added "Epoch : 1" in the spec file to override the 1.3.4 build.
* Mon Oct 9 2006 Mayank Jain <majain@redhat.com>
- Added key summary for si-wijesekera keymap
* Wed Oct 4 2006 Mayank Jain <majain@redhat.com>
- Removed errernous entries from ta-tamil99 keymap
* Tue Sep 12 2006 Mayank Jain <majain@redhat.com>
- Added key summary to te-inscript keymap
* Thu Sep 7 2006 Mayank Jain <majain@redhat.com>
- Updated keymaps for typo errors, updated copyright header in all keymaps with "This file is part of the m17n contrib; a sub-part of the m17n library"
- Added key summary for ta-tamil99 keymap
- updated key summary for bn-itrans.mim
* Wed Sep 6 2006 Mayank Jain <majain@redhat.com>
- Updated or-inscript.mim for bug 204726
* Wed Sep 6 2006 Mayank Jain <majain@redhat.com>
- Updated bn-probhat & as-phonetic keymaps with *=>ৎ
- Corrected date type in changelog
* Tue Sep 5 2006 Mayank Jain <majain@redhat.com>
- Updated as-phonetic with key summary
* Mon Sep 4 2006 Mayank Jain <majain@redhat.com>
- Added key summaries to pa-inscript/jhelum
- Fixed 204755
* Thu Aug 31 2006 Mayank Jain <majain@redhat.com>
- Added ur-phonetic icon
- Updated spec file to incorporate the icon
* Thu Aug 31 2006 Mayank Jain <majain@redhat.com>
- Updated bn-{inscript,probhat,itrans} for RH bug #204275
- Added ur-phonetic.mim file for RH bug #177372
- Updated m17n-db.spec file to incorporate Urdu keymap.
* Tue Aug 8 2006 Mayank Jain <majain@redhat.com>
- Updated bn-probhat.mim for RH bz #200890 ...weird... that previous update didnt showed up!
- https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200890#c4
* Tue Aug 1 2006 Mayank Jain <majain@redhat.com>
- Corrected bn-probhat.mim file, RH bz #200890, added U+09CE
* Tue Aug 1 2006 Mayank Jain <majain@redhat.com>
- Corrected ml-inscript.mim file, RH bz #200876
* Tue Jul 25 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-14
- move bopomofo to chinese subpackage
* Mon Jul 17 2006 Mayank Jain <majain@redhat.com> - 1.3.3-13
- Removed ta-typewriter.mim keymap as its not working
- Added ml-inscript.png
- Added hi-inscript.png
- added hi-remington.png
* Thu Jul 13 2006 Mayank Jain <majain@redhat.com>
- Added ta-typewriter.mim keymap
* Thu Jul 6 2006 Mayank Jain <majain@redhat.com>
- Added key summaries in various keymaps
* Thu Jun 29 2006 Mayank Jain <majain@redhat.com>
- Added hi-remington keymap - <rranjan@redhat.com>
- Added hi-remington.png - <aalam@redhat.com>
* Thu Jun 8 2006 Mayank Jain <majain@redhat.com>
- Added hi-typewriter keymap.
* Wed Jun 7 2006 Mayank Jain <majain@redhat.com>
- Added or-*.png icons.
* Mon Jun 5 2006 Mayank Jain <majain@redhat.com>
- Added as-*.png icons.
* Fri Jun 2 2006 Mayank Jain <majain@redhat.com>
- Added or-inscript keymap to the tarball
- Commented out as-*.png and or-*.png from the directives as respective .png files are missing from tarball.
* Fri Jun 2 2006 Mayank Jain <majain@redhat.com>
- Added modified as-phonetic.mim keymap, modified by <runab@redhat.com> for RH bz #193849
* Mon May 29 2006 Mayank Jain <majain@redhat.com>
- Added icon for marathi inscript - thanks to <aalam@redhat.com>
* Wed May 17 2006 Mayank Jain <majain@redhat.com>
- Added following keymaps
- as-inscript.mim
- as-phonetic.mim
- mr-inscript.mim
- ta-tamil99.mim
* Wed Mar 22 2006 Jens Petersen <petersen@redhat.com>
- fix language names in Indic .mim file headers (Naoto Takahashi)
- add make-dist script to m17n-db-indic
* Thu Mar 9 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-2
- Bengali input maps fixes (runab)
- map Probhat '*' key to an alternate sequence since glyph missing (#179821)
- more itrans cleanup (#182227)
- add icon for Tamil99 (aalam)
* Thu Mar 2 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-1
- update to 1.3.3 bugfix release
- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam)
- Tamil phonetic map now works
- new Tamil99 Government Standard map (I Felix)
* Tue Feb 14 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-2
- add Indian input maps ported from scim-tables
- add Nepali subpackage
* Fri Feb 10 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-1
- update to 1.3.2 bugfix release
- do not include ja-anthy.mim input map
* Thu Feb 2 2006 Jens Petersen <petersen@redhat.com> - 1.3.1-1
- update to 1.3.1 release
- add new icons to language subpackages
- new common-cjk subpackage for CJK common files
- new Swedish subpackage
- exclude new pkgconfig file
* Fri Dec 16 2005 Jens Petersen <petersen@redhat.com> - 1.2.0-2
- import to Fedora Core
* Wed Nov 9 2005 Jens Petersen <petersen@redhat.com> - 1.2.0-1
- separate output datafiles to datafiles subpackage.
* Wed Oct 5 2005 Jens Petersen <petersen@redhat.com>
- initial packaging for Fedora Extras
* Sat Sep 24 2005 Jens Petersen <petersen@redhat.com>
- split .mim input tables into separate subpackages per language
* Sat Jan 15 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp>
- modify spec for fedora

View file

@ -0,0 +1,48 @@
--- MIM/bn-itrans.mim.orig 2013-05-23 18:22:04.000000000 +0530
+++ MIM/bn-itrans.mim 2014-01-27 19:27:28.818981529 +0530
@@ -127,16 +127,10 @@
("U" "ঊ")
("RRi" "ঋ")
("R^i" "ঋ")
- ("LLi" "ঌ") ; not in ITRANS Bengali table
- ("L^i" "ঌ") ; not in ITRANS Bengali table
("e" "এ")
("ai" "ঐ")
("o" "ও")
("au" "ঔ")
- ("RRI" "ৠ") ; not in ITRANS Bengali table
- ("R^I" "ৠ") ; not in ITRANS Bengali table
- ("LLI" "ৡ") ; not in ITRANS Bengali table
- ("L^I" "ৡ") ; not in ITRANS Bengali table
(".N" "ঁ")
(".n" "ং")
("M" "ং") ; not in ITRANS Bengali table
@@ -153,10 +147,6 @@
("7" "")
("8" "৮")
("9" "৯")
- ("#" "্র") ; not in ITRANS Bengali table
- ("$" "র্") ; not in ITRANS Bengali table
- ("^" "ত্র") ; not in ITRANS Bengali table
- ("*" "শ্র") ; not in ITRANS Bengali table
("]" "়") ; not in ITRANS Bengali table
((KP_1) "১")
((KP_2) "২")
@@ -183,16 +173,10 @@
("U" (delete @-) "ূ")
("RRi" (delete @-) "ৃ")
("R^i" (delete @-) "ৃ")
- ("LLi" (delete @-) "ৢ") ; not in ITRANS Bengali table
- ("L^i" (delete @-) "ৢ") ; not in ITRANS Bengali table
("e" (delete @-) "ে")
("ai" (delete @-) "ৈ")
("o" (delete @-) "ো")
- ("au" (delete @-) "ৌ")
- ("RRI" (delete @-) "ৄ") ; not in ITRANS Bengali table
- ("R^I" (delete @-) "ৄ") ; not in ITRANS Bengali table
- ("LLI" (delete @-) "ৣ") ; not in ITRANS Bengali table
- ("L^I" (delete @-) "ৣ")) ; not in ITRANS Bengali table
+ ("au" (delete @-) "ৌ"))
(return
((Return)))

View file

@ -0,0 +1,21 @@
--- MIM/kn-inscript.mim.orig 2013-05-23 18:22:04.000000000 +0530
+++ MIM/kn-inscript.mim 2014-01-27 14:55:52.000000000 +0530
@@ -59,6 +59,9 @@
\"ಜ್ಞ\" : ಜ + ್ + ಞ
p + d + } [OR] %
+9) ZWNJ is assigned to key 'V'
+ ZWJ is assigned to key '\\\\'
+
Key summary: Shankar Prasad <svenkate@redhat.com>
")
@@ -161,7 +164,7 @@
("X" "")
("C" ?ಣ)
("c" ?ಮ)
-;; V
+ ("V" "")
("v" ?ನ)
;; B
("b" ?ವ)

View file

@ -0,0 +1,48 @@
--- MIM/kn-itrans.mim.orig 2013-08-20 14:55:29.000000000 +0530
+++ MIM/kn-itrans.mim 2014-01-27 19:36:23.056606114 +0530
@@ -46,8 +46,44 @@
Kannada l10n Team, kannada.l10n@gmail.com
<http://kannada.sourceforge.net>
on 18 Aug 2005.
-")
+Key summary :
+
+1) \"praa\" = pa + halant + raa
+ \"ಪ್ರಾ\" = ಪ + ್ + ರ + ಾ
+ p + r + A
+
+2) \"ska\" = sa+halant+ka
+ \"ಸ್ಕ\" = ಸ + ್ + ಕ
+ s + k + a
+
+3) \"ththhaa\" = th + halanth + thhaa
+ \" ತ್ಥಾ\" = ತ + ್ +ಥ + ಾ
+ t + th + A
+
+4) \"shhtya\" : shh + halat + T + halant + ya
+ \"ಷ್ಟ್ಯ\" = ಷ +್ + ಟ + ್ + ಯ
+ S + h + T + ya
+
+5) \"dgaa\" : d + halant + gaa
+ \"ದ್ಗಾ\" : ದ + ್ + ಗ +ಾ
+ d + g + aa
+
+6) \"ksha\" : k + halant + sha
+ \"ಕ್ಷ\" : ಕ + ್ + ಷ
+ k + Sh + a [OR] x
+
+7) \"thra\": th + halant + r + a
+ \"ತ್ರ\" : ತ + ್ +ರ
+ t + r + a
+
+8) \"jna\" : j + halant + na
+ \"ಜ್ಞ\" : ಜ + ್ + ಞ
+ G + Y + a
+
+Key summary: Shankar Prasad <svenkate@redhat.com>
+
+")
(title "ಕ")
(map

View file

@ -0,0 +1,137 @@
diff -urN MIM/as-itrans.mim.old MIM/as-itrans.mim
--- MIM/as-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/as-itrans.mim 2014-01-27 19:43:43.608461146 +0530
@@ -142,6 +142,11 @@
((KP_8) "৮")
((KP_9) "৯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "")
((C-@) ""))
diff -urN MIM/gu-itrans.mim.old MIM/gu-itrans.mim
--- MIM/gu-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/gu-itrans.mim 2014-01-27 19:44:15.069380103 +0530
@@ -143,6 +143,11 @@
((KP_8) "૮")
((KP_9) "૯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "") ; not in ITRANS Gujarati table
((C-@) "")) ; not in ITRANS Gujarati table
diff -urN MIM/hi-itrans.mim.old MIM/hi-itrans.mim
--- MIM/hi-itrans.mim.old 2013-11-09 14:48:20.000000000 +0530
+++ MIM/hi-itrans.mim 2014-01-27 19:50:10.952215133 +0530
@@ -229,7 +229,12 @@
((KP_6) "६")
((KP_7) "७")
((KP_8) "८")
- ((KP_9) "९"))
+ ((KP_9) "९")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-"))
(dependent
("a" (delete @-) "")
diff -urN MIM/kn-itrans.mim.old MIM/kn-itrans.mim
--- MIM/kn-itrans.mim.old 2014-01-27 19:51:21.086953700 +0530
+++ MIM/kn-itrans.mim 2014-01-27 19:47:10.035916349 +0530
@@ -251,6 +251,11 @@
((KP_8) "೮")
((KP_9) "೯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "") ; not in ITRANS Kannada table
((C-@) "")) ; not in ITRANS Kannada table
diff -urN MIM/ml-itrans.mim.old MIM/ml-itrans.mim
--- MIM/ml-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/ml-itrans.mim 2014-01-27 19:46:50.472981057 +0530
@@ -175,6 +175,11 @@
((KP_8) "൮")
((KP_9) "൯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "")
((C-@) ""))
diff -urN MIM/or-itrans.mim.old MIM/or-itrans.mim
--- MIM/or-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/or-itrans.mim 2014-01-27 19:46:33.923023456 +0530
@@ -143,6 +143,11 @@
((KP_8) "୮")
((KP_9) "୯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "")
((C-@) ""))
diff -urN MIM/pa-itrans.mim.old MIM/pa-itrans.mim
--- MIM/pa-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/pa-itrans.mim 2014-01-27 19:46:13.724075235 +0530
@@ -136,6 +136,11 @@
((KP_8) "੮")
((KP_9) "੯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "") ; not in ITRANS Gurmukhi table
((C-@) "")) ; not in ITRANS Gurmukhi table
diff -urN MIM/ta-itrans.mim.old MIM/ta-itrans.mim
--- MIM/ta-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/ta-itrans.mim 2014-01-27 19:45:52.657129275 +0530
@@ -130,6 +130,11 @@
((KP_8) "௮")
((KP_9) "௯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "") ; not in ITRANS Tamil table
((C-@) "") ; not in ITRANS Tamil table
("SRI" "ஶ்ரீ"))
diff -urN MIM/te-itrans.mim.old MIM/te-itrans.mim
--- MIM/te-itrans.mim.old 2013-05-23 18:22:04.000000000 +0530
+++ MIM/te-itrans.mim 2014-01-27 19:44:51.452286491 +0530
@@ -146,6 +146,11 @@
((KP_8) "౮")
((KP_9) "౯")
((KP_0) "")
+ ((KP_Decimal) ".")
+ ((KP_Divide) "/")
+ ((KP_Multiply) "*")
+ ((KP_Add) "+")
+ ((KP_Subtract) "-")
((S-\ ) "") ; not in ITRANS Telugu table
((C-@) "")) ; not in ITRANS Telugu table

View file

@ -0,0 +1,18 @@
diff -urN MIM/gu-itrans.mim.old MIM/gu-itrans.mim
--- MIM/gu-itrans.mim.old 2015-08-24 22:30:15.723875911 +0530
+++ MIM/gu-itrans.mim 2015-08-24 22:32:56.198910959 +0530
@@ -166,11 +166,13 @@
("RRI" (delete @-) "ૄ") ; not in ITRANS Gujarati table
("R^I" (delete @-) "ૄ") ; not in ITRANS Gujarati table
(".c" (delete @-) "ૅ")
+ ("e." (delete @-) "ે.") ; not in ITRANS Gujarati table
("e.c" (delete @-) "ૅ") ; not in ITRANS Gujarati table
("e" (delete @-) "ે")
("ai" (delete @-) "ૈ")
- ("o.c" (delete @-) "ૉ")
("o" (delete @-) "ો")
+ ("o." (delete @-) "ો.") ; not in ITRANS Gujarati table
+ ("o.c" (delete @-) "ૉ")
("au" (delete @-) "ૌ"))

View file

@ -0,0 +1,60 @@
--- inscript2/IM/mni-inscript2-beng.mim 2016-04-23 09:41:08.000000000 +0200
+++ inscript2/IM/mni-inscript2-beng.mim 2019-10-10 11:58:18.068555240 +0200
@@ -18,7 +18,7 @@
;;
;; Author: Parag Nemade <pnemade@redhat.com>
-(input-method mni inscript2)
+(input-method mni inscript2-beng)
(description "Manipuri input method for enhanced inscript layout.
--- inscript2/IM/mni-inscript2-mtei.mim 2016-04-23 09:41:10.000000000 +0200
+++ inscript2/IM/mni-inscript2-mtei.mim 2019-10-10 11:58:18.069555230 +0200
@@ -18,7 +18,7 @@
;;
;; Author: Parag Nemade <pnemade@redhat.com>
-(input-method mni inscript2)
+(input-method mni inscript2-mtei)
(description "Manipuri Meetei Mayek input method for enhanced inscript layout.
@@ -87,13 +87,13 @@
((G-U) "ꯡ")
("Y" "ꯚ")
("]" "꯬")
- ("a" "ꯣ "
+ ("a" "ꯣ")
("b" "ꯋ")
("c" "ꯃ")
((G-c) "ꯝ")
("d" "꯭")
("e" "ꯥ")
- ("f" "ꯤ)
+ ("f" "ꯤ")
("g" "ꯨ")
("h" "ꯄ")
((G-h) "ꯞ")
--- inscript2/IM/sat-inscript2-deva.mim 2016-04-23 09:41:51.000000000 +0200
+++ inscript2/IM/sat-inscript2-deva.mim 2019-10-10 11:58:46.793249433 +0200
@@ -18,7 +18,7 @@
;;
;; Author: Parag Nemade <pnemade@redhat.com>
-(input-method sat inscript2)
+(input-method sat inscript2-deva)
(description "Santali input method for enhanced inscript layout.
--- inscript2/IM/sat-inscript2-olck.mim 2016-04-23 09:41:49.000000000 +0200
+++ inscript2/IM/sat-inscript2-olck.mim 2019-10-10 11:58:46.793249433 +0200
@@ -18,7 +18,7 @@
;;
;; Author: Parag Nemade <pnemade@redhat.com>
-(input-method sat inscript2)
+(input-method sat inscript2-olck)
(description "Santali Ol Chicky input method for enhanced inscript layout.

View file

@ -0,0 +1,28 @@
commit 3e26647b3ec04c95f97e435b79f1f148ba8a6950
Author: Rajeesh K V <rajeeshknambiar@gmail.com>
Date: Mon Dec 14 15:58:11 2020 +0530
Malayalam mozhi input method: fix spurious ZWNJ being added
diff --git a/MIM/ml-mozhi.mim b/MIM/ml-mozhi.mim
index e502c7a..ce0b84f 100644
--- MIM/ml-mozhi.mim
+++ MIM/ml-mozhi.mim
@@ -113,7 +113,7 @@ For the details, see the page:
("N__" "ണ്‍")
("n__" "ന്‍")
("l__" "ല്‍")
- ("L__" "‌‌ള്‍")
+ ("L__" "ള്‍")
("r__" "ര്‍")
("R__" "ര്‍")
("x" "ക്ഷ്"))
@@ -147,7 +147,7 @@ For the details, see the page:
(".n" "")
("M" "")
("~" "്")
- ("_" "")
+ ("_" "")
("m_" "")
("m " " ")
("m," ",")

View file

@ -1,13 +1,23 @@
Name: m17n-db
Summary: Multilingualization datafiles for m17n-lib
Version: 1.8.10
Release: %autorelease
License: LGPL-2.1-or-later
Version: 1.8.0
Release: 25%{?dist}
License: LGPLv2+
URL: http://www.nongnu.org/m17n
Source0: http://download-mirror.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
## Till the Inscript2 gets upstreamed in m17n-db, use this source
Source1: https://releases.pagure.org/inscript2/inscript2-20210820.tar.gz
# Following is awaiting for upstream commit
Source1: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim
Source2: https://raw.githubusercontent.com/gnuman/m17n-inglish-mims/master/minglish/minglish.mim
Source3: https://github.com/mike-fabian/m17n-db-sayura/archive/1.0.0.tar.gz#/m17n-db-sayura-1.0.0.tar.gz
Source4: https://raw.githubusercontent.com/shantanuo/gamabhana/main/usr/share/m17n/mr-gamabhana.mim
Source5: https://github.com/shantanuo/gamabhana/blob/main/usr/share/m17n/icons/mr-gamabhana.png
Source6: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/bn-national-jatiya.mim
Source7: https://raw.githubusercontent.com/mike-fabian/m17n-db-bn-national-jatiya/main/icons/bn-national-jatiya.png
# Improved unicode.mim, see:
# https://lists.nongnu.org/archive/html/m17n-list/2022-06/msg00009.html
Source8: unicode.mim
BuildArch: noarch
BuildRequires: make
@ -18,6 +28,15 @@ BuildRequires: gcc
Obsoletes: m17n-contrib < 1.1.14-4.fc20
Provides: m17n-contrib = 1.1.14-4.fc20
# Fedora specific patches
Patch0: %{name}-1.6.5-bn-itrans-bug182227.patch
Patch1: %{name}-1.6.5-kn-itrans_key-summary_bug228806.patch
Patch2: %{name}-1.6.5-kn-inscript-ZWNJ-bug440007.patch
Patch3: %{name}-1.6.5-number_pad_itrans-222634.patch
Patch4: %{name}-1.7.0-fix-e-o-mappings.patch
# https://savannah.nongnu.org/bugs/?59681
Patch6: %{name}-1.8.0-ml-mozhi-savannah-bug-59681.patch
%description
This package contains multilingualization (m17n) datafiles for m17n-lib
which describe input maps, encoding maps, OpenType font data and
@ -44,8 +63,16 @@ m17n-db development files
%prep
%autosetup -N
##extract inscript2 maps
tar xzf %{SOURCE1}
##extract m17n-db-sayura
tar xzf %{SOURCE3}
%autopatch -p0
# Following fixes https://bugzilla.redhat.com/show_bug.cgi?id=1487512
sed -i 's/ ("ld" "སྡ")/ ("ld" "ལྡ")/g' MIM/bo-ewts.mim
%build
%configure
%{make_build}
@ -56,8 +83,27 @@ m17n-db development files
#removing ispell.mim for rh#587927
rm %{buildroot}%{_datadir}/m17n/ispell.mim
#install inscript2 keymaps
cp -p inscript2/IM/* %{buildroot}%{_datadir}/m17n/
cp -p inscript2/icons/* %{buildroot}%{_datadir}/m17n/icons
# install minglish keymap
/usr/bin/install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/m17n
/usr/bin/install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/m17n
# install si-sayura
cp -p m17n-db-sayura-1.0.0/si-sayura.mim %{buildroot}%{_datadir}/m17n
cp -p m17n-db-sayura-1.0.0/icons/si-sayura.png %{buildroot}%{_datadir}/m17n/icons
# install mr-gamabhana
/usr/bin/install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/m17n
/usr/bin/install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/m17n/icons
# install bn-national-jatiya
/usr/bin/install -m 644 %{SOURCE6} %{buildroot}%{_datadir}/m17n
/usr/bin/install -m 644 %{SOURCE7} %{buildroot}%{_datadir}/m17n/icons
# install improved unicode.mim
/usr/bin/install -m 644 %{SOURCE8} %{buildroot}%{_datadir}/m17n
# For installing the translation files
%find_lang %name
@ -93,7 +139,6 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim
%{_datadir}/m17n/v*.mim
%{_datadir}/m17n/y*.mim
# icons for keymaps
%dir %{_datadir}/m17n/icons
%{_datadir}/m17n/icons/*.png
%exclude %{_datadir}/m17n/zh-*.mim
%exclude %{_datadir}/m17n/icons/zh*.png
@ -116,4 +161,502 @@ rm %{buildroot}%{_datadir}/m17n/ispell.mim
%{_datadir}/pkgconfig/m17n-db.pc
%changelog
%autochangelog
* Fri Aug 19 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-25
- Add bn-national-jatiya.{mim,png}
- Add improved unicode.mim
* Tue Jul 12 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-24
- Add mr-gamabhana.png icon for mr-gamabhana.mim input method
* Mon Jul 11 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-23
- Ship the bn-unijoy.mim as well, it seems to work, maybe there
was some problem in the past. But at the moment I see no reason
to omit it.
* Fri Feb 25 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-22
- Add mr-gamabhana.mim input method
* Fri Aug 20 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-21
- Update inscript2 keymaps to new upstream release 20210820
* Thu Aug 12 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-20
- Update inscript2 keymaps to new upstream release 20210812
* Mon Aug 09 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-19
- Update inscript2 keymaps to new upstream release 20210809
* Tue Aug 03 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-18
- Update inscript2 keymaps to new upstream release 20210803
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jun 08 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-16
- Re-upload minglish.mim source to fix its permissions to 644
* Wed May 19 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.0-15
- rename patch m17n-db-1.8.0-ml-mozhi-bug-59681.patch to
m17n-db-1.8.0-ml-mozhi-savannah-bug-59681.patch and add
a comment with a link to the bug.
* Tue May 18 2021 Mike FABIAN <mfabian@redhat.com> - 1.8.0-14
- Add back autopatch to apply the patches again
* Sun Apr 04 2021 Rajeesh KV <rajeeshknambiar@fedoraproject.org> - 1.8.0-13
- Malayalam Mozhi input scheme bug fix
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Mar 18 2020 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-10
- Use make_build and make_install macros
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 10 2019 Mike FABIAN <mfabian@redhat.com> - 1.8.0-8
- Fix mni-inscript2-{beng,mtei}.mim and sat-inscript2-{deva,olck}.mim
* Thu Aug 29 2019 Mike FABIAN <mfabian@redhat.com> - 1.8.0-7
- Add si-sayura.mim input method
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Feb 19 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-3
- Add BuildRequires: gcc as per packaging guidelines
* Sat Feb 10 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-1
- Update to 1.8.0 version (#1543669)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-0.2.RC1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 03 2018 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-0.1.RC1
- Update to 1.8.0 (#1523967)
- Resolves:rh#1487512 - Can't enter words beginning "ld" with Tibetan-ewts keyboard
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Apr 23 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-7
- Add missing BuildRequires: glibc-locale-source
- Resolves:rh#996429 - Mapping of ਠ is improper as per standard
- Resolves:rh#903272 - [gu_IN] use Devanagari U0965 instead of U0AE5 in inscript2 map
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Aug 24 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-5
- Fixed o. mappings for Gujarati itrans (rh#1249875)
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon May 11 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-3
- Fixed e. mappings for Gujarati and Marathi itrans (rh#1129917)
* Wed Feb 25 2015 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-2
- Added Minglish input method (rh#1191543)
* Mon Dec 22 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.7.0-1
- update to 1.7.0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Mar 12 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.6.5-2
- Add missing install commands for inscript2 maps
* Wed Jan 29 2014 Parag Nemade <pnemade AT redhat DOT com> - 1.6.5-1
- update to 1.6.5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Tue Sep 18 2012 Parag Nemade <pnemade AT redhat DOT com> - 1.6.4-1
- update to 1.6.4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Dec 21 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-2
- Resolves:rh#769239 - altgr change in wijesekara keyboard layout
* Tue Oct 11 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.3-1
- update to 1.6.3
* Thu Mar 24 2011 Parag Nemade <pnemade AT redhat DOT com> - 1.6.2-3
- Resolves:rh#650802-[si] stick characters with cursor, while input with si-wijesekera.mim
- Resolves:rh#651289-zh-cangjie.mim: excessive space after committing Chinese word
- Drop obsoletes/provides added in f14
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Oct 06 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.2-1
- update to new upstream release 1.6.2
- Drop kn-itrans-ZWNJ-221965.patch
* Fri Jul 23 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.1-3
- Fix the upgrade path from F13 to F14
* Thu Jul 8 2010 Jens Petersen <petersen@redhat.com>
- use excludes to simplify .mim and icon filelists
* Wed Jul 07 2010 Parag Nemade <pnemade@redhat.com> - 1.6.1-2
- Resolves: rh#587927:- evince attempts to use libmimx-ispell.so
* Tue Apr 27 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.1-1
- update to new upstream release 1.6.1
* Wed Apr 07 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.0-2
- drop Provides:m17n-db-devel for m17n-db
* Wed Apr 07 2010 Parag Nemade <pnemade AT redhat.com> - 1.6.0-1
- update to new upstream release 1.6.0
* Wed Dec 23 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-3
- separate .flt files to flt subpackage for m17n-lib-flt
* Fri Dec 18 2009 Jens Petersen <petersen@redhat.com> - 1.5.5-2
- add common-cjk option to mk_pkg for zh and ko
- use mk_pkg for zh, el, ka, ug
- bring back ja-anthy and en-ispell
- cleanup trailing whitespace
* Wed Jul 29 2009 Parag Nemade <pnemade@redhat.com> -1.5.5-1
- update to new upstream release 1.5.5
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Apr 08 2009 Parag Nemade <pnemade@redhat.com> -1.5.4-2
- Resolves: rh#494810-[indic][m17n-db][m17n-contrib] ibus .engine files no longer needed for new ibus
* Tue Mar 03 2009 Parag Nemade <pnemade@redhat.com> -1.5.4-1
- Update to new upstream release 1.5.4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Oct 21 2008 Parag Nemade <pnemade@redhat.com> -1.5.3-1.fc10
- Update to new upstream release 1.5.3
* Mon Oct 20 2008 Jens Petersen <petersen@redhat.com> - 1.5.2-4.fc10
- add obsoletes for ibus-m17n subpackages
- fix m17n-gen-ibus-engine to check for lang 't'
* Wed Oct 15 2008 Jens Petersen <petersen@redhat.com> - 1.5.2-3.fc10
- create .engine files for ibus-m17n with m17n-gen-ibus-engine (#466410)
* Fri Aug 29 2008 Parag Nemade <pnemade@redhat.com> -1.5.2-2
- Recreated patch si-wijesekera-keymap-rename_key-summary.patch
* Thu Jul 03 2008 Parag Nemade <pnemade@redhat.com> -1.5.2-1
- Update to new upstream release 1.5.2
* Fri Apr 04 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-3.fc9
- Resolves:rh#440567
* Wed Apr 02 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-2.fc9
- Resolves:rh#435260
* Thu Feb 07 2008 Parag Nemade <pnemade@redhat.com> -1.5.1-1.fc9
- Update to new upstream release 1.5.1
- Added BR: gettext
* Fri Dec 28 2007 Parag Nemade <pnemade@redhat.com> -1.5.0-1.fc9
- Update to new upstream release 1.5.0
* Fri Sep 07 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-6.fc8
- Removed incorrect version of hi-typewriter.mim
* Mon Aug 20 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-5.fc8
- Added Obsoletes to m17n-db-gregorian
- Added Obsoletes to m17n-db-uyghur
- Added Provides to m17n-db-gregorian, m17n-db-gregorian, m17n-db-chinese
* Mon Aug 13 2007 Parag Nemade <pnemade@redhat.com>
- update License tag
* Wed Jul 25 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-4
- Added m17n-db as Requires for mk_pkg() macro generating packages.
- Added m17b-db and m17n-contrib-lang as Requires
for mk_pkg_uses_contrib() macro generating packages.
* Wed Jul 25 2007 Jens Petersen <petersen@redhat.com> - 1.4.0-3
- cleanup summaries and descriptions
- make just main package own m17n and icons dir
- replace %%makeinstall with make install
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-2.1
- Fix directory ownership issue
* Mon Jul 23 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-2
- SPEC clean up. Remove m17n-contrib
* Thu Jul 19 2007 Parag Nemade <pnemade@redhat.com> - 1.4.0-1
- Updated to new upstream release 1.4.0
* Wed Jul 18 2007 Jens Petersen <petersen@redhat.com>
- install .pc file under %%{_datadir}/pkgconfig
and include it in a new devel subpackage
* Mon Jun 18 2007 Jens Petersen <petersen@redhat.com> - 1.3.4-10
- name Uyghur subpackage consistently
* Wed May 16 2007 Jens Petersen <petersen@redhat.com> - 1.3.4-9
- update ta-typewriter.mim with bug fixes (I Felix, #236169)
* Thu Mar 15 2007 Mayank Jain <majain@redhat.com> 1.3.4-8
- Added key summary to kn-itrans,inscript keymaps - resolves 228806
* Thu Feb 15 2007 Mayank Jain <majain@redhat.com>
- Added ZWNJ (U+200d) needed in kn-* keymaps, resolved - 221965
- Added kn-itrans-ZWNJ-221965.patch
* Thu Feb 15 2007 Mayank Jain <majain@redhat.com>
- Added itrans layout for Marahi, resolved - 225561
* Thu Feb 8 2007 Mayank Jain <majain@redhat.com>
- Added phonetic keymaps for Marathi & Oriya, resolved - 225559 and 225562
* Wed Jan 17 2007 Mayank Jain <majain@redhat.com>
- Added Patch 4 as number_pad_itrans-222634.patch for adding number pad support in itrans keymaps
- Added number pad support in all indic keymaps except tamil as they used english numerals.
- Resolves bug : 222634
* Tue Jan 16 2007 Mayank Jain <majain@redhat.com>
- Added Patch 3 as sk-kbd-222804.patch to fix bug 222804
* Thu Jan 11 2007 Mayank Jain <majain@redhat.com>
- Moved all translations to m17n-db-datafiles package
* Mon Jan 8 2007 Mayank Jain <majain@redhat.com>
- Resolves: Bug 221794 - Rebased to new release m17n-db-1.3.4
- Removed patch: si-wijesekera_surrounding_to_preedit.patch
- Added directive to delete si-wijesekera from the upstream tarball as it used surrounding text
- Commented directive to copy bopo-kbd.mim
- Commented directive using variable.mim and command.mim - added global.mim in place of them
- Added sections for new Uyghur.
- Added copy directive for Mizuochi (grc-*) keymap for classical greek
- Added directives to install translations for japanese translations.
- Added patch to rename si-wijesekera-preedit to si-wijesekera and add key summary as Patch2
* Tue Jan 2 2007 Mayank Jain <majain@redhat.com>
- Resolves: Bug 221122: [hi_IN-remington] vowels in hi-remington are not typed correctly
* Thu Dec 7 2006 Mayank Jain <majain@redhat.com>
- Resolves: bug 218255 - Fixed ta-typewriter keymap.
* Fri Dec 1 2006 Mayank Jain <majain@redhat.com>
- Fixed typo in si-wijesekera key summary (in the patch)
* Tue Nov 28 2006 Mayank Jain <majain@redhat.com>
- Reverted back to upstream's tarball for m17n-db
- Added si-wijesekera-with-preedit as a patch to m17n-db tarball
- Updated license header in hi-remington, as-inscript, or-inscript, ta-typewriter
- Resolved - 217318, 217319
* Mon Nov 27 2006 Mayank Jain <majain@redhat.com>
- Added halant to (t) in bn-itrans.mim in m17n-indic tarball, resolves bug 217139
- Edited our own bn-itrans-t-182227.patch to resolve bug 217139
* Mon Nov 20 2006 Mayank Jain <majain@redhat.com>
- Retained mapping of (.) to (.) in as-inscript as per bug 215486
- Fixed an error in ta-tamil99 key summary.
* Tue Nov 14 2006 Mayank Jain <majain@redhat.com>
- Fixed Bug 177371: mapping of X and x in kn-kgp
- Fixed Bug 215486: Mapped 0x0964 to shift(.) instead of . in as-inscript
- Fixed Bug 215489: Mapped 0x0964 to shift(.) instead of . in bn-inscript
* Mon Nov 13 2006 Mayank Jain <majain@redhat.com>
- Added ZWNJ to ml-inscript, fixes 214971
* Thu Nov 9 2006 Mayank Jain <majain@redhat.com>
- Fixed an errounous fix of ZWNJ to hi-inscript/phonetic
* Mon Nov 6 2006 Mayank Jain <majain@redhat.com>
- Fixed Bug 213633: Need changes in Assamese Inscript layout
* Thu Nov 2 2006 Mayank Jain <majain@redhat.com>
- Added ZWNJ to hi-inscript/phonetic
* Wed Nov 1 2006 Mayank Jain <majain@redhat.com>
- Added 09CE mapped to z in as-inscript (213372)
* Wed Nov 1 2006 Mayank Jain <majain@redhat.com>
- Imported m17n-db-indic-0.4.29.tar.gz from RHEL-5 package, changes happened from .28 version are
- Added few more key combinations for ta-typewriter keymap - bug 209088
- Added ZWJ for hi-inscript and hi-phonetic keymaps - bug 211576
- Corrected kn-kgp and kn-inscript keymaps for keymapping of X - bug 209963
* Tue Oct 17 2006 Mayank Jain <majain@redhat.com>
- Added si-wijesekera keymap with preedit, replaces si-wijesekera with surrounding text support
- Fixed kn-kgp keymap
* Mon Oct 16 2006 Mayank Jain <majain@redhat.com>
- Cleaned the spec file, versioning errors & removed use of epoch from the spec file
- Added ta-typewriter keymap & icon, fixes bug 209088
* Mon Oct 16 2006 Mayank Jain <majain@redhat.com>
- Switched the version number for m17n-db back to 1.3.3
- Added "Epoch : 1" in the spec file to override the 1.3.4 build.
* Mon Oct 9 2006 Mayank Jain <majain@redhat.com>
- Added key summary for si-wijesekera keymap
* Wed Oct 4 2006 Mayank Jain <majain@redhat.com>
- Removed errernous entries from ta-tamil99 keymap
* Tue Sep 12 2006 Mayank Jain <majain@redhat.com>
- Added key summary to te-inscript keymap
* Thu Sep 7 2006 Mayank Jain <majain@redhat.com>
- Updated keymaps for typo errors, updated copyright header in all keymaps with "This file is part of the m17n contrib; a sub-part of the m17n library"
- Added key summary for ta-tamil99 keymap
- updated key summary for bn-itrans.mim
* Wed Sep 6 2006 Mayank Jain <majain@redhat.com>
- Updated or-inscript.mim for bug 204726
* Wed Sep 6 2006 Mayank Jain <majain@redhat.com>
- Updated bn-probhat & as-phonetic keymaps with *=>ৎ
- Corrected date type in changelog
* Tue Sep 5 2006 Mayank Jain <majain@redhat.com>
- Updated as-phonetic with key summary
* Mon Sep 4 2006 Mayank Jain <majain@redhat.com>
- Added key summaries to pa-inscript/jhelum
- Fixed 204755
* Thu Aug 31 2006 Mayank Jain <majain@redhat.com>
- Added ur-phonetic icon
- Updated spec file to incorporate the icon
* Thu Aug 31 2006 Mayank Jain <majain@redhat.com>
- Updated bn-{inscript,probhat,itrans} for RH bug #204275
- Added ur-phonetic.mim file for RH bug #177372
- Updated m17n-db.spec file to incorporate Urdu keymap.
* Tue Aug 8 2006 Mayank Jain <majain@redhat.com>
- Updated bn-probhat.mim for RH bz #200890 ...weird... that previous update didnt showed up!
- https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=200890#c4
* Tue Aug 1 2006 Mayank Jain <majain@redhat.com>
- Corrected bn-probhat.mim file, RH bz #200890, added U+09CE
* Tue Aug 1 2006 Mayank Jain <majain@redhat.com>
- Corrected ml-inscript.mim file, RH bz #200876
* Tue Jul 25 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-14
- move bopomofo to chinese subpackage
* Mon Jul 17 2006 Mayank Jain <majain@redhat.com> - 1.3.3-13
- Removed ta-typewriter.mim keymap as its not working
- Added ml-inscript.png
- Added hi-inscript.png
- added hi-remington.png
* Thu Jul 13 2006 Mayank Jain <majain@redhat.com>
- Added ta-typewriter.mim keymap
* Thu Jul 6 2006 Mayank Jain <majain@redhat.com>
- Added key summaries in various keymaps
* Thu Jun 29 2006 Mayank Jain <majain@redhat.com>
- Added hi-remington keymap - <rranjan@redhat.com>
- Added hi-remington.png - <aalam@redhat.com>
* Thu Jun 8 2006 Mayank Jain <majain@redhat.com>
- Added hi-typewriter keymap.
* Wed Jun 7 2006 Mayank Jain <majain@redhat.com>
- Added or-*.png icons.
* Mon Jun 5 2006 Mayank Jain <majain@redhat.com>
- Added as-*.png icons.
* Fri Jun 2 2006 Mayank Jain <majain@redhat.com>
- Added or-inscript keymap to the tarball
- Commented out as-*.png and or-*.png from the directives as respective .png files are missing from tarball.
* Fri Jun 2 2006 Mayank Jain <majain@redhat.com>
- Added modified as-phonetic.mim keymap, modified by <runab@redhat.com> for RH bz #193849
* Mon May 29 2006 Mayank Jain <majain@redhat.com>
- Added icon for marathi inscript - thanks to <aalam@redhat.com>
* Wed May 17 2006 Mayank Jain <majain@redhat.com>
- Added following keymaps
- as-inscript.mim
- as-phonetic.mim
- mr-inscript.mim
- ta-tamil99.mim
* Wed Mar 22 2006 Jens Petersen <petersen@redhat.com>
- fix language names in Indic .mim file headers (Naoto Takahashi)
- add make-dist script to m17n-db-indic
* Thu Mar 9 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-2
- Bengali input maps fixes (runab)
- map Probhat '*' key to an alternate sequence since glyph missing (#179821)
- more itrans cleanup (#182227)
- add icon for Tamil99 (aalam)
* Thu Mar 2 2006 Jens Petersen <petersen@redhat.com> - 1.3.3-1
- update to 1.3.3 bugfix release
- fixes to Bengali, Hindi, and Punjabi maps (runab, aalam)
- Tamil phonetic map now works
- new Tamil99 Government Standard map (I Felix)
* Tue Feb 14 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-2
- add Indian input maps ported from scim-tables
- add Nepali subpackage
* Fri Feb 10 2006 Jens Petersen <petersen@redhat.com> - 1.3.2-1
- update to 1.3.2 bugfix release
- do not include ja-anthy.mim input map
* Thu Feb 2 2006 Jens Petersen <petersen@redhat.com> - 1.3.1-1
- update to 1.3.1 release
- add new icons to language subpackages
- new common-cjk subpackage for CJK common files
- new Swedish subpackage
- exclude new pkgconfig file
* Fri Dec 16 2005 Jens Petersen <petersen@redhat.com> - 1.2.0-2
- import to Fedora Core
* Wed Nov 9 2005 Jens Petersen <petersen@redhat.com> - 1.2.0-1
- separate output datafiles to datafiles subpackage.
* Wed Oct 5 2005 Jens Petersen <petersen@redhat.com>
- initial packaging for Fedora Extras
* Sat Sep 24 2005 Jens Petersen <petersen@redhat.com>
- split .mim input tables into separate subpackages per language
* Sat Jan 15 2005 UTUMI Hirosi <utuhiro78@yahoo.co.jp>
- modify spec for fedora

View file

@ -1,258 +0,0 @@
;; minglish.mim -- Marathi input method with Minglish input method
;; Author:- Anish Patil <apatil@redhat.com>
;; Minglish is combination of Marathi and English language
;;
;;
;; 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 mr minglish)
(description "Marathi input method for Marathi and English
Author: Anish Patil <apatil@redhat.com>
")
(title "क")
(map
(starter
(".") ("~") ("#") ("$") ("^") ("*") ((S-\ )) ((C-@))
("0") ("1") ("2") ("3") ("4")
("5") ("6") ("7") ("8") ("9")
("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L")
("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y")
("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")
((G-s)) ((G-k)) ((G-K)) ((G-g)) ((G-G))
((G-j)) ((G-J)) ((G-d)) ((G-D)) ((G-n)) ((G-N)) ((G-t)) ((G-T))
((G-p)) ((G-P)) ((G-f)) ((G-F)) ((G-m))
((G-y)) ((G-r)) ((G-l)) ((G-L))
((G-v)) ((G-w)) ((G-h)) ((G-z))
)
(consonant
("k" "क")
((G-k) "क्")
("K" "ख")
("kh" "ख")
((G-K) "ख्")
("g" "ग")
((G-g) "ग्")
("G" "घ")
("gh" "घ")
((G-G) "घ्")
("~N" "ङ्")
("N^" "ङ्")
("c" "च")
("ch" "छ")
("chh" "छ्")
("j" "ज")
((G-j) "ज्")
("J" "झ")
("jh" "झ")
((G-J) "झ्")
("~n" "ञ")
("JN" "ञ्")
("d" "ड")
((G-d) "ड्")
("D" "ढ")
("dh" "ढ")
((G-D) "ढ्")
("n" "न")
((G-n) "न्")
("N" "ण")
((G-N) "ण्")
("t" "त")
((G-t) "त्")
("T" "ट")
("Th" "ठ")
("th" "थ")
((G-T) "थ्")
("the" "द")
("dha" "ध")
("nh" "ऩ्")
("p" "प")
((G-p) "प्")
("P" "फ")
((G-P) "फ्")
("f" "फ")
((G-f) "फ्")
((G-F) "फ्")
("F" "फ")
("ph" "फ")
("b" "ब")
((G-b) "ब्")
("B" "भ")
("bh" "भ")
((G-B) "भ्")
("m" "म")
((G-m) "म्")
("M" "ं")
("y" "य")
("Y" "य़्")
("yh" "य़्")
((G-y) "य़्")
("r" "र")
((G-r) "र्")
("rh" "ऱ्")
("l" "ल")
((G-l) "ल्")
("L" "ळ")
("ld" "ळ")
((G-L) "ळ्")
("v" "व")
((G-v) "व्")
("w" "व्")
((G-w) "व्")
("s" "स")
((G-s) "स्")
("sh" "श")
("S" "श")
((G-S) "श्")
("shh" "ष")
("Sh" "ष")
("h" "ह")
((G-h) "ह्")
("q" "कु")
("K" "ख़्")
("G" "ग़्")
("z" "झ्")
("Z" "ँ")
((G-z) "झ्")
(".D" "ड़्")
(".Dh" "ढ़्")
("j~n" "ज्ञ्")
("GY" "ज्ञ्")
("dny" "ज्ञ")
("x" "क्ष्"))
(independent
("a" "अ")
("aa" "आ")
("A" "ा")
("i" "इ")
("ii" "ई")
("I" "ई")
("u" "उ")
("uu" "ऊ")
("U" "ऊ")
("RRi" "ऋ")
("R^i" "ऋ")
("LLi" "ऌ")
("L^i" "ऌ")
(".c" "ऍ")
("e.c" "ऍ")
("ee" "ऎ")
("E" "ऎ")
("e" "ए")
("ai" "ऐ")
("o.c" "ऑ")
("oo" "ऒ")
("O" "ऒ")
("o" "ओ")
("au" "औ")
("RRI" "ॠ")
("R^I" "ॠ")
("LLI" "ॡ")
("L^I" "ॡ")
(".N" "ँ")
(".n" "ं")
("M" "ं")
("H" "")
(".a" "ऽ")
(".h" "्")
("AUM" "ॐ")
("OM" "ॐ")
(".." "।")
("0" "")
("1" "१")
("2" "२")
("3" "३")
("4" "४")
("5" "५")
("6" "६")
("7" "७")
("8" "८")
("9" "९")
("#" "्र")
("$" "र्")
("^" "त्र")
("*" "श्र")
("]" "़")
((S-\ ) "")
((C-@) ""))
(dependent
("a" "ा")
("aa" "ा")
("A" "ा")
("i" "ि")
("ii" "ी")
("I" "ी")
("u" "ु")
("uu" "ू")
("U" "ू")
("RRi" "ृ")
("R^i" "ृ")
("LLi" "ॢ")
("L^i" "ॢ")
(".c" "ॅ")
("e.c" "ॅ")
("ee" "ॆ")
("E" "ॆ")
("e" "े")
("ai" "ै")
("o.c" "ॉ")
("oo" "ॊ")
("O" "ॊ")
("o" "ो")
("au" "ौ")
("RRI" "ॄ")
("R^I" "ॄ")
("LLI" "ॣ")
("L^I" "ॣ"))
(return
((Return)))
(backspace
((BackSpace) (undo))))
(state
(init
(starter (pushback 1) (shift intermediate)))
(intermediate
(consonant (shift second))
(independent (shift init))
(backspace)
(return(shift init) ))
(second
(consonant)
(dependent (shift init))
(backspace)
(return (shift init))))
;; Local Variables:
;; coding: utf-8
;; mode: emacs-lisp
;; End:

333
mr-gamabhana.mim Normal file
View file

@ -0,0 +1,333 @@
;; mr-gamabhana.mim -- Marathi input method with GaMaBhaNa
;; This file is part of the m17n database; 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 mr gamabhana)
(description "Based on Hindi input method by ITRANS and Harvard-Kyoto
transliteration systems.
You can use all the standard ITRANS key sequences plus key
sequences such as the below.
nk->ङ्क्, nkh->ङ्ख्, ng->ङ्ग्, ngh->ङ्घ्
nch->ञ्च्, nCh->ञ्छ्, nc->ञ्च्, nC->ञ्छ्, nchh->ञ्छ्,
nj->ञ्ज्, njh->ञ्झ्, nT->ण्ट्, nTh->ण्ठ्, nD->ण्ड्, nDh->ण्ढ्
c->च्, C->छ्, z->श्, S->ष्, jn->ज्ञ्, R->ऋ
In addition, for convenience, when a consonant + halant sequence
is followed by non Devanagari letter, the last halant is removed.
For instance, 'k SPC'->'क ', 'k..'->'क।'.
The motivation behind additions made to the basic ITRANS scheme
is described in http://sanskritnlp.appspot.com/optitrans.html,
along with a tabulated comparison with several other
transliteration schemes.
Also, see: http://en.wikipedia.org/wiki/Devanagari_transliteration.")
(title "क")
(variable
(trim-last-halant
(_"If this variable is 1 (the default), the last Halant in a syllable
is removed if it is followed by non Devanagari letter. For instance,
typing \"har..\" produces \"हर।\", not \"हर्।\".")
1 0 1))
(map
(starter
(".") ("~") ("#") ("$") ("*") ("]") ((S-\ )) ((C-@))
("0") ("1") ("2") ("3") ("4") ("5") ("6") ("7") ("8") ("9")
("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K") ("L")
("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y")
("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")
((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5))
((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0)))
(consonant
("k" "क्")
("kh" "ख्")
("K" "ख्")
("g" "ग्")
("gh" "घ्")
("G" "घ्")
(".k" "क़् ")
("q" "क़्")
(".kh" "ख़्")
(".K" "ख़्")
(".g" "ग़्")
("nk" "ङ्क्")
("nx" "ङ्क्ष्")
("nkh" "ङ्ख्")
("nK" "ङ्ख्")
("ng" "ङ्ग्")
("ngh" "ङ्घ्")
("nG" "ङ्घ्")
("~N" "ङ्")
("N^" "ङ्")
("NG" "ङ्")
("ch" "च्")
("Ch" "छ्") ; not in ITRANS Devenagari table
("c" "च्")
("C" "छ्") ; not in ITRANS Devenagari table
("chh" "छ्")
("j" "ज्")
("jh" "झ्")
("J" "झ्")
("nch" "ञ्च्")
("nCh" "ञ्छ्") ; not in ITRANS Devenagari table
("nc" "ञ्च्")
("nC" "ञ्छ्") ; not in ITRANS Devenagari table
("nchh" "ञ्छ्")
("nj" "ञ्ज्")
("njh" "ञ्झ्")
("nJ" "ञ्झ्")
("~n" "ञ्")
("JN" "ञ्")
("NY" "ञ्")
("T" "ट्")
("Th" "ठ्")
("D" "ड्")
("Dh" "ढ्")
(".D" "ड़्")
(".Dh" "ढ़्")
("nT" "ण्ट्")
("nTh" "ण्ठ्")
("nD" "ण्ड्")
("nDh" "ण्ढ्")
("N" "ण्")
("t" "त्")
("th" "थ्")
("d" "द्")
("dh" "ध्")
("n" "न्")
(":n" "ऩ्") ; not in ITRANS Devenagari table
("p" "प्")
("ph" "फ्")
("P" "फ्")
(".ph" "फ़्")
("f" "फ्")
("b" "ब्")
("bh" "भ्")
("B" "भ्")
("m" "म्")
("y" "य्")
("Y" "य़्") ; not in ITRANS Devanagari table
("yh" "य़्") ; not in ITRANS Devanagari table
(".y" "य़्")
("r" "र्")
("l" "ल्")
("L" "ळ्")
("ld" "ळ्")
("v" "व्")
("w" "व्")
("sh" "श्")
("z" "ज़्")
(".j" "ज़्")
; ("z" "श्")
("S" "ष्")
("Sh" "ष्")
("shh" "ष्")
("s" "स्")
("h" "ह्")
("jn" "ज्ञ्")
("j~n" "ज्ञ्")
("jn" "ज्ञ्")
("GY" "ज्ञ्")
("Gy" "ज्ञ्")
("dny" "ज्ञ्") ; not in ITRANS Devanagari table
("x" "क्ष्")
("ks" "क्स्")
("ksh" "क्ष्")
("gH" ॻ्)
("jH" ॼ्)
("DH" "ॾ्")
("Ry" "ऱ्य्")
("Rh" "ऱ्ह्")
("dhd" "द्ध्")
("vd" "द्व्")
("kn" "क्न्")
("gn" "ग्‍न्")
("ghn" "घ्‍न्")
("tn" "त्‍न्")
("dn" "द्‍न्")
("nn" "न्‍न्")
("pn" "प्‍न्")
("mn" "म्‍न्")
("sn" "स्‍न्")
("shn" "श्‍न्")
("bH" "ॿ्"))
(independent
("a" "अ")
("aa" "आ")
("A" "आ")
("i" "इ")
("ii" "ई")
("I" "ई")
("u" "उ")
("uu" "ऊ")
("U" "ऊ")
("RU" "ऋ")
("Ri" "ऋ")
("RI" "ॠ")
("O" "ऑ")
("E" "ॲ")
("RRi" "ऋ")
("R^i" "ऋ")
("LLi" "ऌ") ; not in ITRANS Devanagari table
("L^i" "ऌ") ; not in ITRANS Devanagari table
(".c" "ऍ") ; not in ITRANS Devanagari table
("ea" "ऍ") ; not in ITRANS Devanagari table
("ee" (set CANDRA-E-O 0) "ई") ; not in ITRANS Devanagari table
("e" (set CANDRA-E-O ?ऍ) "ए")
("ai" "ऐ")
("oo" (set CANDRA-E-O 0) "ऊ")
("o" (set CANDRA-E-O ?ऑ) "ओ")
("oa" "ऑ")
("au" "औ")
("ou" "औ")
("RRI" "ॠ") ; not in ITRANS Devanagari table
("RR" "ॠ") ; not in ITRANS Devanagari table
("R^I" "ॠ") ; not in ITRANS Devanagari table
("LLI" "ॡ") ; not in ITRANS Devanagari table
("L^I" "ॡ") ; not in ITRANS Devanagari table
(".N" "ँ")
(".n" "ं")
("M" "ं")
("H" "")
("kH" "ᳵ")
("pH" "ᳶ")
(".a" "ऽ")
(".h" "्")
("AUM" "ॐ")
("OM" "ॐ")
("$" "र्") ; not in ITRANS Devanagari table
((S-\ ) "") ; not in ITRANS Devanagari table
((C-@) "")) ; not in ITRANS Devanagari table
(digit
("0" "")
("1" "१")
("2" "२")
("3" "३")
("4" "४")
("5" "५")
("6" "६")
("7" "७")
("8" "८")
("9" "९")
((KP_0) "")
((KP_1) "१")
((KP_2) "२")
((KP_3) "३")
((KP_4) "४")
((KP_5) "५")
((KP_6) "६")
((KP_7) "७")
((KP_8) "८")
((KP_9) "९"))
(dependent
("O" (delete @-) "ॉ")
("E" (delete @-) "ॅ")
("a" (delete @-) "")
("aa" (delete @-) "ा")
("A" (delete @-) "ा")
("i" (delete @-) "ि")
("ii" (delete @-) "ी")
("I" (delete @-) "ी")
("u" (delete @-) "ु")
("uu" (delete @-) "ू")
("U" (delete @-) "ू")
("R" (delete @-) "ृ")
("RRi" (delete @-) "ृ")
("R^i" (delete @-) "ृ")
("LLi" (delete @-) "ॢ") ; not in ITRANS Devanagari table
("L^i" (delete @-) "ॢ") ; not in ITRANS Devanagari table
(".c" (delete @-) "ॅ") ; not in ITRANS Devanagari table
("ea" (delete @-) "ॅ") ; not in ITRANS Devanagari table
("ee" (delete @-) (set CANDRA-E-O 0) "ी") ; not in ITRANS Devanagari table
("e" (delete @-) (set CANDRA-E-O ?ॅ) "े")
("ai" (delete @-) "ै")
("oo" (delete @-) (set CANDRA-E-O 0) "ू")
("o" (delete @-) (set CANDRA-E-O ?ॉ) "ो")
("oa" "ॉ")
("au" (delete @-) "ौ")
("ou" (delete @-) "ौ")
("RR" (delete @-) "ॄ") ; not in ITRANS Devanagari table
("RRI" (delete @-) "ॄ") ; not in ITRANS Devanagari table
("R^I" (delete @-) "ॄ") ; not in ITRANS Devanagari table
("LLI" (delete @-) "ॣ") ; not in ITRANS Devanagari table
("L^I" (delete @-) "ॣ")) ; not in ITRANS Devanagari table
(dot
("." (set DOT 1) "."))
(eo-dot-c
(".c" (delete @-) (insert CANDRA-E-O)))
(commit-key
((S-C-Return)))
(backspace
((BackSpace) (undo))))
(state
(init
(starter (pushback 1) (shift intermediate)))
(intermediate
;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e"
;; or "o" is typed, and in that case, if ".c" is typed, the
;; character set to CANDRA-E-O is inserted.
(t (set CANDRA-E-O 0))
;; LAST-HALANT-POS is set to the position after a consonat + HALANT
;; sequence. If the following key is for non-letter, that HALANT
;; character is removed.
(consonant (mark LAST-HALANT-POS) (shift second))
(independent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init))))
(digit (shift init))
(backspace)
(commit-key (shift init)))
(second
;; CANDRA-E-O is set to the character CANDRA E or CANDRA O when "e"
;; or "o" is typed, and in that case, if ".c" is typed, the
;; character set to CANDRA-E-O is inserted.
(t (set CANDRA-E-O 0))
(consonant (mark LAST-HALANT-POS))
(dependent (cond (CANDRA-E-O (shift after-eo)) (1 (shift init))))
(backspace)
(commit-key (shift init))
(nil (cond (trim-last-halant (move LAST-HALANT-POS) (delete @-) (move @>)))
(shift init)))
(after-eo
(t (set DOT 0))
(dot)
(eo-dot-c (shift init))
(commit-key (shift init))
(nil (cond (DOT (delete @-) (pushback 1))) (shift init))))
;; Local Variables:
;; coding: utf-8
;; mode: emacs-lisp
;; End:

BIN
mr-gamabhana.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -1,5 +0,0 @@
summary: Basic smoke test
discover:
how: fmf
execute:
how: tmt

View file

@ -1 +1,4 @@
SHA512 (m17n-db-1.8.10.tar.gz) = 17e37bbde4a87eaaecdfb1a2dea3437b6fddd107c2a264ad606e081f1720d72496880e914eb1445ffd2f46d2e23a815df93a567bd43591a4b633251eec81d426
SHA512 (m17n-db-1.8.0.tar.gz) = b21abfdcb5eb42e71fbd5edd1a99eca4a05df14f5a57eac7cdd3dc657337bd143a419f4b3f3dd0b74b82c827ede4d3666dd213af9041593cef50118ee43898d5
SHA512 (m17n-db-sayura-1.0.0.tar.gz) = 59e89cb15f375057e9c506e6686db53ef617d3020e66711eaa0c6f8e31339d27345fc3490aefbf42193ce51cfa683f161a2b9c27b45f6b75e314892b15feba02
SHA512 (minglish.mim) = bb5ce81cd3c8457458b1ebeafc7ccad2dffda3a42fead59e25f9c4e98d6c19c36a221907d024a21aa750bfe0a06c327aa1ae8f79eb2d381a0f39b50c58e235ed
SHA512 (inscript2-20210820.tar.gz) = 8405286926a1f59271f8988f95e37d62c3200ba14bf1d323bdf2cd6cee88aa683b86af6389bd7aba779a36649b7e83c8afc5d1472d7b32c428ef271659176ed5

View file

@ -1,13 +0,0 @@
test: ./runtest.sh
duration: 10m
framework: beakerlib
require:
- m17n-db
- m17n-db-devel
- glibc-locale-source
- rpm-build
- autoconf
- automake
- make
- gettext-devel
- gcc

View file

@ -1,58 +0,0 @@
#!/bin/bash
. /usr/share/beakerlib/beakerlib.sh || exit 1
NAME=m17n-db
rlJournalStart
rlPhaseStartSetup
rlAssertRpm ${NAME}
rlAssertRpm ${NAME}-devel
rlAssertRpm glibc-locale-source
rlShowPackageVersion ${NAME}
rlRun -t -l "VERSION=$(rpm -q ${NAME} --queryformat='%{version}')" 0 "Get VERSION"
FEDORA_VERSION=$(rlGetDistroRelease)
rlLog "FEDORA_VERSION=${DISTRO_RELEASE}"
rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory"
rlRun "pushd $tmp"
rlFetchSrcForInstalled "${NAME}"
rlRun "rpm --define '_topdir $tmp' -i *src.rpm"
rlRun -t -l "mkdir BUILD" 0 "Creating BUILD directory"
rlRun -t -l "rpmbuild --noclean --nodeps --define '_topdir $tmp' -bp $tmp/SPECS/*spec"
if [ -d BUILD/${NAME}-${VERSION}-build ]; then
rlRun -t -l "pushd BUILD/${NAME}-${VERSION}-build/${NAME}-${VERSION}"
else
rlRun -t -l "pushd BUILD/${NAME}-${VERSION}"
fi
rlRun "set -o pipefail"
rlRun -t -l "./bootstrap.sh"
rlRun -t -l "./configure --prefix=/usr"
rlRun -t -l "make check"
rlPhaseEnd
rlPhaseStartTest
rlRun -t -l "INSTALLED_VERSION=$(m17n-db --version)" \
0 "Get installed version"
rlAssertEquals "versions should be equal" "${VERSION}" "${INSTALLED_VERSION}"
rlGetTestState
rlLog "Number of failed asserts so far: ${ECODE}"
rlRun -t -l "DIRECTORY=$(m17n-db)" \
0 "Get m17n directory"
rlAssertEquals "m17n directory should be /usr/share/m17n" "${DIRECTORY}" "/usr/share/m17n"
rlGetTestState
rlLog "Number of failed asserts so far: ${ECODE}"
for mim_file in $(ls /usr/share/m17n/*.mim)
do
rlAssertGrep "(input-method" ${mim_file}
rlGetTestState
rlLog "Number of failed asserts so far: ${ECODE}"
done
rlGetTestState
rlLog "Total number of failed asserts: ${ECODE}"
rlRun "popd" 0
rlPhaseEnd
rlPhaseStartCleanup
rlRun "popd"
rlRun "rm -r $tmp" 0 "Remove tmp directory"
rlPhaseEnd
rlJournalEnd

20
tests/smoke/runtest.sh Normal file
View file

@ -0,0 +1,20 @@
#!/bin/bash
# If one of the commands below returns non-zero then exit immediately
set -e
echo "m17n-db version: `m17n-db --version`"
echo "m17n-db directory: `m17n-db`"
echo " "
echo " "
echo "Test minimal syntax presence for mim files"
for file in `ls /usr/share/m17n/*.mim`; do
grep "(input-method" $file
if [ $? == 0 ]; then
echo "PASSED: minimal syntax for $file"
else
echo "FAILED: minimal syntax for $file"
exit 1
fi
done

11
tests/tests.yml Normal file
View file

@ -0,0 +1,11 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- m17n-db

78
unicode.mim Normal file
View file

@ -0,0 +1,78 @@
;; unicode.mim -- Input method for Unicode characters by typing character code
;; Copyright (C) 2003, 2004, 2005, 2006, 2008, 2009
;; National Institute of Advanced Industrial Science and Technology (AIST)
;; Registration Number H15PRO112
;; This file is part of the m17n database; 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 t unicode)
(description (_"Input method for Unicode characters using hexadigits.
Type C-u followed by hexadecimal numbers [0-9A-Fa-f]
of a Unicode character code.
To finish and insert the resulting character, type a space.
If you type more than 5 hex digits and finish with space,
the result is empty and nothing at all is inserted.
"))
(title "UNICODE")
(variable
(prompt (_"Preedit prompt
Prompt string shown in the preedit area while typing hexadecimal numbers.")
"U+"))
(command
(start (_"Start Unicode
Start typing hexadecimal numbers of Unicode character.")
(C-U)))
(map
(starter
(start prompt))
(hex
(" " " ") ; The space key is used to commit
("0" "0") ("1" "1") ("2" "2") ("3" "3") ("4" "4")
("5" "5") ("6" "6") ("7" "7") ("8" "8") ("9" "9")
("A" "A") ("B" "B") ("C" "C") ("D" "D") ("E" "E") ("F" "F")
("a" "A") ("b" "B") ("c" "C") ("d" "D") ("e" "E") ("f" "F"))
(backspace
((BackSpace))))
(state
(init
(starter (set code 0) (set count 0) (shift uni-hex)))
(uni-hex
(hex (set this @-1)
(cond ((< @-1 ?A) (sub this 48))
(1 (sub this 55)))
(cond ((= @-1 0x0020) (set code code))
((> count 4) (set code 0))
(1 (set code (+ (* code 16) this))))
(set count (+ count 1))
(cond ((= @-1 0x0020)
(delete @<) (insert code) (shift init))))
(backspace (undo))))
;; Local Variables:
;; mode: lisp
;; End: