2021-05-05 08:45:55 -04:00
|
|
|
SUMMARY = "Intelligent Input Bus for Linux/Unix"
|
|
|
|
HOMEPAGE = "https://github.com/ibus/ibus/wiki"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "LGPL-2.1-only"
|
2021-05-05 08:45:55 -04:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
|
|
|
|
|
|
|
inherit autotools-brokensep pkgconfig gobject-introspection gettext gtk-doc vala
|
|
|
|
|
2024-05-21 12:55:51 -04:00
|
|
|
PV = "1.5.26"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
|
|
|
DEPENDS = "unicode-ucd"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2022-11-15 12:25:32 -05:00
|
|
|
git://github.com/ibus/ibus.git;branch=main;protocol=https \
|
2021-05-05 08:45:55 -04:00
|
|
|
file://0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch \
|
2024-05-21 12:55:51 -04:00
|
|
|
file://0001-makefile-don-t-gzip-the-man-pages.patch \
|
2021-05-05 08:45:55 -04:00
|
|
|
"
|
2024-05-21 12:55:51 -04:00
|
|
|
SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
|
2021-05-05 08:45:55 -04:00
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
|
|
|
|
PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf"
|
|
|
|
PACKAGECONFIG[gtk2] = "--enable-gtk2,--disable-gtk2,gtk+"
|
|
|
|
PACKAGECONFIG[gtk3] = "--enable-gtk3,--disable-gtk3,gtk+3"
|
2024-05-21 12:55:51 -04:00
|
|
|
PACKAGECONFIG[gtk4] = "--enable-gtk4,--disable-gtk4,gtk4"
|
|
|
|
PACKAGECONFIG[systemd] = "--enable-systemd-services,--disable-systemd-services,systemd"
|
2021-05-05 08:45:55 -04:00
|
|
|
PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland"
|
|
|
|
PACKAGECONFIG[vala] = "--enable-vala,--disable-vala"
|
|
|
|
PACKAGECONFIG[x11] = "--enable-xim --enable-ui,--disable-xim --disable-ui,virtual/libx11"
|
|
|
|
|
|
|
|
EXTRA_OECONF = " \
|
|
|
|
--disable-tests \
|
|
|
|
--disable-emoji-dict \
|
|
|
|
--disable-python2 \
|
|
|
|
"
|
2024-05-21 12:55:51 -04:00
|
|
|
EXTRA_OECONF:append:class-target = "\
|
|
|
|
--with-python=${bindir}/python3 \
|
|
|
|
"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
do_configure:prepend() {
|
2021-05-05 08:45:55 -04:00
|
|
|
touch ${S}/ChangeLog
|
|
|
|
touch ${S}/ABOUT-NLS
|
|
|
|
}
|