blob: 21e9b3908f9f351970a9f00b30a33b4f593d41c1 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Delivery framework for general Input Method configuration"
2DESCRIPTION = "IMSettings is a framework that delivers Input Method \
3settings and applies the changes so they take effect \
4immediately without any need to restart applications \
5or the desktop. \
6This package contains the core DBus services and some utilities."
7HOMEPAGE = "http://code.google.com/p/imsettings/"
8SECTION = "Applications/System"
9
Andrew Geissler9aee5002022-03-30 16:27:02 +000010LICENSE = "LGPL-2.0-or-later"
Andrew Geissler595f6302022-01-24 19:11:47 +000011LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
12
13inherit autotools gtk-doc gobject-introspection gettext features_check
14
Patrick Williamse760df82023-05-26 11:10:49 -050015DEPENDS = "autoconf-archive-native gtk+3 libnotify"
Andrew Geissler595f6302022-01-24 19:11:47 +000016
17REQUIRED_DISTRO_FEATURES = "x11"
18
19SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
20 file://imsettings-gcc10.patch \
21 "
22SRC_URI[sha256sum] = "45986b9ca1b87b760a5dbaecd9a2b77d080adc47868a0512826077175d5b3ee3"
23
24EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
25 --disable-static \
26 "
27
28PACKAGECONFIG ??= "xfce"
29PACKAGECONFIG[xfce] = ",,xfconf"
30PACKAGECONFIG[xim] = ",,libgxim"
31
32RDEPENDS:${PN} += "bash"
33
34FILES:${PN} += "${datadir}/dbus-1/*"