ibus.inc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala
  6. PV = "1.5.23+git${SRCPV}"
  7. DEPENDS = "unicode-ucd"
  8. SRC_URI = " \
  9. git://github.com/ibus/ibus.git \
  10. file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
  11. "
  12. SRCREV = "dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40"
  13. S = "${WORKDIR}/git"
  14. PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
  15. PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
  16. PACKAGECONFIG[gtk2] = "--enable-gtk2,--disable-gtk2,gtk+"
  17. PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3,gtk+3"
  18. PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
  19. PACKAGECONFIG[vala] = "--enable-vala,--disable-vala"
  20. PACKAGECONFIG[x11] = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11"
  21. EXTRA_OECONF = " \
  22. --disable-tests \
  23. --disable-emoji-dict \
  24. --disable-python2 \
  25. "
  26. do_configure_prepend() {
  27. touch ${S}/ChangeLog
  28. touch ${S}/ABOUT-NLS
  29. }