xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-support/ibus/ibus.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Intelligent Input Bus for Linux/Unix"
2*4882a593SmuzhiyunHOMEPAGE = "https://github.com/ibus/ibus/wiki"
3*4882a593SmuzhiyunLICENSE = "LGPL-2.1-only"
4*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
5*4882a593Smuzhiyun
6*4882a593Smuzhiyuninherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala
7*4882a593Smuzhiyun
8*4882a593SmuzhiyunPV = "1.5.26"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunDEPENDS = "unicode-ucd"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = " \
13*4882a593Smuzhiyun    git://github.com/ibus/ibus.git;branch=main;protocol=https \
14*4882a593Smuzhiyun    file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
15*4882a593Smuzhiyun"
16*4882a593SmuzhiyunSRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
17*4882a593SmuzhiyunS = "${WORKDIR}/git"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunPACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
20*4882a593SmuzhiyunPACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
21*4882a593SmuzhiyunPACKAGECONFIG[gtk2] = "--enable-gtk2,--disable-gtk2,gtk+"
22*4882a593SmuzhiyunPACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3,gtk+3"
23*4882a593SmuzhiyunPACKAGECONFIG[gtk4] = "--enable-gtk4,--disable-gtk4,gtk4"
24*4882a593SmuzhiyunPACKAGECONFIG[systemd] = "--enable-systemd-services,--disable-systemd-services,systemd"
25*4882a593SmuzhiyunPACKAGECONFIG[wayland]  = "--enable-wayland,--disable-wayland,wayland"
26*4882a593SmuzhiyunPACKAGECONFIG[vala]  = "--enable-vala,--disable-vala"
27*4882a593SmuzhiyunPACKAGECONFIG[x11]  = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11"
28*4882a593Smuzhiyun
29*4882a593SmuzhiyunEXTRA_OECONF = " \
30*4882a593Smuzhiyun    --disable-tests \
31*4882a593Smuzhiyun    --disable-emoji-dict \
32*4882a593Smuzhiyun    --disable-python2 \
33*4882a593Smuzhiyun"
34*4882a593Smuzhiyun
35*4882a593Smuzhiyundo_configure:prepend() {
36*4882a593Smuzhiyun    touch ${S}/ChangeLog
37*4882a593Smuzhiyun    touch ${S}/ABOUT-NLS
38*4882a593Smuzhiyun}
39