From f3ea41dd5c4ca451c0f0ab08b6d59840824a1fa5 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 7 Nov 2015 22:58:33 +0900 Subject: Update icon cache for hicolor icon theme in GNOME stratum This is implemented as a system integration hook so that it will include any icons which various modules add to the theme. Change-Id: I882fed168ea2b6162115d8ab5a4b1fa39e8fd60e --- strata/gnome.morph | 2 +- strata/gnome/hicolor-icon-theme.morph | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 strata/gnome/hicolor-icon-theme.morph diff --git a/strata/gnome.morph b/strata/gnome.morph index 671b3458..3b7c8613 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -477,10 +477,10 @@ chunks: - libcanberra - dconf - name: hicolor-icon-theme + morph: strata/gnome/hicolor-icon-theme.morph repo: upstream:hicolor-icon-theme ref: 5954bd6c123aa31c8f35b83d70b73e1f6dcf34b3 unpetrify-ref: master - build-system: autotools - name: gnome-themes-standard morph: strata/gnome/gnome-themes-standard.morph repo: upstream:gnome-themes-standard diff --git a/strata/gnome/hicolor-icon-theme.morph b/strata/gnome/hicolor-icon-theme.morph new file mode 100644 index 00000000..88629b39 --- /dev/null +++ b/strata/gnome/hicolor-icon-theme.morph @@ -0,0 +1,7 @@ +name: hicolor-icon-theme +kind: chunk +build-system: autotools +system-integration: + hicolor-icon-theme-misc: + 00-update-icon-cache: + - gtk-update-icon-cache -f -t /usr/share/icons/hicolor -- cgit v1.2.1