Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 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 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 8 | PV = "1.5.23+git${SRCPV}" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 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 | " |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 16 | SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 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 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 33 | do_configure:prepend() { |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 34 | touch ${S}/ChangeLog |
| 35 | touch ${S}/ABOUT-NLS |
| 36 | } |