summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
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"