All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/9] onboard: initial add 1.3.0
@ 2017-01-19  7:53 Andreas Müller
  2017-01-19  7:53 ` [PATCH 2/9] xfce4-terminal: update 0.8.2 -> 0.8.3 Andreas Müller
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Andreas Müller @ 2017-01-19  7:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-support/onboard/onboard_1.3.0.bb | 25 ++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta-oe/recipes-support/onboard/onboard_1.3.0.bb

diff --git a/meta-oe/recipes-support/onboard/onboard_1.3.0.bb b/meta-oe/recipes-support/onboard/onboard_1.3.0.bb
new file mode 100644
index 0000000..82393c3
--- /dev/null
+++ b/meta-oe/recipes-support/onboard/onboard_1.3.0.bb
@@ -0,0 +1,25 @@
+SUMMARY = "An onscreen keyboard"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e"
+
+DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf"
+
+SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff"
+SRC_URI[sha256sum] = "fd74b54b8bd7a075cf5f6e1a8ca3e6de5cd2663507adb690d7b1a85e71afa2e4"
+
+inherit setuptools3 pkgconfig gtk-icon-cache gsettings
+
+FILES_${PN} += " \
+    ${datadir}/dbus-1 \
+    ${datadir}/icons \
+    ${datadir}/gnome-shell \
+    ${datadir}/help \
+"
+
+RDEPENDS_${PN} += " \
+    ncurses \
+    python3-dbus \
+    python3-pycairo \
+    python3-pygobject \
+"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-21 11:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19  7:53 [PATCH 1/9] onboard: initial add 1.3.0 Andreas Müller
2017-01-19  7:53 ` [PATCH 2/9] xfce4-terminal: update 0.8.2 -> 0.8.3 Andreas Müller
2017-01-19  7:53 ` [PATCH 3/9] fltk: update 1.3.3 -> 1.3.4-1 Andreas Müller
2017-01-19  7:53 ` [PATCH 4/9] libopus: update 1.1.2 -> 1.1.3 Andreas Müller
2017-01-19  7:53 ` [PATCH 5/9] libopus: add --enable-custom-modes to EXTRA_OECONF Andreas Müller
2017-01-19  7:53 ` [PATCH 6/9] jack: update to git master Andreas Müller
2017-01-19  7:53 ` [PATCH 7/9] jack: fix PACKAGECONFIG for alsa Andreas Müller
2017-01-19  7:53 ` [PATCH 8/9] jack: add a PACKAGECONFIG for opus - disabled by default Andreas Müller
2017-01-19  7:53 ` [PATCH 9/9] poppler: update to 0.51.0 Andreas Müller
2017-01-21 11:04 ` [PATCH 1/9] onboard: initial add 1.3.0 Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.