blob: bc7d1bc0e83031f5a58eb069519b46aa2fa1dc4a [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "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
Brad Bishopc1d34332019-09-09 14:56:00 -040010LICENSE = "LGPLv2+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
12
Brad Bishop8410d612019-11-25 09:40:59 -050013inherit autotools gtk-doc gobject-introspection gettext features_check
Brad Bishopc1d34332019-09-09 14:56:00 -040014
15DEPENDS = "gtk+3 libnotify"
Brad Bishop316dfdd2018-06-25 12:45:53 -040016
17REQUIRED_DISTRO_FEATURES = "x11"
18
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050019SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
20 file://imsettings-gcc10.patch \
21 "
22SRC_URI[sha256sum] = "412abf3165dbee3cbe03db0c296bab103569a49029429d038569c586ebe9efa9"
Brad Bishop316dfdd2018-06-25 12:45:53 -040023
24EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
25 --disable-static \
26 "
27
Brad Bishopc1d34332019-09-09 14:56:00 -040028PACKAGECONFIG ??= "xfce"
29PACKAGECONFIG[xfce] = ",,xfconf"
30PACKAGECONFIG[xim] = ",,libgxim"
Brad Bishop316dfdd2018-06-25 12:45:53 -040031
Patrick Williams213cb262021-08-07 19:21:33 -050032RDEPENDS:${PN} += "bash"
Brad Bishop316dfdd2018-06-25 12:45:53 -040033
Patrick Williams213cb262021-08-07 19:21:33 -050034FILES:${PN} += "${datadir}/dbus-1/*"