aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-02-09 13:11:07 +0800
committerArmin Kuster <akuster808@gmail.com>2018-02-11 13:39:50 -0800
commit6e833257b3bb702a9f64a0e4ad3f7868fa3896d8 (patch)
treee18b4d198612a2a209fdeafa4803dfcdf67d12b0 /meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
parent09a106bd72c7cc8e6677723de21763767ebe185c (diff)
downloadmeta-openembedded-contrib-6e833257b3bb702a9f64a0e4ad3f7868fa3896d8.tar.gz
imsettings: 1.7.2 -> 1.7.3
1.Upgrade imsettings from 1.7.2 to 1.7.3. 2.Delete 0001-Rename-use-of-stdout-and-stderr.patch, gtk-is-required-by-notify.patch, multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch, since it is integrated upstream. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
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 0000000000..c00b1936e4
--- /dev/null
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.3.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Delivery framework for general Input Method configuration"
+DESCRIPTION = "IMSettings is a framework that delivers Input Method \
+settings and applies the changes so they take effect \
+immediately without any need to restart applications \
+or the desktop. \
+This package contains the core DBus services and some utilities."
+HOMEPAGE = "http://code.google.com/p/imsettings/"
+SECTION = "Applications/System"
+
+inherit autotools gtk-doc gobject-introspection
+
+SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \
+ "
+
+SRC_URI[md5sum] = "c6c65a2b2654fe9dfe9ab2e8b80c079a"
+SRC_URI[sha256sum] = "196d3a74cef254ff812c32682d1818d740e36a68b976fef9e99748d23a71a71a"
+
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
+
+EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
+ --disable-static \
+ "
+
+DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native"
+
+RDEPENDS_${PN} += "bash"
+
+FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*"