diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-01-11 13:15:48 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-12 09:22:34 -0800 |
| commit | 71ad9575f5f414b4c2ffc363c09623ecb6b3cddb (patch) | |
| tree | dd2cec60d1e7e7493279d29f071c3ce4ab49d397 /meta-xfce/recipes-extended/imsettings/imsettings_1.8.3.bb | |
| parent | e2e8f4356fe37ba11107c9d9fad3deada5a27bfa (diff) | |
| download | meta-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.bb | 34 |
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 @@ | |||
| 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 | LICENSE = "LGPLv2+" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 12 | |||
| 13 | inherit autotools gtk-doc gobject-introspection gettext features_check | ||
| 14 | |||
| 15 | DEPENDS = "gtk+3 libnotify" | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 18 | |||
| 19 | SRC_URI = "https://bitbucket.org/tagoh/imsettings/downloads/${BPN}-${PV}.tar.bz2 \ | ||
| 20 | file://imsettings-gcc10.patch \ | ||
| 21 | " | ||
| 22 | SRC_URI[sha256sum] = "45986b9ca1b87b760a5dbaecd9a2b77d080adc47868a0512826077175d5b3ee3" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | ||
| 25 | --disable-static \ | ||
| 26 | " | ||
| 27 | |||
| 28 | PACKAGECONFIG ??= "xfce" | ||
| 29 | PACKAGECONFIG[xfce] = ",,xfconf" | ||
| 30 | PACKAGECONFIG[xim] = ",,libgxim" | ||
| 31 | |||
| 32 | RDEPENDS:${PN} += "bash" | ||
| 33 | |||
| 34 | FILES:${PN} += "${datadir}/dbus-1/*" | ||
