[fractal/fractal-next] data: Move non-icon SVGs to assets



commit 2296036d4aa78be97dff06995b84d00f7fe51727
Author: Kévin Commaille <zecakeh tedomum fr>
Date:   Wed Jan 26 10:22:00 2022 +0100

    data: Move non-icon SVGs to assets

 data/resources/{icons/scalable/status => assets}/other-device.svg  | 0
 .../resources/{icons/scalable/status => assets}/setup-complete.svg | 0
 data/resources/{icons/scalable/status => assets}/welcome.svg       | 0
 data/resources/resources.gresource.xml                             | 6 +++---
 data/resources/ui/greeter.ui                                       | 2 +-
 data/resources/ui/identity-verification-widget.ui                  | 7 +++----
 data/resources/ui/session-verification.ui                          | 3 +--
 7 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/data/resources/icons/scalable/status/other-device.svg b/data/resources/assets/other-device.svg
similarity index 100%
rename from data/resources/icons/scalable/status/other-device.svg
rename to data/resources/assets/other-device.svg
diff --git a/data/resources/icons/scalable/status/setup-complete.svg 
b/data/resources/assets/setup-complete.svg
similarity index 100%
rename from data/resources/icons/scalable/status/setup-complete.svg
rename to data/resources/assets/setup-complete.svg
diff --git a/data/resources/icons/scalable/status/welcome.svg b/data/resources/assets/welcome.svg
similarity index 100%
rename from data/resources/icons/scalable/status/welcome.svg
rename to data/resources/assets/welcome.svg
diff --git a/data/resources/resources.gresource.xml b/data/resources/resources.gresource.xml
index f871fc9ff..eee344ebd 100644
--- a/data/resources/resources.gresource.xml
+++ b/data/resources/resources.gresource.xml
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/FractalNext/">
+    <file preprocess="xml-stripblanks">assets/other-device.svg</file>
+    <file preprocess="xml-stripblanks">assets/setup-complete.svg</file>
+    <file preprocess="xml-stripblanks">assets/welcome.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/actions/send-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/status/devices-symbolic.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/status/empty-page.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/status/explore-symbolic.svg</file>
-    <file preprocess="xml-stripblanks">icons/scalable/status/other-device.svg</file>
-    <file preprocess="xml-stripblanks">icons/scalable/status/setup-complete.svg</file>
     <file preprocess="xml-stripblanks">icons/scalable/status/verified-symbolic.svg</file>
-    <file preprocess="xml-stripblanks">icons/scalable/status/welcome.svg</file>
     <file compressed="true">style-dark.css</file>
     <file compressed="true">style.css</file>
     <file compressed="true" preprocess="xml-stripblanks" 
alias="account-settings-device-row.ui">ui/account-settings-device-row.ui</file>
diff --git a/data/resources/ui/greeter.ui b/data/resources/ui/greeter.ui
index 4d412d3aa..6e9fb65f5 100644
--- a/data/resources/ui/greeter.ui
+++ b/data/resources/ui/greeter.ui
@@ -48,7 +48,7 @@
                             <property name="spacing">24</property>
                             <child>
                               <object class="GtkPicture">
-                                <property 
name="file">resource:///org/gnome/FractalNext/icons/scalable/status/welcome.svg</property>
+                                <property 
name="file">resource:///org/gnome/FractalNext/assets/welcome.svg</property>
                                 <property name="height-request">120</property>
                               </object>
                             </child>
diff --git a/data/resources/ui/identity-verification-widget.ui 
b/data/resources/ui/identity-verification-widget.ui
index f69af5b02..685965be0 100644
--- a/data/resources/ui/identity-verification-widget.ui
+++ b/data/resources/ui/identity-verification-widget.ui
@@ -38,7 +38,7 @@
                     </child>
                     <child>
                       <object class="GtkPicture">
-                        <property 
name="file">resource:///org/gnome/FractalNext/icons/scalable/status/other-device.svg</property>
+                        <property 
name="file">resource:///org/gnome/FractalNext/assets/other-device.svg</property>
                       </object>
                     </child>
                     <child>
@@ -167,7 +167,7 @@
                     </child>
                     <child>
                       <object class="GtkPicture">
-                        <property 
name="file">resource:///org/gnome/FractalNext/icons/scalable/status/setup-complete.svg</property>
+                        <property 
name="file">resource:///org/gnome/FractalNext/assets/setup-complete.svg</property>
                       </object>
                     </child>
                     <child>
@@ -399,7 +399,7 @@
                     </child>
                     <child>
                       <object class="GtkPicture">
-                        <property 
name="file">resource:///org/gnome/FractalNext/icons/scalable/status/setup-complete.svg</property>
+                        <property 
name="file">resource:///org/gnome/FractalNext/assets/setup-complete.svg</property>
                       </object>
                     </child>
                     <child>
@@ -470,4 +470,3 @@
     </child>
   </template>
 </interface>
-
diff --git a/data/resources/ui/session-verification.ui b/data/resources/ui/session-verification.ui
index 1a44c7333..15d909025 100644
--- a/data/resources/ui/session-verification.ui
+++ b/data/resources/ui/session-verification.ui
@@ -65,7 +65,7 @@
                         </child>
                         <child>
                           <object class="GtkPicture">
-                            <property 
name="file">resource:///org/gnome/FractalNext/icons/scalable/status/other-device.svg</property>
+                            <property 
name="file">resource:///org/gnome/FractalNext/assets/other-device.svg</property>
                           </object>
                         </child>
                         <child>
@@ -358,4 +358,3 @@
     </child>
   </template>
 </interface>
-


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