data: install process-working.svg to filesystem

This helps prevent unlock failure on inplace upgrades between
7.3 and 7.4
This commit is contained in:
Ray Strode 2017-06-08 12:04:31 -04:00
parent 875a1d6159
commit 0e922eee36

View File

@ -73,6 +73,9 @@ dist_theme_files = \
$(SASSC) -a $< $@; \
fi
themedir = $(pkgdatadir)/theme
dist_theme_DATA = theme/process-working.svg
resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)/theme --generate-dependencies $(srcdir)/gnome-shell-theme.gresource.xml)
gnome-shell-theme.gresource: gnome-shell-theme.gresource.xml $(resource_files)
$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir)/theme $<