From 7d17eb7fda56b5a6fb4a6bf06c17d6d91bebb30e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Sep 2014 18:50:42 +0100 Subject: Add more GNOME components --- open-source-lorries/gnome-all.lorry | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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" -- cgit v1.2.1 From aa0d3ee64d4c1fe9734fe8d0ed78c7c339786cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Sep 2014 18:50:43 +0100 Subject: Add startup-notification --- open-source-lorries/startup-notification.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/startup-notification.lorry 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" + } +} -- cgit v1.2.1 From 12ea41ab9deed52c220a2965d0ccf24291fc6a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Sep 2014 18:50:44 +0100 Subject: Add p11-kit --- open-source-lorries/p11-kit.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/p11-kit.lorry 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" + } +} -- cgit v1.2.1 From fa29b4e90f994014bdf915be064b4b2eb22f151e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 9 Sep 2014 18:50:45 +0100 Subject: Add libgpg-error --- open-source-lorries/libgpg-error.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/libgpg-error.lorry 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" + } +} -- cgit v1.2.1