blob: 8c04db6c0192e5720a680c6908b134086f403927 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "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
10inherit autotools gtk-doc
11
12SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
13 file://gtk-is-required-by-notify.patch \
14 file://multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch"
15
Patrick Williamsddad1a12017-02-23 20:36:32 -060016SRC_URI[md5sum] = "ab439e21a7d86fa99fbc04586c755349"
17SRC_URI[sha256sum] = "12c35352386057ba68d69a0b7d9a1d0d01ebbd893aafe0a094c3158c8079ac9a"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018
19LICENSE = "LGPLv2+"
20LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
21
22EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
23 --disable-static \
24 "
25
Patrick Williamsddad1a12017-02-23 20:36:32 -060026DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027
28RDEPENDS_${PN} += "bash"
29
Patrick Williamsddad1a12017-02-23 20:36:32 -060030FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"