Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 10 | LICENSE = "LGPL-2.0-or-later" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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/*" |