AC_ARG_WITH(background-end-color-stop, AC_HELP_STRING([--with-background-end-color-stop], [first color end in background gradients used by boot splash plugins]),background_end_color=${withval},background_end_color=0x3a362f)
AC_SUBST(background_end_color)
-AC_ARG_WITH(default-plugin, AC_HELP_STRING([--with-default-plugin=fade-in], [Plugin to use by default]),default_plugin_name=${withval},default_plugin_name=fade-in)
+AC_ARG_WITH(default-plugin, AC_HELP_STRING([--with-default-plugin=fade-throbber], [Plugin to use by default]),default_plugin_name=${withval},default_plugin_name=fade-throbber)
AM_CONDITIONAL(ADD_DEFAULT_PLUGIN_LINK,
[test "$default_plugin_name" = "spinfinity" \
- -o "$default_plugin_name" = "fade-in" \
+ -o "$default_plugin_name" = "fade-throbber" \
-o "$default_plugin_name" = "text" \
-o "$default_plugin_name" = "glow" \
-o "$default_plugin_name" = "solar" \
src/plugins/Makefile
src/plugins/splash/Makefile
src/plugins/splash/throbgress/Makefile
- src/plugins/splash/fade-in/Makefile
+ src/plugins/splash/fade-throbber/Makefile
src/plugins/splash/text/Makefile
src/plugins/splash/details/Makefile
src/plugins/splash/space-flares/Makefile
-SUBDIRS = throbgress fade-in text details space-flares two-step
+SUBDIRS = throbgress fade-throbber text details space-flares two-step
MAINTAINERCLEANFILES = Makefile.in
if ADD_DEFAULT_PLUGIN_LINK
-I$(srcdir)
plugindir = $(libdir)/plymouth
-plugin_LTLIBRARIES = fade-in.la
+plugin_LTLIBRARIES = fade-throbber.la
-fade_in_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
+fade_throbber_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
-DPLYMOUTH_IMAGE_DIR=\"$(datadir)/plymouth/\" \
-DPLYMOUTH_LOGO_FILE=\"$(logofile)\" \
-DPLYMOUTH_BACKGROUND_COLOR=$(background_color) \
-DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
-DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color)
-fade_in_la_LDFLAGS = -module -avoid-version -export-dynamic
-fade_in_la_LIBADD = $(PLYMOUTH_LIBS) \
+fade_throbber_la_LDFLAGS = -module -avoid-version -export-dynamic
+fade_throbber_la_LIBADD = $(PLYMOUTH_LIBS) \
../../../libply/libply.la \
../../../libplybootsplash/libplybootsplash.la
-fade_in_la_SOURCES = $(srcdir)/plugin.c
+fade_throbber_la_SOURCES = $(srcdir)/plugin.c
MAINTAINERCLEANFILES = Makefile.in
-/* fade-in.c - boot splash plugin
+/* fade-throbber.c - boot splash plugin
*
* Copyright (C) 2007, 2008 Red Hat, Inc.
*
plugin->start_time = 0.0;
plugin->logo_image = ply_image_new (PLYMOUTH_LOGO_FILE);
- image_dir = ply_key_file_get_value (key_file, "fade-in", "ImageDir");
+ image_dir = ply_key_file_get_value (key_file, "fade-throbber", "ImageDir");
asprintf (&image_path, "%s/star.png", image_dir);
plugin->star_image = ply_image_new (image_path);
[Plymouth Theme]
Name=Fade In
Description=Simple theme that fades in and out with shimmering stars
-ModuleName=fade-in
+ModuleName=fade-throbber
-[fade-in]
+[fade-throbber]
ImageDir=@PLYMOUTH_THEME_PATH@/fade-in