[epiphany] Move resources to its own directory inside src/



commit 6ca351051cee2d7528a4c03a5ffb50a230be5327
Author: Xan Lopez <xan igalia com>
Date:   Mon Apr 16 12:34:34 2012 +0200

    Move resources to its own directory inside src/

 po/POTFILES.in                                     |    6 +++---
 src/Makefile.am                                    |   18 +++++++++---------
 src/{ => resources}/epiphany-application-menu.ui   |    0
 .../epiphany-bookmark-editor-ui.xml                |    0
 src/{ => resources}/epiphany-history-window-ui.xml |    0
 src/{ => resources}/epiphany-ui.xml                |    0
 src/{ => resources}/epiphany.css                   |    0
 src/{ => resources}/epiphany.ui                    |    0
 src/{ => resources}/prefs-dialog.ui                |    0
 9 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 49c2568..4414947 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -41,6 +41,9 @@ src/bookmarks/ephy-open-tabs-action.c
 src/bookmarks/ephy-topic-action.c
 src/bookmarks/ephy-topics-entry.c
 src/bookmarks/ephy-topics-palette.c
+[type: gettext/glade]src/resources/epiphany-application-menu.ui
+[type: gettext/glade]src/resources/epiphany.ui
+[type: gettext/glade]src/resources/prefs-dialog.ui
 src/ephy-combined-stop-reload-action.c
 src/ephy-encoding-dialog.c
 src/ephy-encoding-menu.c
@@ -52,10 +55,7 @@ src/ephy-notebook.c
 src/ephy-session.c
 src/ephy-shell.c
 src/ephy-window.c
-[type: gettext/glade]src/epiphany-application-menu.ui
-[type: gettext/glade]src/epiphany.ui
 src/pdm-dialog.c
 src/popup-commands.c
 src/prefs-dialog.c
-[type: gettext/glade]src/prefs-dialog.ui
 src/window-commands.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 634b5a8..8e1110a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -110,20 +110,20 @@ libephymain_la_CFLAGS = \
 	$(AM_CFLAGS)
 
 UI_FILES = \
-	epiphany-bookmark-editor-ui.xml	\
-	epiphany-history-window-ui.xml  \
-	epiphany-ui.xml			\
-	epiphany.ui			\
-	epiphany-application-menu.ui	\
-	prefs-dialog.ui			\
-	epiphany.css                    \
+	resources/epiphany-bookmark-editor-ui.xml \
+	resources/epiphany-history-window-ui.xml  \
+	resources/epiphany-ui.xml		  \
+	resources/epiphany.ui			  \
+	resources/epiphany-application-menu.ui	  \
+	resources/prefs-dialog.ui		  \
+	resources/epiphany.css                    \
 	$(NULL)
 
 epiphany-resources.c: epiphany.gresource.xml $(UI_FILES)
-	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml
+	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-source --c-name epiphany $(srcdir)/epiphany.gresource.xml
 
 epiphany-resources.h: epiphany.gresource.xml $(UI_FILES)
-	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml
+	$(AM_V_GEN)glib-compile-resources --target=$@ --sourcedir=$(srcdir)/resources --generate-header --c-name epiphany $(srcdir)/epiphany.gresource.xml
 
 EPIPHANY_RESOURCES = \
 	epiphany-resources.c \
diff --git a/src/epiphany-application-menu.ui b/src/resources/epiphany-application-menu.ui
similarity index 100%
rename from src/epiphany-application-menu.ui
rename to src/resources/epiphany-application-menu.ui
diff --git a/src/epiphany-bookmark-editor-ui.xml b/src/resources/epiphany-bookmark-editor-ui.xml
similarity index 100%
rename from src/epiphany-bookmark-editor-ui.xml
rename to src/resources/epiphany-bookmark-editor-ui.xml
diff --git a/src/epiphany-history-window-ui.xml b/src/resources/epiphany-history-window-ui.xml
similarity index 100%
rename from src/epiphany-history-window-ui.xml
rename to src/resources/epiphany-history-window-ui.xml
diff --git a/src/epiphany-ui.xml b/src/resources/epiphany-ui.xml
similarity index 100%
rename from src/epiphany-ui.xml
rename to src/resources/epiphany-ui.xml
diff --git a/src/epiphany.css b/src/resources/epiphany.css
similarity index 100%
rename from src/epiphany.css
rename to src/resources/epiphany.css
diff --git a/src/epiphany.ui b/src/resources/epiphany.ui
similarity index 100%
rename from src/epiphany.ui
rename to src/resources/epiphany.ui
diff --git a/src/prefs-dialog.ui b/src/resources/prefs-dialog.ui
similarity index 100%
rename from src/prefs-dialog.ui
rename to src/resources/prefs-dialog.ui



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