summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb')
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb
new file mode 100644
index 000000000..5c94cb6bc
--- /dev/null
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.1.bb
@@ -0,0 +1,33 @@
1SUMMARY = "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
10LICENSE = "LGPLv2+"
11LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
12
13inherit autotools gtk-doc gobject-introspection gettext distro_features_check
14
15DEPENDS = "gtk+3 libnotify"
16
17REQUIRED_DISTRO_FEATURES = "x11"
18
19SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2"
20SRC_URI[md5sum] = "c04341a008d8c60e1532f033f4020f44"
21SRC_URI[sha256sum] = "ebf578299a10c6a1fea9047be6577df6d2b6470d3cc9d40f8a6589a3c13c4c8b"
22
23EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
24 --disable-static \
25 "
26
27PACKAGECONFIG ??= "xfce"
28PACKAGECONFIG[xfce] = ",,xfconf"
29PACKAGECONFIG[xim] = ",,libgxim"
30
31RDEPENDS_${PN} += "bash"
32
33FILES_${PN} += "${datadir}/dbus-1/*"