summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-11 09:45:34 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-11 09:45:34 +0100
commitffc6f9bec3627b272e951b80e707057a57210bbe (patch)
tree7947ac0f1930f30a4a4d0ee15da44c3327bcd0b7
parentc437b37edfe39068853e4bb06b4259a06ca542b9 (diff)
parentfa29b4e90f994014bdf915be064b4b2eb22f151e (diff)
downloadlorries-ffc6f9bec3627b272e951b80e707057a57210bbe.tar.gz
Merge branch 'jjardon/more-gnome'
Reviewed-By: Daniel Silverstone <daniel.silverstone@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
-rw-r--r--open-source-lorries/gnome-all.lorry36
-rw-r--r--open-source-lorries/libgpg-error.lorry6
-rw-r--r--open-source-lorries/p11-kit.lorry6
-rw-r--r--open-source-lorries/startup-notification.lorry6
4 files changed, 54 insertions, 0 deletions
diff --git a/open-source-lorries/gnome-all.lorry b/open-source-lorries/gnome-all.lorry
index f06673c..e7b2ecd 100644
--- a/open-source-lorries/gnome-all.lorry
+++ b/open-source-lorries/gnome-all.lorry
@@ -7,18 +7,54 @@
"type": "git",
"url": "git://git.gnome.org/cogl"
},
+ "gnome/d-feet": {
+ "type": "git",
+ "url": "git://git.gnome.org/d-feet"
+ },
+ "gnome/evolution-data-server": {
+ "type": "git",
+ "url": "git://git.gnome.org/evolution-data-server"
+ },
+ "gnome/gcr": {
+ "type": "git",
+ "url": "git://git.gnome.org/gcr"
+ },
"gnome/geocode-glib": {
"type": "git",
"url": "git://git.gnome.org/geocode-glib"
},
+ "gnome/glib-networking": {
+ "type": "git",
+ "url": "git://git.gnome.org/glib-networking"
+ },
+ "gnome/gnome-control-center": {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-control-center"
+ },
"gnome/gnome-desktop": {
"type": "git",
"url": "git://git.gnome.org/gnome-desktop"
},
+ "gnome/gnome-session": {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-session"
+ },
+ "gnome/gnome-shell": {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-shell"
+ },
"gnome/gsettings-desktop-schemas": {
"type": "git",
"url": "git://git.gnome.org/gsettings-desktop-schemas"
},
+ "gnome/libgee": {
+ "type": "git",
+ "url": "git://git.gnome.org/libgee"
+ },
+ "gnome/libsecret": {
+ "type": "git",
+ "url": "git://git.gnome.org/libsecret"
+ },
"gnome/libgweather": {
"type": "git",
"url": "git://git.gnome.org/libgweather"
diff --git a/open-source-lorries/libgpg-error.lorry b/open-source-lorries/libgpg-error.lorry
new file mode 100644
index 0000000..30ba489
--- /dev/null
+++ b/open-source-lorries/libgpg-error.lorry
@@ -0,0 +1,6 @@
+{
+ "libgpg-error": {
+ "type": "git",
+ "url": "git://git.gnupg.org/libgpg-error.git"
+ }
+}
diff --git a/open-source-lorries/p11-kit.lorry b/open-source-lorries/p11-kit.lorry
new file mode 100644
index 0000000..15394b3
--- /dev/null
+++ b/open-source-lorries/p11-kit.lorry
@@ -0,0 +1,6 @@
+{
+ "p11-kit": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/p11-glue/p11-kit"
+ }
+}
diff --git a/open-source-lorries/startup-notification.lorry b/open-source-lorries/startup-notification.lorry
new file mode 100644
index 0000000..7b25ec0
--- /dev/null
+++ b/open-source-lorries/startup-notification.lorry
@@ -0,0 +1,6 @@
+{
+ "startup-notification": {
+ "type": "git",
+ "url": "git://anongit.freedesktop.org/startup-notification"
+ }
+}