summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/dbus-c++.lorry10
-rw-r--r--open-source-lorries/glibmm.lorry10
-rw-r--r--open-source-lorries/mm-common.lorry10
-rw-r--r--open-source-lorries/sigc++.lorry10
4 files changed, 40 insertions, 0 deletions
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/*"
+ ]
+ }
+}