summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-12 15:01:41 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-13 22:32:07 -0700
commita6f710f6cd320cedfc613a2c56b9586f884432d4 (patch)
treef8ea7ca284ed46df4a1fe63a9ecbcde3802a1314 /meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb
parent5a35fe8124789ea54cebf5a102dbcd890583ca56 (diff)
downloadmeta-openembedded-a6f710f6cd320cedfc613a2c56b9586f884432d4.tar.gz
imsettings: Upgrade to 1.8.2
Add a patch to fix build with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb')
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb
new file mode 100644
index 0000000000..bb7ff42355
--- /dev/null
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.2.bb
@@ -0,0 +1,34 @@
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 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 \
20 file://imsettings-gcc10.patch \
21 "
22SRC_URI[sha256sum] = "412abf3165dbee3cbe03db0c296bab103569a49029429d038569c586ebe9efa9"
23
24EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \
25 --disable-static \
26 "
27
28PACKAGECONFIG ??= "xfce"
29PACKAGECONFIG[xfce] = ",,xfconf"
30PACKAGECONFIG[xim] = ",,libgxim"
31
32RDEPENDS_${PN} += "bash"
33
34FILES_${PN} += "${datadir}/dbus-1/*"