summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInhong Han <inhong1.han@samsung.com>2023-11-16 19:02:36 +0900
committerInhong Han <inhong1.han@samsung.com>2023-11-16 19:02:54 +0900
commit70887edf11fa4af995c720b338e0f2fdb89f447d (patch)
treef77a3921aeac65b9852d42ed8f5288b529727dde
parent540d4c202fafadedd18350e7c7488307a9ecd2cc (diff)
downloadise-engine-anthy-70887edf11fa4af995c720b338e0f2fdb89f447d.tar.gz
ise-engine-anthy-70887edf11fa4af995c720b338e0f2fdb89f447d.tar.bz2
ise-engine-anthy-70887edf11fa4af995c720b338e0f2fdb89f447d.zip
Revert "Revert "Fix for ISF manifest DB change.""HEADtizen
This reverts commit 540d4c202fafadedd18350e7c7488307a9ecd2cc. Change-Id: Ic230205faade1e30fc31533b9491aa6954a014ac
-rwxr-xr-xMakefile.am3
-rwxr-xr-xconfigure.ac6
-rwxr-xr-xise-engine-anthy.xml13
-rw-r--r--packaging/ise-engine-anthy.spec1
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 bd0d364..00897f1 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..7a0d99d
--- /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" api-version="3.0" package="ise-engine-anthy" version="1.0.10" install-location="internal-only">
+<author/>
+<description/>
+<label>Japanese keyboard</label>
+<icon/>
+<ui-application appid="org.tizen.ise-engine-anthy" 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 cc70365..81a8611 100644
--- a/packaging/ise-engine-anthy.spec
+++ b/packaging/ise-engine-anthy.spec
@@ -43,5 +43,6 @@ rm -rf %{buildroot}
%license COPYING
%{_datadir}/scim/icons/*
%{_datadir}/locale/*
+%{_datadir}/packages/*
%{_datadir}/scim/Anthy/*
%{_libdir}/scim-1.0/1.4.0/IMEngine/*