1
Description: ibus-engine-cangjie should be in /usr/lib/ibus
2
Per Debian's ibus policy, ibus engines should be installed to
4
Author: Anthony Wong <yp@anthonywong.net>
5
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746978
6
Last-Update: 2014-08-24
8
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
12
# -- scripts/ ------------------------
13
bin_SCRIPTS = scripts/ibus-setup-cangjie
15
-pkglibexec_SCRIPTS = scripts/ibus-engine-cangjie
16
-libexecdir = $(prefix)/lib
17
+libexec_SCRIPTS = scripts/ibus-engine-cangjie
18
+libexecdir = $(prefix)/lib/ibus
20
scripts/ibus-%-cangjie: scripts/ibus-%-cangjie.in Makefile
23
sed -e 's&@_VERSION@&$(VERSION)&g' \
24
-e 's&@BINDIR@&$(bindir)&g' \
25
-e 's&@ICON16DIR@&$(icon16dir)&g' \
26
- -e 's&@PKGLIBEXECDIR@&$(pkglibexecdir)&g' $< > $@
27
+ -e 's&@PKGLIBEXECDIR@&$(libexecdir)&g' $< > $@
29
gsettings_in_files = data/org.cangjians.ibus.cangjie.gschema.xml.in data/org.cangjians.ibus.quick.gschema.xml.in
30
gsettings_SCHEMAS = $(gsettings_in_files:.xml.in=.xml)
33
$(gsettings_SCHEMAS) \
35
- $(pkglibexec_SCRIPTS) \
36
+ $(libexec_SCRIPTS) \
39
data/gschemas.compiled \