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

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