summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-22 15:21:54 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-22 15:21:54 +0100
commit375fc93c44b80434f1343f286cca6eb8ca9c8782 (patch)
tree6e2da97e5b9761355db8f414e404a25a5a096a57
parent5a0b2ef448c8094bcc9976fe7f61bd5d015c8f1a (diff)
downloadlorry-375fc93c44b80434f1343f286cca6eb8ca9c8782.tar.gz
lorries: Add gtk+ and gnome-themes-standard
These require gdk-pixbuf during build, so we need to manually create the gdk-pixbuf loaders cache in the morphology.
-rw-r--r--lorries/gnome-themes-standard.lorry6
-rw-r--r--lorries/gtk+.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/lorries/gnome-themes-standard.lorry b/lorries/gnome-themes-standard.lorry
new file mode 100644
index 0000000..b9aa995
--- /dev/null
+++ b/lorries/gnome-themes-standard.lorry
@@ -0,0 +1,6 @@
+{
+ "gnome-themes-standard": {
+ "type": "git",
+ "url": "git://git.gnome.org/gnome-themes-standard"
+ }
+}
diff --git a/lorries/gtk+.lorry b/lorries/gtk+.lorry
new file mode 100644
index 0000000..387fb5e
--- /dev/null
+++ b/lorries/gtk+.lorry
@@ -0,0 +1,6 @@
+{
+ "gtk+": {
+ "type": "git",
+ "url": "git://git.gnome.org/gtk+"
+ }
+}