From f6f86fe3ab553df6c022238b027d5aed0b4b3457 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 15 Oct 2015 19:27:38 +0900 Subject: 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 --- strata/gnome.morph | 5 +++++ strata/gnome/adwaita-icon-theme.morph | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 strata/gnome/adwaita-icon-theme.morph (limited to 'strata') 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" -- cgit v1.2.1