diff options
-rw-r--r-- | meta-gnome/recipes-support/onboard/onboard_1.3.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb new file mode 100644 index 0000000000..82393c3504 --- /dev/null +++ b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb | |||
@@ -0,0 +1,25 @@ | |||
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" | ||
6 | |||
7 | SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz" | ||
8 | SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff" | ||
9 | SRC_URI[sha256sum] = "fd74b54b8bd7a075cf5f6e1a8ca3e6de5cd2663507adb690d7b1a85e71afa2e4" | ||
10 | |||
11 | inherit setuptools3 pkgconfig gtk-icon-cache gsettings | ||
12 | |||
13 | FILES_${PN} += " \ | ||
14 | ${datadir}/dbus-1 \ | ||
15 | ${datadir}/icons \ | ||
16 | ${datadir}/gnome-shell \ | ||
17 | ${datadir}/help \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS_${PN} += " \ | ||
21 | ncurses \ | ||
22 | python3-dbus \ | ||
23 | python3-pycairo \ | ||
24 | python3-pygobject \ | ||
25 | " | ||