Revert "Revert "Fix for ISF manifest DB change."" 76/301476/1 tizen
authorInhong Han <inhong1.han@samsung.com>
Thu, 16 Nov 2023 10:02:36 +0000 (19:02 +0900)
committerInhong Han <inhong1.han@samsung.com>
Thu, 16 Nov 2023 10:02:54 +0000 (19:02 +0900)
This reverts commit 540d4c202fafadedd18350e7c7488307a9ecd2cc.

Change-Id: Ic230205faade1e30fc31533b9491aa6954a014ac

Makefile.am
configure.ac
ise-engine-anthy.xml [new file with mode: 0755]
packaging/ise-engine-anthy.spec

index a8efc89..4136a33 100755 (executable)
@@ -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
index bd0d364..00897f1 100755 (executable)
@@ -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 (executable)
index 0000000..7a0d99d
--- /dev/null
@@ -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>
index cc70365..81a8611 100644 (file)
@@ -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/*