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" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 3 | LICENSE = "LGPL-2.1-only" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 5 | |
| 6 | inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala |
| 7 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame^] | 8 | PV = "1.5.26" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 9 | |
| 10 | DEPENDS = "unicode-ucd" |
| 11 | |
| 12 | SRC_URI = " \ |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 13 | git://github.com/ibus/ibus.git;branch=master;protocol=https \ |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 14 | file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \ |
| 15 | " |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame^] | 16 | SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" |
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" |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame^] | 23 | PACKAGECONFIG[gtk4] = "--enable-gtk4,--disable-gtk4,gtk4" |
| 24 | PACKAGECONFIG[systemd] = "--enable-systemd-services,--disable-systemd-services,systemd" |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 25 | PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland" |
| 26 | PACKAGECONFIG[vala] = "--enable-vala,--disable-vala" |
| 27 | PACKAGECONFIG[x11] = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11" |
| 28 | |
| 29 | EXTRA_OECONF = " \ |
| 30 | --disable-tests \ |
| 31 | --disable-emoji-dict \ |
| 32 | --disable-python2 \ |
| 33 | " |
| 34 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 35 | do_configure:prepend() { |
Brad Bishop | 868407c | 2019-11-04 13:24:47 -0500 | [diff] [blame] | 36 | touch ${S}/ChangeLog |
| 37 | touch ${S}/ABOUT-NLS |
| 38 | } |