diff options
Diffstat (limited to 'meta-xfce/recipes-extended/imsettings/imsettings_1.8.11.bb')
| -rw-r--r-- | meta-xfce/recipes-extended/imsettings/imsettings_1.8.11.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/imsettings/imsettings_1.8.11.bb b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.11.bb new file mode 100644 index 0000000000..e3fe0241b3 --- /dev/null +++ b/meta-xfce/recipes-extended/imsettings/imsettings_1.8.11.bb | |||
| @@ -0,0 +1,41 @@ | |||
| 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 = "LGPL-2.0-or-later" | ||
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 12 | |||
| 13 | inherit autotools gettext gtk-doc gobject-introspection features_check | ||
| 14 | |||
| 15 | DEPENDS = "autoconf-archive-native gtk+3 libnotify" | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 18 | |||
| 19 | SRC_URI = "git://gitlab.com/tagoh/imsettings.git;protocol=https;branch=main;tag=${PV} \ | ||
| 20 | file://imsettings-gcc10.patch \ | ||
| 21 | file://0001-remove-man-page.patch \ | ||
| 22 | " | ||
| 23 | SRCREV = "7fadd84fcbfe6c321dbe1c97b50cbb70efe20155" | ||
| 24 | |||
| 25 | |||
| 26 | do_configure:prepend() { | ||
| 27 | cp ${STAGING_DATADIR_NATIVE}/gettext/ABOUT-NLS ${AUTOTOOLS_AUXDIR}/ | ||
| 28 | } | ||
| 29 | |||
| 30 | EXTRA_OECONF = "--with-xinputsh=50-xinput.sh \ | ||
| 31 | --disable-static \ | ||
| 32 | " | ||
| 33 | |||
| 34 | CFLAGS:append:toolchain-clang = " -Wno-error=unused-function -Wno-error=single-bit-bitfield-constant-conversion" | ||
| 35 | PACKAGECONFIG ??= "xfce" | ||
| 36 | PACKAGECONFIG[xfce] = ",,xfconf" | ||
| 37 | PACKAGECONFIG[xim] = ",,libgxim" | ||
| 38 | |||
| 39 | RDEPENDS:${PN} += "bash" | ||
| 40 | |||
| 41 | FILES:${PN} += "${datadir}/dbus-1/*" | ||
