summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-15 19:27:38 +0900
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-15 14:18:03 +0000
commitf6f86fe3ab553df6c022238b027d5aed0b4b3457 (patch)
tree150a4adcfcd1b4fde347b3fa049359b158b21f39 /strata
parentc506468fa30cad9bd1876993ad32c44f86e8123e (diff)
downloaddefinitions-f6f86fe3ab553df6c022238b027d5aed0b4b3457.tar.gz
Adding adwaita-icon-theme to the build
This has a specialized morph to allow it access to the gdk-pixbuf loaders at build time, applying this patch requires that the new lorry also be applied Change-Id: I08d948214cf9cfcf259ebf9753cc14211ea2718f
Diffstat (limited to 'strata')
-rw-r--r--strata/gnome.morph5
-rw-r--r--strata/gnome/adwaita-icon-theme.morph11
2 files changed, 16 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index a7f2a059..d5f2712a 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -407,3 +407,8 @@ chunks:
unpetrify-ref: master
build-depends:
- hicolor-icon-theme
+- name: adwaita-icon-theme
+ morph: strata/gnome/adwaita-icon-theme.morph
+ repo: upstream:gnome/adwaita-icon-theme
+ ref: 5e469ae6e664cb0808b6ce9fcfd7bd2ac6fc4216
+ unpetrify-ref: gnome-3.18
diff --git a/strata/gnome/adwaita-icon-theme.morph b/strata/gnome/adwaita-icon-theme.morph
new file mode 100644
index 00000000..99ded09c
--- /dev/null
+++ b/strata/gnome/adwaita-icon-theme.morph
@@ -0,0 +1,11 @@
+name: adwaita-icon-theme
+kind: chunk
+build-system: autotools
+configure-commands:
+- gdk-pixbuf-query-loaders > loader.cache
+- NOCONFIGURE=1 ./autogen.sh
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc
+build-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
+install-commands:
+- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make install DESTDIR="$DESTDIR"