src/plugins/splash/fade-in/Makefile
src/plugins/splash/text/Makefile
src/plugins/splash/details/Makefile
- src/plugins/splash/solar/Makefile
+ src/plugins/splash/space-flares/Makefile
src/plugins/splash/two-step/Makefile
src/plugins/controls/Makefile
src/plugins/controls/label/Makefile
-SUBDIRS = throbgress fade-in text details solar two-step
+SUBDIRS = throbgress fade-in text details space-flares two-step
MAINTAINERCLEANFILES = Makefile.in
if ADD_DEFAULT_PLUGIN_LINK
-I$(srcdir)
plugindir = $(libdir)/plymouth
-plugin_LTLIBRARIES = solar.la
+plugin_LTLIBRARIES = space-flares.la
-solar_la_CFLAGS = $(PLYMOUTH_CFLAGS) \
+space_flares_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)
-solar_la_LDFLAGS = -module -avoid-version -export-dynamic
-solar_la_LIBADD = $(PLYMOUTH_LIBS) \
+space_flares_la_LDFLAGS = -module -avoid-version -export-dynamic
+space_flares_la_LIBADD = $(PLYMOUTH_LIBS) \
../../../libply/libply.la \
../../../libplybootsplash/libplybootsplash.la
-solar_la_SOURCES = $(srcdir)/plugin.c
+space_flares_la_SOURCES = $(srcdir)/plugin.c
MAINTAINERCLEANFILES = Makefile.in
plugin->logo_image = ply_image_new (PLYMOUTH_LOGO_FILE);
- image_dir = ply_key_file_get_value (key_file, "solar", "ImageDir");
+ image_dir = ply_key_file_get_value (key_file, "space-flares", "ImageDir");
asprintf (&image_path, "%s/lock.png", image_dir);
plugin->lock_image = ply_image_new (image_path);
}
void
-setup_solar (ply_boot_splash_plugin_t *plugin);
+setup_scene (ply_boot_splash_plugin_t *plugin);
static void
start_animation (ply_boot_splash_plugin_t *plugin)
ply_frame_buffer_get_size (plugin->frame_buffer, &area);
plugin->now = ply_get_timestamp ();
- setup_solar (plugin);
+ setup_scene (plugin);
ply_window_draw_area (plugin->window, area.x, area.y, area.width, area.height);
if (plugin->mode == PLY_BOOT_SPLASH_MODE_SHUTDOWN)
}
void
-setup_solar (ply_boot_splash_plugin_t *plugin)
+setup_scene (ply_boot_splash_plugin_t *plugin)
{
ply_frame_buffer_area_t screen_area;
sprite_t *sprite;
[Plymouth Theme]
Name=Solar
Description=Space theme with violent flaring blue star
-ModuleName=solar
+ModuleName=space-flares
-[solar]
+[space-flares]
ImageDir=@PLYMOUTH_THEME_PATH@/solar