From 8d3caf252089d4a794576bda93c4019be72c3c45 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 28 Jun 2013 10:58:34 +0100 Subject: Add a qtwayland lorry --- open-source-lorries/qt5-tools-all.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry index 15afe43..513d8c2 100644 --- a/open-source-lorries/qt5-tools-all.lorry +++ b/open-source-lorries/qt5-tools-all.lorry @@ -87,6 +87,10 @@ "type": "git", "url": "git://gitorious.org/qt/qtrepotools.git" }, + "qt5/qtwayland": { + "type": "git", + "url": "git://gitorious.org/qt/qtwayland.git" + } "qt5/qtx11extras": { "type": "git", "url": "git://gitorious.org/qt/qtx11extras.git" -- cgit v1.2.1 From cc0df8df3ff7139248753240ebd31f8fd6d9511a Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 1 Jul 2013 11:35:40 +0100 Subject: Add a bonnie lorry for Pete Fotheringham's tutorial --- open-source-lorries/bonnie.lorry | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 open-source-lorries/bonnie.lorry diff --git a/open-source-lorries/bonnie.lorry b/open-source-lorries/bonnie.lorry new file mode 100644 index 0000000..9e2710e --- /dev/null +++ b/open-source-lorries/bonnie.lorry @@ -0,0 +1,7 @@ +{ + "bonnie": { + "type": "svn", + "url": "http://bonnie-64.googlecode.com/svn", + "layout": "standard" + } +} -- cgit v1.2.1 From ece2f213786f69517d07b87e980dbfe4c9d27c4e Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 1 Jul 2013 12:39:58 +0100 Subject: Add lorry for AudioManager --- open-source-lorries/audiomanager.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/audiomanager.lorry diff --git a/open-source-lorries/audiomanager.lorry b/open-source-lorries/audiomanager.lorry new file mode 100644 index 0000000..c696a6f --- /dev/null +++ b/open-source-lorries/audiomanager.lorry @@ -0,0 +1,6 @@ +{ + "audiomanager": { + "type": "git", + "url": "git://git.projects.genivi.org/AudioManager.git" + } +} -- cgit v1.2.1 From 4919982378dcc2edeca94ef1a071f3afc56d20b4 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Mon, 1 Jul 2013 16:17:00 +0100 Subject: Add th qt3d module --- open-source-lorries/qt5-tools-all.lorry | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/open-source-lorries/qt5-tools-all.lorry b/open-source-lorries/qt5-tools-all.lorry index 513d8c2..eda3d9c 100644 --- a/open-source-lorries/qt5-tools-all.lorry +++ b/open-source-lorries/qt5-tools-all.lorry @@ -1,4 +1,8 @@ { + "qt5/qt3d": { + "type": "git", + "url": "git://gitorious.org/qt/qt3d.git" + }, "qt5/qtimageformats": { "type": "git", "url": "git://gitorious.org/qt/qtimageformats.git" -- cgit v1.2.1