Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "Delivery framework for general Input Method configuration" |
| 2 | DESCRIPTION = "IMSettings is a framework that delivers Input Method \ |
| 3 | settings and applies the changes so they take effect \ |
| 4 | immediately without any need to restart applications \ |
| 5 | or the desktop. \ |
| 6 | This package contains the core DBus services and some utilities." |
| 7 | HOMEPAGE = "http://code.google.com/p/imsettings/" |
| 8 | SECTION = "Applications/System" |
| 9 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 10 | LICENSE = "LGPLv2+" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 12 | |
Brad Bishop | 8410d61 | 2019-11-25 09:40:59 -0500 | [diff] [blame] | 13 | inherit autotools gtk-doc gobject-introspection gettext features_check |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 14 | |
| 15 | DEPENDS = "gtk+3 libnotify" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |
| 18 | |
Andrew Geissler | bffdb3e | 2020-08-21 16:13:29 -0500 | [diff] [blame] | 19 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ |
| 20 | file://imsettings-gcc10.patch \ |
| 21 | " |
| 22 | SRC_URI[sha256sum] = "412abf3165dbee3cbe03db0c296bab103569a49029429d038569c586ebe9efa9" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 23 | |
| 24 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ |
| 25 | --disable-static \ |
| 26 | " |
| 27 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 28 | PACKAGECONFIG ??= "xfce" |
| 29 | PACKAGECONFIG[xfce] = ",,xfconf" |
| 30 | PACKAGECONFIG[xim] = ",,libgxim" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 31 | |
| 32 | RDEPENDS_${PN} += "bash" |
| 33 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 34 | FILES_${PN} += "${datadir}/dbus-1/*" |