summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb')
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
new file mode 100644
index 000000000..c00b1936e
--- /dev/null
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
@@ -0,0 +1,29 @@
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
10inherit autotools gtk-doc gobject-introspection
11
12SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
13 "
14
15SRC_URI[md5sum] = "c6c65a2b2654fe9dfe9ab2e8b80c079a"
16SRC_URI[sha256sum] = "196d3a74cef254ff812c32682d1818d740e36a68b976fef9e99748d23a71a71a"
17
18LICENSE = "LGPLv2+"
19LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
20
21EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
22 --disable-static \
23 "
24
25DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
26
27RDEPENDS_${PN} += "bash"
28
29FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"