diff options
author | Sungmin Kwak <sungmin.kwak@samsung.com> | 2015-01-20 21:25:50 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2015-06-12 18:34:56 +0900 |
commit | b0e758cf8532af6e033dcc9407c4ecba4824db45 (patch) | |
tree | dbffc103cd3bed7e08f5ea0e6c3254952ca73036 | |
parent | 05d1bbe73526ad73740c051d049bf9016550357f (diff) | |
download | ise-engine-anthy-b0e758cf8532af6e033dcc9407c4ecba4824db45.tar.gz ise-engine-anthy-b0e758cf8532af6e033dcc9407c4ecba4824db45.tar.bz2 ise-engine-anthy-b0e758cf8532af6e033dcc9407c4ecba4824db45.zip |
Fix for ISF manifest DB change.
Change-Id: I8c8f3b3fba8fe6f9ef8ab32a291e7b9ca5bae30d
-rwxr-xr-x | Makefile.am | 3 | ||||
-rwxr-xr-x | configure.ac | 6 | ||||
-rwxr-xr-x | ise-engine-anthy.xml | 13 | ||||
-rw-r--r-- | packaging/ise-engine-anthy.spec | 1 |
4 files changed, 23 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a8efc89..4136a33 100755 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,6 @@ SUBDIRS = intl po m4 src data ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = config.rpath + +pkgdir = $(SCIM_PKGDIR) +pkg_DATA = ise-engine-anthy.xml diff --git a/configure.ac b/configure.ac index 6061f5a..247dba4 100755 --- a/configure.ac +++ b/configure.ac @@ -123,6 +123,7 @@ AC_SUBST(SCIM_DEBUG_FLAGS) SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` +SCIM_PKGDIR=`$PKG_CONFIG --variable=pkgdir scim` SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` if test "x$SCIM_DATADIR" = "x"; then @@ -133,6 +134,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 @@ -141,6 +146,7 @@ SCIM_ANTHY_DATADIR=${SCIM_DATADIR}/Anthy AC_SUBST(SCIM_DATADIR) AC_SUBST(SCIM_ICONDIR) +AC_SUBST(SCIM_PKGDIR) AC_SUBST(SCIM_MODULEDIR) AC_SUBST(SCIM_ANTHY_DATADIR) diff --git a/ise-engine-anthy.xml b/ise-engine-anthy.xml new file mode 100755 index 0000000..1df1bf0 --- /dev/null +++ b/ise-engine-anthy.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns="http://tizen.org/ns/packages" package="ise-engine-anthy" type="rpm" version="1.0.0" install-location="internal-only" support-mode="screen-reader"> +<author/> +<description/> +<label>Japanese keyboard</label> +<icon/> +<ui-application appid="065d7b20-dda2-47fb-8f94-3306d9a25e56" 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>Japanese keyboard</label> + <label xml:lang="en-gb">Japanese keyboard</label> + <icon/> +</ui-application> +</manifest> diff --git a/packaging/ise-engine-anthy.spec b/packaging/ise-engine-anthy.spec index 5ddc926..2a386d4 100644 --- a/packaging/ise-engine-anthy.spec +++ b/packaging/ise-engine-anthy.spec @@ -39,5 +39,6 @@ cp COPYING %{buildroot}%{_datadir}/license/%{name} %{_datadir}/license/%{name} %{_datadir}/scim/icons/* %{_datadir}/locale/* +%{_datadir}/packages/* %{_datadir}/scim/Anthy/* %{_libdir}/scim-1.0/1.4.0/IMEngine/* |