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 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 19 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2" |
| 20 | SRC_URI[md5sum] = "c04341a008d8c60e1532f033f4020f44" |
| 21 | SRC_URI[sha256sum] = "ebf578299a10c6a1fea9047be6577df6d2b6470d3cc9d40f8a6589a3c13c4c8b" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 22 | |
| 23 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ |
| 24 | --disable-static \ |
| 25 | " |
| 26 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 27 | PACKAGECONFIG ??= "xfce" |
| 28 | PACKAGECONFIG[xfce] = ",,xfconf" |
| 29 | PACKAGECONFIG[xim] = ",,libgxim" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 30 | |
| 31 | RDEPENDS_${PN} += "bash" |
| 32 | |
Brad Bishop | c1d3433 | 2019-09-09 14:56:00 -0400 | [diff] [blame] | 33 | FILES_${PN} += "${datadir}/dbus-1/*" |