diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-05-15 13:51:34 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:50:59 +0200 |
commit | e8142b0d247af4bae77546be156cc901183f5016 (patch) | |
tree | 6f2e52dd26f2e3e5305fecb8c9cb1f4ec31776a2 /meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb | |
parent | fbedeeac440743918b00d09325730b92d98656ff (diff) | |
download | meta-openembedded-e8142b0d247af4bae77546be156cc901183f5016.tar.gz |
imsettings: 1.7.1 -> 1.7.2
Upgrade imsettings from 1.7.1 to 1.7.2.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb')
-rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb new file mode 100644 index 000000000..4b2ca4947 --- /dev/null +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.7.2.bb | |||
@@ -0,0 +1,30 @@ | |||
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 | |||
10 | inherit autotools gtk-doc gobject-introspection | ||
11 | |||
12 | SRC_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 | |||
16 | SRC_URI[md5sum] = "8153b0583a9f47d8a62af1f92fb9d3bf" | ||
17 | SRC_URI[sha256sum] = "41addf0458f760212b6b6100835066e16deb3a8a50eb005a0fc17fbac0a2ae66" | ||
18 | |||
19 | LICENSE = "LGPLv2+" | ||
20 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
21 | |||
22 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | ||
23 | --disable-static \ | ||
24 | " | ||
25 | |||
26 | DEPENDS = "gtk+ gconf libnotify dbus-glib libgxim xfconf intltool-native" | ||
27 | |||
28 | RDEPENDS_${PN} += "bash" | ||
29 | |||
30 | FILES_${PN} += "${datadir}/dbus-1/* ${datadir}/gir-1.0/* ${libdir}/girepository-1.0/*" | ||