All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] matrix-gui-browser: port from arago overlay
@ 2012-01-26 18:46 Chase Maupin
  2012-01-26 18:46 ` [PATCH 2/3] refresh-screen: add package from arago Chase Maupin
                   ` (2 more replies)
  0 siblings, 3 replies; 45+ messages in thread
From: Chase Maupin @ 2012-01-26 18:46 UTC (permalink / raw)
  To: meta-ti

* This package adds a simple web browser GUI application with
  no decorations used to display matrix on the local display.
* Ported from arago overlay

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 recipes-ti/matrix/matrix-gui-browser_2.0.bb |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 recipes-ti/matrix/matrix-gui-browser_2.0.bb

diff --git a/recipes-ti/matrix/matrix-gui-browser_2.0.bb b/recipes-ti/matrix/matrix-gui-browser_2.0.bb
new file mode 100644
index 0000000..602487b
--- /dev/null
+++ b/recipes-ti/matrix/matrix-gui-browser_2.0.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Simple Qt web display using webkit"
+HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix_browser"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://main.cpp;beginline=9;endline=37;md5=884b90f5bf0d711fe32c4f04b5276496"
+SECTION = "multimedia"
+PRIORITY = "optional"
+
+# Make sure that QT font libraries have been installed
+RDEPENDS += "qt4-embedded-fonts"
+
+PR = "r0"
+
+SRCREV = "db2e6b10e5a14358b6120a4a28de2f9d591bc55c"
+BRANCH ?= "master"
+
+SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+
+inherit qt4e
+
+do_install() {
+	install -d ${D}/${bindir}
+	install -m 0755 ${S}/matrix_browser ${D}/${bindir}
+}
-- 
1.7.0.4



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

end of thread, other threads:[~2012-01-28  3:23 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 18:46 [PATCH 1/3] matrix-gui-browser: port from arago overlay Chase Maupin
2012-01-26 18:46 ` [PATCH 2/3] refresh-screen: add package from arago Chase Maupin
2012-01-26 18:46 ` [PATCH 3/3] matrix-gui: update to latest version Chase Maupin
2012-01-26 22:44 ` [PATCH 1/3] matrix-gui-browser: port from arago overlay William Mills
2012-01-27 11:50   ` Koen Kooi
2012-01-27 12:09     ` Andreas Müller
2012-01-27 12:24       ` Koen Kooi
2012-01-27 17:38         ` William Mills
2012-01-27 19:39         ` Denys Dmytriyenko
2012-01-27 19:47           ` Koen Kooi
2012-01-27 20:09             ` Denys Dmytriyenko
2012-01-27 13:50     ` Maupin, Chase
2012-01-27 14:54       ` Philip Balister
2012-01-27 15:19         ` Maupin, Chase
2012-01-27 17:51       ` William Mills
2012-01-27 19:46         ` Maupin, Chase
2012-01-27 20:03           ` William Mills
2012-01-27 20:05             ` William Mills
2012-01-27 20:10             ` Tom Rini
2012-01-27 20:11               ` Denys Dmytriyenko
2012-01-27 20:19                 ` Philip Balister
2012-01-27 20:24                   ` Denys Dmytriyenko
2012-01-27 20:20                 ` William Mills
2012-01-27 20:11           ` William Mills
2012-01-27 20:17             ` Maupin, Chase
2012-01-27 20:21               ` Denys Dmytriyenko
2012-01-27 20:24                 ` William Mills
2012-01-27 20:29                   ` Maupin, Chase
2012-01-27 20:34                     ` Denys Dmytriyenko
2012-01-27 20:39                       ` Maupin, Chase
2012-01-27 20:42                         ` William Mills
2012-01-27 20:44                           ` Maupin, Chase
2012-01-27 20:48                             ` William Mills
2012-01-27 20:34                     ` William Mills
2012-01-27 20:50                   ` Philip Balister
2012-01-27 20:54                     ` Koen Kooi
2012-01-27 20:57                     ` Denys Dmytriyenko
2012-01-27 22:40                       ` Philip Balister
2012-01-27 23:39                         ` Denys Dmytriyenko
2012-01-27 20:53                 ` Koen Kooi
2012-01-27 20:55                   ` Maupin, Chase
2012-01-27 21:52                     ` William Mills
2012-01-27 23:04                       ` Koen Kooi
2012-01-28  3:23                         ` Philip Balister
2012-01-27 17:30     ` William Mills

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.