mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Fixes building with glibc 2.43 Shortlog: Reset gtk-im-module in gsettings to use the wayland module instead gtk4 Ensure collecting proper information on even Wayland session Fix unexpected D-Bus session lifetime Fix "assignment discards 'const' qualifier from pointer target type" Show few more information in log Drop cinnamon backend Disable imsettings for Cinnamon Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
42 lines
1.4 KiB
BlitzBasic
42 lines
1.4 KiB
BlitzBasic
SUMMARY = "Delivery framework for general Input Method configuration"
|
|
DESCRIPTION = "IMSettings is a framework that delivers Input Method \
|
|
settings and applies the changes so they take effect \
|
|
immediately without any need to restart applications \
|
|
or the desktop. \
|
|
This package contains the core DBus services and some utilities."
|
|
HOMEPAGE = "http://code.google.com/p/imsettings/"
|
|
SECTION = "Applications/System"
|
|
|
|
LICENSE = "LGPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
|
|
inherit autotools gettext gtk-doc gobject-introspection features_check
|
|
|
|
DEPENDS = "autoconf-archive-native gtk+3 libnotify"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI = "git://gitlab.com/tagoh/imsettings.git;protocol=https;branch=main;tag=${PV} \
|
|
file://imsettings-gcc10.patch \
|
|
file://0001-remove-man-page.patch \
|
|
"
|
|
SRCREV = "7fadd84fcbfe6c321dbe1c97b50cbb70efe20155"
|
|
|
|
|
|
do_configure:prepend() {
|
|
cp ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${AUTOTOOLS_AUXDIR}/
|
|
}
|
|
|
|
EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
|
|
--disable-static \
|
|
"
|
|
|
|
CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion"
|
|
PACKAGECONFIG ??= "xfce"
|
|
PACKAGECONFIG[xfce] = ",,xfconf"
|
|
PACKAGECONFIG[xim] = ",,libgxim"
|
|
|
|
RDEPENDS:${PN} += "bash"
|
|
|
|
FILES:${PN} += "${datadir}/dbus-1/*"
|