diff options
Diffstat (limited to 'meta-gnome/recipes-support/ibus/ibus.inc')
-rw-r--r-- | meta-gnome/recipes-support/ibus/ibus.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc new file mode 100644 index 000000000..0f4ae7d04 --- /dev/null +++ b/meta-gnome/recipes-support/ibus/ibus.inc | |||
@@ -0,0 +1,36 @@ | |||
1 | SUMMARY = "Intelligent Input Bus for Linux/Unix" | ||
2 | HOMEPAGE = "https://github.com/ibus/ibus/wiki" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
5 | |||
6 | inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala | ||
7 | |||
8 | PV = "1.5.21" | ||
9 | |||
10 | DEPENDS = "unicode-ucd" | ||
11 | |||
12 | SRC_URI = " \ | ||
13 | git://github.com/ibus/ibus.git \ | ||
14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ | ||
15 | " | ||
16 | SRCREV = "ae0040c73466bb6e78fce5e669a55fcce6ffd16d" | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" | ||
20 | PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf" | ||
21 | PACKAGECONFIG[gtk2] = "--enable-gtk2,--disable-gtk2,gtk+" | ||
22 | PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3,gtk+3" | ||
23 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" | ||
24 | PACKAGECONFIG[vala] = "--enable-vala,--disable-vala" | ||
25 | PACKAGECONFIG[x11] = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11" | ||
26 | |||
27 | EXTRA_OECONF = " \ | ||
28 | --disable-tests \ | ||
29 | --disable-emoji-dict \ | ||
30 | --disable-python2 \ | ||
31 | " | ||
32 | |||
33 | do_configure_prepend() { | ||
34 | touch ${S}/ChangeLog | ||
35 | touch ${S}/ABOUT-NLS | ||
36 | } | ||