summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-01-11 13:15:48 +0100
committerKhem Raj <raj.khem@gmail.com>2022-01-12 09:22:34 -0800
commit71ad9575f5f414b4c2ffc363c09623ecb6b3cddb (patch)
treedd2cec60d1e7e7493279d29f071c3ce4ab49d397 /meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
parente2e8f4356fe37ba11107c9d9fad3deada5a27bfa (diff)
downloadmeta-openembedded-71ad9575f5f414b4c2ffc363c09623ecb6b3cddb.tar.gz
imsettings: upgrade 1.8.2 -> 1.8.3
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb')
-rw-r--r--meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb
new file mode 100644
index 0000000000..c94d5e893c
--- /dev/null
+++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.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] = "45986b9ca1b87b760a5dbaecd9a2b77d080adc47868a0512826077175d5b3ee3"
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/*"