[moserial] data: Rename glade directory to ui



commit 10dde5047d79c9b32e7d2cf6b41b22cff847300f
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Nov 7 15:03:57 2015 +0100

    data: Rename glade directory to ui
    
    The format of the UI file is GtkBuilder, not glade.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757737

 configure.ac                   |    2 +-
 data/Makefile.am               |    2 +-
 data/{glade => ui}/Makefile.am |    0
 data/{glade => ui}/moserial.ui |    0
 po/POTFILES.in                 |    2 +-
 5 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ab30d7e..075d797 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_CONFIG_FILES([
        Makefile
        po/Makefile.in
        data/Makefile
-       data/glade/Makefile
+       data/ui/Makefile
        data/icons/Makefile
        data/icons/48x48/Makefile
        data/icons/48x48/apps/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index c04edb8..1e653d1 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = glade icons
+SUBDIRS = ui icons
 
 @INTLTOOL_DESKTOP_RULE@
 
diff --git a/data/glade/Makefile.am b/data/ui/Makefile.am
similarity index 100%
rename from data/glade/Makefile.am
rename to data/ui/Makefile.am
diff --git a/data/glade/moserial.ui b/data/ui/moserial.ui
similarity index 100%
rename from data/glade/moserial.ui
rename to data/ui/moserial.ui
diff --git a/po/POTFILES.in b/po/POTFILES.in
index ab3fcc7..62b8f46 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 [encoding: UTF-8]
 # List of source files which contain translatable strings.
-[type: gettext/glade]data/glade/moserial.ui
+[type: gettext/glade]data/ui/moserial.ui
 data/moserial.desktop.in
 data/moserial.appdata.xml.in
 src/InputParser.vala


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