Blame SOURCES/0001-data-install-process-working.svg-to-filesystem.patch

671c89
From 1dcae7bbba222a1c8bdfc2d76a9f716e638b0334 Mon Sep 17 00:00:00 2001
671c89
From: Ray Strode <rstrode@redhat.com>
671c89
Date: Thu, 8 Jun 2017 12:04:31 -0400
671c89
Subject: [PATCH] data: install process-working.svg to filesystem
671c89
671c89
This helps prevent unlock failure on inplace upgrades between
671c89
7.3 and 7.4
671c89
---
671c89
 data/theme/meson.build | 2 ++
671c89
 meson.build            | 1 +
671c89
 2 files changed, 3 insertions(+)
671c89
671c89
diff --git a/data/theme/meson.build b/data/theme/meson.build
671c89
index 22bae3dd2..d5acb8d10 100644
671c89
--- a/data/theme/meson.build
671c89
+++ b/data/theme/meson.build
671c89
@@ -23,3 +23,5 @@ foreach style: styles
671c89
                               ],
671c89
                               depend_files: theme_sources)
671c89
 endforeach
671c89
+
671c89
+install_data('process-working.svg', install_dir: themedir)
671c89
diff --git a/meson.build b/meson.build
671c89
index 21a80bcc8..0acaba705 100644
671c89
--- a/meson.build
671c89
+++ b/meson.build
671c89
@@ -57,6 +57,7 @@ localedir = join_paths(datadir, 'locale')
671c89
 portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
671c89
 schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
671c89
 servicedir = join_paths(datadir, 'dbus-1', 'services')
671c89
+themedir = join_paths(pkgdatadir, 'theme')
671c89
 
671c89
 # XXX: Once https://github.com/systemd/systemd/issues/9595 is fixed and we can
671c89
 # depend on this version, replace with something like:
671c89
-- 
671c89
2.21.0
671c89