[gnome-shell/wip/rstrode/rhel-7.9: 13/86] data: install process-working.svg to filesystem




commit 57e0e8d7cceec32a71f163b14f4442005e521c8e
Author: Ray Strode <rstrode redhat com>
Date:   Thu Jun 8 12:04:31 2017 -0400

    data: install process-working.svg to filesystem
    
    This helps prevent unlock failure on inplace upgrades between
    7.3 and 7.4

 data/theme/meson.build | 2 ++
 meson.build            | 2 ++
 2 files changed, 4 insertions(+)
---
diff --git a/data/theme/meson.build b/data/theme/meson.build
index 22bae3dd2c..d5acb8d10d 100644
--- a/data/theme/meson.build
+++ b/data/theme/meson.build
@@ -23,3 +23,5 @@ foreach style: styles
                               ],
                               depend_files: theme_sources)
 endforeach
+
+install_data('process-working.svg', install_dir: themedir)
diff --git a/meson.build b/meson.build
index ef34a71d28..4571e07ac3 100644
--- a/meson.build
+++ b/meson.build
@@ -57,6 +57,8 @@ portaldir = join_paths(datadir, 'xdg-desktop-portal', 'portals')
 schemadir = join_paths(datadir, 'glib-2.0', 'schemas')
 servicedir = join_paths(datadir, 'dbus-1', 'services')
 
+themedir = join_paths(pkgdatadir, 'theme')
+
 plugindir = get_variable('BROWSER_PLUGIN_DIR', mozplugindir)
 
 keybindings_dep = dependency('gnome-keybindings', required: false)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]