Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Side by Side Diff: data/chewing.xml.in

Issue 2802030: Use /home/chronos/user/.chewing as a cache dir (Closed) Base URL: ssh://git@gitrw.chromium.org//ibus-chewing.git
Patch Set: review Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- filename: chewing.xml --> 2 <!-- filename: chewing.xml -->
3 <component> 3 <component>
4 <name>org.freedesktop.IBus.Chewing</name> 4 <name>org.freedesktop.IBus.Chewing</name>
5 <description>Chewing Component</description> 5 <description>Chewing Component</description>
6 <version>@PRJ_VER_FULL@</version> 6 <version>@PRJ_VER_FULL@</version>
7 <license>GPLv2+</license> 7 <license>GPLv2+</license>
8 <author>Peng Huang, Ding-Yi Chen</author> 8 <author>Peng Huang, Ding-Yi Chen</author>
9 <homepage>http://code.google.com/p/ibus</homepage> 9 <homepage>http://code.google.com/p/ibus</homepage>
10 <exec>@LIBEXEC_DIR@/ibus-engine-chewing --ibus</exec> 10 <exec>/bin/env HOME=/home/chronos/user @LIBEXEC_DIR@/ibus-engine-chewing --i bus</exec>
11 <textdomain>ibus-chewing</textdomain> 11 <textdomain>ibus-chewing</textdomain>
12 <engines> 12 <engines>
13 <engine> 13 <engine>
14 <name>chewing</name> 14 <name>chewing</name>
15 <longname>Chewing</longname> 15 <longname>Chewing</longname>
16 <description>Chinese chewing input method</description> 16 <description>Chinese chewing input method</description>
17 <language>zh_TW</language> 17 <language>zh_TW</language>
18 <license>GPLv2+</license> 18 <license>GPLv2+</license>
19 <author>Peng Huang, Ding-Yi Chen</author> 19 <author>Peng Huang, Ding-Yi Chen</author>
20 <icon>@PROJECT_DATADIR@/icons/@PROJECT_NAME@.png</icon> 20 <icon>@PROJECT_DATADIR@/icons/@PROJECT_NAME@.png</icon>
21 <layout>us</layout> 21 <layout>us</layout>
22 </engine> 22 </engine>
23 </engines> 23 </engines>
24 </component> 24 </component>
25 25
OLDNEW
« no previous file with comments | « README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698