[eog-plugins] fullscreenbg: Make plugin folder name match its short name



commit 19bf616755e31827d37b7c975064afb8dd946b36
Author: Felix Riemann <friemann gnome org>
Date:   Thu Feb 9 13:55:03 2012 +0100

    fullscreenbg: Make plugin folder name match its short name

 configure.ac                                       |   16 ++++++++--------
 .../Makefile.am                                    |    0
 .../fullscreenbg.plugin.desktop.in                 |    0
 .../fullscreenbg.py                                |    0
 ...nome.eog.plugins.fullscreenbg.gschema.xml.in.in |    0
 .../preferences_dialog.ui                          |    0
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2118efa..bd1ee44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,9 +65,9 @@ ALL_PLUGINS="postr map fit-to-width exif-display send-by-mail postasa"
 USEFUL_PLUGINS="postr map fit-to-width exif-display send-by-mail postasa"
 DEFAULT_PLUGINS="postr map fit-to-width exif-display send-by-mail postasa"
 
-PYTHON_ALL_PLUGINS="slideshowshuffle pythonconsole fullscreenbackground"
-PYTHON_USEFUL_PLUGINS="slideshowshuffle pythonconsole fullscreenbackground"
-PYTHON_DEFAULT_PLUGINS="slideshowshuffle pythonconsole fullscreenbackground"
+PYTHON_ALL_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
+PYTHON_USEFUL_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
+PYTHON_DEFAULT_PLUGINS="slideshowshuffle pythonconsole fullscreenbg"
 
 DIST_PLUGINS="$ALL_PLUGINS $PYTHON_ALL_PLUGINS"
 
@@ -82,9 +82,9 @@ fi
 AC_ARG_WITH([plugins],
 	    [AS_HELP_STRING([--with-plugins=LIST],
 			    [Comma-separated list specifying the plugins to build.
-			    Available: map, exif-display, fit-to-width, fullscreenbackground,
-			    postr, postasa, pythonconsole, slideshowshuffle,
-			    as well as the aliases default,
+			    Available: map, exif-display, fit-to-width,
+			    fullscreenbg, postr, postasa, pythonconsole,
+			    slideshowshuffle, as well as the aliases default,
 			    all, and really-all])],
 	    [plugins=$with_plugins],
 	    [plugins="default"])
@@ -325,8 +325,8 @@ plugins/map/Makefile
 plugins/fit-to-width/Makefile
 plugins/exif-display/Makefile
 plugins/exif-display/org.gnome.eog.plugins.exif-display.gschema.xml.in
-plugins/fullscreenbackground/Makefile
-plugins/fullscreenbackground/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in
+plugins/fullscreenbg/Makefile
+plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in
 plugins/send-by-mail/Makefile
 plugins/slideshowshuffle/Makefile
 plugins/postr/Makefile
diff --git a/plugins/fullscreenbackground/Makefile.am b/plugins/fullscreenbg/Makefile.am
similarity index 100%
rename from plugins/fullscreenbackground/Makefile.am
rename to plugins/fullscreenbg/Makefile.am
diff --git a/plugins/fullscreenbackground/fullscreenbg.plugin.desktop.in b/plugins/fullscreenbg/fullscreenbg.plugin.desktop.in
similarity index 100%
rename from plugins/fullscreenbackground/fullscreenbg.plugin.desktop.in
rename to plugins/fullscreenbg/fullscreenbg.plugin.desktop.in
diff --git a/plugins/fullscreenbackground/fullscreenbg.py b/plugins/fullscreenbg/fullscreenbg.py
similarity index 100%
rename from plugins/fullscreenbackground/fullscreenbg.py
rename to plugins/fullscreenbg/fullscreenbg.py
diff --git a/plugins/fullscreenbackground/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in.in b/plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in.in
similarity index 100%
rename from plugins/fullscreenbackground/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in.in
rename to plugins/fullscreenbg/org.gnome.eog.plugins.fullscreenbg.gschema.xml.in.in
diff --git a/plugins/fullscreenbackground/preferences_dialog.ui b/plugins/fullscreenbg/preferences_dialog.ui
similarity index 100%
rename from plugins/fullscreenbackground/preferences_dialog.ui
rename to plugins/fullscreenbg/preferences_dialog.ui



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