summaryrefslogtreecommitdiff
path: root/engine/python3/anthy.xml.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'engine/python3/anthy.xml.in.in')
-rw-r--r--engine/python3/anthy.xml.in.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/python3/anthy.xml.in.in b/engine/python3/anthy.xml.in.in
index 9a93744..66212cb 100644
--- a/engine/python3/anthy.xml.in.in
+++ b/engine/python3/anthy.xml.in.in
@@ -1,10 +1,10 @@
-<?xml version=\"1.0\" encoding=\"utf-8\"?>
+<?xml version="1.0" encoding="utf-8"?>
<!-- filename: anthy.xml -->
<component>
<name>org.freedesktop.IBus.Anthy</name>
<description>Anthy Component</description>
- <exec>${libexecdir}/ibus-engine-anthy --ibus</exec>
- <version>@VERSION@</version>
+ <exec>@libexecdir@/ibus-engine-anthy --ibus</exec>
+ <version>@PACKAGE_VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
<license>GPL</license>
<homepage>http://code.google.com/p/ibus</homepage>
@@ -13,7 +13,7 @@
<!-- for engines -->
<observed-paths>
<path>~/.config/ibus-anthy/engines.xml</path>
- <path>${pkgdatadir}/engine/default.xml</path>
+ <path>@pkgdatadir@/engine/default.xml</path>
</observed-paths>
- <engines exec=\"${libexecdir}/ibus-engine-anthy --xml\" />
+ <engines exec="@libexecdir@/ibus-engine-anthy --xml" />
</component>