diff options
author | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-07-24 10:25:29 +0100 |
---|---|---|
committer | Sam Thursfield <sam.thursfield@codethink.co.uk> | 2014-07-24 10:25:58 +0100 |
commit | f96f5e5d0db538f084cf91bc129b4cc59f066558 (patch) | |
tree | 4193d25a965233d4e685033947e49f8593ad23e7 | |
parent | 47aa8127ffdb07f0b11d790f85c1793367b9d33b (diff) | |
parent | eaa48cd8ed6773458446ed3404461674bcf234cd (diff) | |
download | lorries-f96f5e5d0db538f084cf91bc129b4cc59f066558.tar.gz |
Merge branch 'jjardon/gnome-lorries'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk>
Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r-- | open-source-lorries/ModemManager.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/NetworkManager.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/bash-completion.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/colord.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/geoclue.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/gnome-all.lorry | 30 | ||||
-rw-r--r-- | open-source-lorries/gusb.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/json-glib.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libmbim.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libndp.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/libqmi.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/linuxwacom-all.lorry | 10 | ||||
-rw-r--r-- | open-source-lorries/mozilla-all.lorry | 14 | ||||
-rw-r--r-- | open-source-lorries/ogg.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/ppp.lorry | 6 |
15 files changed, 126 insertions, 0 deletions
diff --git a/open-source-lorries/ModemManager.lorry b/open-source-lorries/ModemManager.lorry new file mode 100644 index 0000000..ccc8399 --- /dev/null +++ b/open-source-lorries/ModemManager.lorry @@ -0,0 +1,6 @@ +{ + "ModemManager": { + "type": "git", + "url": "git://anongit.freedesktop.org/git/ModemManager/ModemManager" + } +} diff --git a/open-source-lorries/NetworkManager.lorry b/open-source-lorries/NetworkManager.lorry new file mode 100644 index 0000000..1b65963 --- /dev/null +++ b/open-source-lorries/NetworkManager.lorry @@ -0,0 +1,6 @@ +{ + "NetworkManager": { + "type": "git", + "url": "git://anongit.freedesktop.org/git/NetworkManager/NetworkManager" + } +} diff --git a/open-source-lorries/bash-completion.lorry b/open-source-lorries/bash-completion.lorry new file mode 100644 index 0000000..cfd54af --- /dev/null +++ b/open-source-lorries/bash-completion.lorry @@ -0,0 +1,6 @@ +{ + "bash-completion": { + "type": "git", + "url": "git://git.debian.org/git/bash-completion/bash-completion.git" + } +} diff --git a/open-source-lorries/colord.lorry b/open-source-lorries/colord.lorry new file mode 100644 index 0000000..ea3b5b2 --- /dev/null +++ b/open-source-lorries/colord.lorry @@ -0,0 +1,6 @@ +{ + "colord": { + "type": "git", + "url": "git://github.com/hughsie/colord.git" + } +} diff --git a/open-source-lorries/geoclue.lorry b/open-source-lorries/geoclue.lorry new file mode 100644 index 0000000..ba22d0c --- /dev/null +++ b/open-source-lorries/geoclue.lorry @@ -0,0 +1,6 @@ +{ + "geoclue": { + "type": "git", + "url": "git://anongit.freedesktop.org/git/geoclue" + } +} diff --git a/open-source-lorries/gnome-all.lorry b/open-source-lorries/gnome-all.lorry new file mode 100644 index 0000000..f06673c --- /dev/null +++ b/open-source-lorries/gnome-all.lorry @@ -0,0 +1,30 @@ +{ + "gnome/clutter": { + "type": "git", + "url": "git://git.gnome.org/clutter" + }, + "gnome/cogl": { + "type": "git", + "url": "git://git.gnome.org/cogl" + }, + "gnome/geocode-glib": { + "type": "git", + "url": "git://git.gnome.org/geocode-glib" + }, + "gnome/gnome-desktop": { + "type": "git", + "url": "git://git.gnome.org/gnome-desktop" + }, + "gnome/gsettings-desktop-schemas": { + "type": "git", + "url": "git://git.gnome.org/gsettings-desktop-schemas" + }, + "gnome/libgweather": { + "type": "git", + "url": "git://git.gnome.org/libgweather" + }, + "gnome/libnotify": { + "type": "git", + "url": "git://git.gnome.org/libnotify" + } +} diff --git a/open-source-lorries/gusb.lorry b/open-source-lorries/gusb.lorry new file mode 100644 index 0000000..7937aba --- /dev/null +++ b/open-source-lorries/gusb.lorry @@ -0,0 +1,6 @@ +{ + "gusb": { + "type": "git", + "url": "git@gitorious.org:gusb/gusb.git" + } +} diff --git a/open-source-lorries/json-glib.lorry b/open-source-lorries/json-glib.lorry new file mode 100644 index 0000000..a16fca3 --- /dev/null +++ b/open-source-lorries/json-glib.lorry @@ -0,0 +1,6 @@ +{ + "json-glib": { + "type": "git", + "url": "git://git.gnome.org/json-glib" + } +} diff --git a/open-source-lorries/libmbim.lorry b/open-source-lorries/libmbim.lorry new file mode 100644 index 0000000..ed5e0f3 --- /dev/null +++ b/open-source-lorries/libmbim.lorry @@ -0,0 +1,6 @@ +{ + "libmbim": { + "type": "git", + "url": "git://anongit.freedesktop.org/libmbim/libmbim" + } +} diff --git a/open-source-lorries/libndp.lorry b/open-source-lorries/libndp.lorry new file mode 100644 index 0000000..81c6f50 --- /dev/null +++ b/open-source-lorries/libndp.lorry @@ -0,0 +1,6 @@ +{ + "libndp": { + "type": "git", + "url": "git://github.com/jpirko/libndp.git" + } +} diff --git a/open-source-lorries/libqmi.lorry b/open-source-lorries/libqmi.lorry new file mode 100644 index 0000000..f6a058e --- /dev/null +++ b/open-source-lorries/libqmi.lorry @@ -0,0 +1,6 @@ +{ + "libqmi": { + "type": "git", + "url": "git://anongit.freedesktop.org/libqmi" + } +} diff --git a/open-source-lorries/linuxwacom-all.lorry b/open-source-lorries/linuxwacom-all.lorry new file mode 100644 index 0000000..09f3a86 --- /dev/null +++ b/open-source-lorries/linuxwacom-all.lorry @@ -0,0 +1,10 @@ +{ + "linuxwacom/libwacom": { + "type": "git", + "url": "git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/libwacom" + }, + "linuxwacom/xf86-input-wacom": { + "type": "git", + "url": "git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom" + } +} diff --git a/open-source-lorries/mozilla-all.lorry b/open-source-lorries/mozilla-all.lorry new file mode 100644 index 0000000..220c36f --- /dev/null +++ b/open-source-lorries/mozilla-all.lorry @@ -0,0 +1,14 @@ +{ + "mozilla/mozjs17": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz" + }, + "mozilla/mozjs24": { + "type": "tarball", + "compression": "bz2", + "strip": 1, + "url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2" + } +} diff --git a/open-source-lorries/ogg.lorry b/open-source-lorries/ogg.lorry new file mode 100644 index 0000000..b65f0ff --- /dev/null +++ b/open-source-lorries/ogg.lorry @@ -0,0 +1,6 @@ +{ + "ogg": { + "type": "git", + "url": "git://git.xiph.org/mirrors/ogg.git" + } +} diff --git a/open-source-lorries/ppp.lorry b/open-source-lorries/ppp.lorry new file mode 100644 index 0000000..5381b2f --- /dev/null +++ b/open-source-lorries/ppp.lorry @@ -0,0 +1,6 @@ +{ + "ppp": { + "type": "git", + "url": "git://ozlabs.org/~paulus/ppp.git" + } +} |