From 950527f0de94d8b19da5d9be09bc73acb4b200e7 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 29 Sep 2014 16:48:23 +0100 Subject: Lorry components required for the GENIVI Demo Platform --- open-source-lorries/dbus-c++.lorry | 10 ++++++++++ open-source-lorries/glibmm.lorry | 10 ++++++++++ open-source-lorries/mm-common.lorry | 10 ++++++++++ open-source-lorries/sigc++.lorry | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 open-source-lorries/dbus-c++.lorry create mode 100644 open-source-lorries/glibmm.lorry create mode 100644 open-source-lorries/mm-common.lorry create mode 100644 open-source-lorries/sigc++.lorry diff --git a/open-source-lorries/dbus-c++.lorry b/open-source-lorries/dbus-c++.lorry new file mode 100644 index 0000000..19fc25f --- /dev/null +++ b/open-source-lorries/dbus-c++.lorry @@ -0,0 +1,10 @@ +{ + "dbus-c++": { + "type": "git", + "url": "git://gitorious.org/dbus-cplusplus/mainline.git" + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} diff --git a/open-source-lorries/glibmm.lorry b/open-source-lorries/glibmm.lorry new file mode 100644 index 0000000..31c2028 --- /dev/null +++ b/open-source-lorries/glibmm.lorry @@ -0,0 +1,10 @@ +{ + "glibmm": { + "type": "git", + "url": "git://git.gnome.org/glibmm", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} diff --git a/open-source-lorries/mm-common.lorry b/open-source-lorries/mm-common.lorry new file mode 100644 index 0000000..e8c02d1 --- /dev/null +++ b/open-source-lorries/mm-common.lorry @@ -0,0 +1,10 @@ +{ + "mm-common": { + "type": "git", + "url": "git://git.gnome.org/mm-common", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} diff --git a/open-source-lorries/sigc++.lorry b/open-source-lorries/sigc++.lorry new file mode 100644 index 0000000..b555002 --- /dev/null +++ b/open-source-lorries/sigc++.lorry @@ -0,0 +1,10 @@ +{ + "sigc++": { + "type": "git", + "url": "git://git.gnome.org/libsigc++2" + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] + } +} -- cgit v1.2.1