Fix for ISF manifest DB change. 06/41306/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Wed, 21 Jan 2015 08:55:09 +0000 (17:55 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 12 Jun 2015 09:47:17 +0000 (18:47 +0900)
Change-Id: Ia4d441b1d25f58d93daad63ee18bd3e6ba84c985

Makefile.am
configure.ac
packaging/ise-engine-tables.spec [changed mode: 0644->0755]
table.xml [new file with mode: 0755]

index 29dcae23e78622fbf9a4f654cd3eb154392df7d8..882be0c2d7759587997f48821ea556d8e5ebd2c8 100755 (executable)
@@ -38,6 +38,9 @@ CLEANFILES            = *.bak
 
 ACLOCAL_AMFLAGS = -I m4
 
+pkgdir = $(SCIM_PKGDIR)
+pkg_DATA       = table.xml
+
 .PHONY: update-ChangeLog
 
 update-ChangeLog:
index 8b0981adff24e4c69de058cfb985d6621a4607b5..15f76a979239a9aca7ccb8993c6ffacf03597cae 100755 (executable)
@@ -79,6 +79,7 @@ if test "$enable_debug" = "yes"; then
 fi
 
 SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim`
+SCIM_PKGDIR=`$PKG_CONFIG --variable=pkgdir scim`
 SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim`
 SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim`
 
@@ -86,6 +87,10 @@ if test "x$SCIM_ICONDIR" = "x"; then
   SCIM_ICONDIR=${datadir}/scim/icons
 fi
 
+if test "x$SCIM_PKGDIR" = "x"; then
+  SCIM_PKGDIR=${datadir}/packages
+fi
+
 if test "x$SCIM_MODULEDIR" = "x"; then
   SCIM_MODULEDIR=${libdir}/scim-1.0
 fi
@@ -95,6 +100,7 @@ if test "x$SCIM_DATADIR" = "x"; then
 fi
 
 AC_SUBST(SCIM_ICONDIR)
+AC_SUBST(SCIM_PKGDIR)
 AC_SUBST(SCIM_MODULEDIR)
 AC_SUBST(SCIM_DATADIR)
 
old mode 100644 (file)
new mode 100755 (executable)
index 83fb98c..f612210
@@ -128,6 +128,7 @@ rm -f $RPM_BUILD_ROOT//lib/kde*/*.{a,la}
 %{_libdir}/scim-1.0/1.4.0/SetupUI/table-imengine-setup.so
 %endif
 %{_datadir}/locale/*/LC_MESSAGES/*
+%{_datadir}/packages/*
 %{_datadir}/license/%{name}
 
 %files zh
diff --git a/table.xml b/table.xml
new file mode 100755 (executable)
index 0000000..bb3b0ab
--- /dev/null
+++ b/table.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<manifest xmlns="http://tizen.org/ns/packages" package="table" type="rpm" version="1.0.0" install-location="internal-only" support-mode="screen-reader">
+<author/>
+<description/>
+<label>keyboard</label>
+<icon/>
+<ui-application appid="6137b317-cffc-4e39-80a1-eabb903ed855" exec="/usr/lib/scim-1.0/scim-launcher" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="use-system-setting" mainapp="true">
+    <category name="http://tizen.org/category/ime"/>
+    <label>ZhuYin Big keyboard</label>
+    <label xml:lang="en-gb">ZhuYin Big keyboard</label>
+</ui-application>
+<ui-application appid="5da9d4ff-ccdd-45af-b1a5-7bd4ac0aeb5f" exec="/usr/lib/scim-1.0/scim-launcher" nodisplay="true" taskmanage="false" multiple="false" type="capp" hw-acceleration="use-system-setting" mainapp="true">
+    <category name="http://tizen.org/category/ime"/>
+    <label>CanJie 3 keyboard</label>
+    <label xml:lang="en-gb">CanJie 3 keyboard</label>
+</ui-application>
+</manifest>