blob: c8f495edb725366ec6acd9abaea252b2475f60e5 [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
Brad Bishopc1d34332019-09-09 14:56:00 -040019SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2"
20SRC_URI[md5sum] = "c04341a008d8c60e1532f033f4020f44"
21SRC_URI[sha256sum] = "ebf578299a10c6a1fea9047be6577df6d2b6470d3cc9d40f8a6589a3c13c4c8b"
Brad Bishop316dfdd2018-06-25 12:45:53 -040022
23EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
24 --disable-static \
25 "
26
Brad Bishopc1d34332019-09-09 14:56:00 -040027PACKAGECONFIG ??= "xfce"
28PACKAGECONFIG[xfce] = ",,xfconf"
29PACKAGECONFIG[xim] = ",,libgxim"
Brad Bishop316dfdd2018-06-25 12:45:53 -040030
31RDEPENDS_${PN} += "bash"
32
Brad Bishopc1d34332019-09-09 14:56:00 -040033FILES_${PN} += "${datadir}/dbus-1/*"