Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 1 | SUMMARY = "An onscreen keyboard" |
| 2 | LICENSE = "GPLv3" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" |
| 4 | |
| 5 | DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf python3-distutils-extra-native intltool-native" |
| 6 | |
| 7 | SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz \ |
| 8 | file://0001-pypredict-lm-Define-error-API-if-platform-does-not-h.patch \ |
| 9 | " |
| 10 | SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" |
| 11 | SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" |
| 12 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | |
| 15 | REQUIRED_DISTRO_FEATURES = "x11" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 16 | |
| 17 | FILES_${PN} += " \ |
| 18 | ${datadir}/dbus-1 \ |
| 19 | ${datadir}/icons \ |
| 20 | ${datadir}/gnome-shell \ |
| 21 | ${datadir}/help \ |
| 22 | " |
| 23 | |
| 24 | RDEPENDS_${PN} += " \ |
| 25 | ncurses \ |
| 26 | python3-dbus \ |
| 27 | python3-pycairo \ |
| 28 | python3-pygobject \ |
| 29 | " |