[swell-foop/arnaudb/event-controller-motion: 1/4] Move UI files in data/ui.



commit 9c208b2d40b3932db7abbfab03625a88ec02654d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon May 4 19:16:36 2020 +0200

    Move UI files in data/ui.

 data/{ => ui}/first-run-stack.ui      | 0
 data/{ => ui}/preferences.ui          | 0
 data/{ => ui}/swell-foop.ui           | 0
 po/POTFILES.in                        | 4 +++-
 src/org.gnome.SwellFoop.gresource.xml | 6 +++---
 5 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/first-run-stack.ui b/data/ui/first-run-stack.ui
similarity index 100%
rename from data/first-run-stack.ui
rename to data/ui/first-run-stack.ui
diff --git a/data/preferences.ui b/data/ui/preferences.ui
similarity index 100%
rename from data/preferences.ui
rename to data/ui/preferences.ui
diff --git a/data/swell-foop.ui b/data/ui/swell-foop.ui
similarity index 100%
rename from data/swell-foop.ui
rename to data/ui/swell-foop.ui
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 67c5643..4705608 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,9 @@
 data/org.gnome.SwellFoop.appdata.xml.in
 data/org.gnome.SwellFoop.desktop.in
 data/org.gnome.swell-foop.gschema.xml
-data/preferences.ui
+data/ui/first-run-stack.ui
+data/ui/preferences.ui
+data/ui/swell-foop.ui
 src/game.vala
 src/game-view.vala
 src/score-dialog.vala
diff --git a/src/org.gnome.SwellFoop.gresource.xml b/src/org.gnome.SwellFoop.gresource.xml
index f2ea4fc..87e726b 100644
--- a/src/org.gnome.SwellFoop.gresource.xml
+++ b/src/org.gnome.SwellFoop.gresource.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <gresources>
   <gresource prefix="/org/gnome/SwellFoop/ui">
-    <file preprocess="xml-stripblanks" alias="first-run-stack.ui">../data/first-run-stack.ui</file>
-    <file preprocess="xml-stripblanks" alias="preferences.ui">../data/preferences.ui</file>
+    <file preprocess="xml-stripblanks" alias="first-run-stack.ui">../data/ui/first-run-stack.ui</file>
+    <file preprocess="xml-stripblanks" alias="preferences.ui">../data/ui/preferences.ui</file>
     <file alias="swell-foop.css">../data/swell-foop.css</file>
-    <file preprocess="xml-stripblanks" alias="swell-foop.ui">../data/swell-foop.ui</file>
+    <file preprocess="xml-stripblanks" alias="swell-foop.ui">../data/ui/swell-foop.ui</file>
   </gresource>
 </gresources>


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