From 7aff7166154a2b322b603dc0524b1c79bc641027 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Fri, 15 May 2020 07:36:01 +0200 Subject: [PATCH] Renamed package FunKey-Launcher-retrofe into retrofe --- FunKey/Config.in | 2 +- .../package/FunKey-Launcher-retrofe/Config.in | 14 ---------- .../FunKey-Launcher-retrofe.mk | 27 ------------------- FunKey/package/retrofe/Config.in | 19 +++++++++++++ FunKey/package/retrofe/retrofe.mk | 24 +++++++++++++++++ 5 files changed, 44 insertions(+), 42 deletions(-) delete mode 100644 FunKey/package/FunKey-Launcher-retrofe/Config.in delete mode 100644 FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk create mode 100644 FunKey/package/retrofe/Config.in create mode 100644 FunKey/package/retrofe/retrofe.mk diff --git a/FunKey/Config.in b/FunKey/Config.in index 0d1fea3..fc12863 100644 --- a/FunKey/Config.in +++ b/FunKey/Config.in @@ -1,3 +1,3 @@ source "$BR2_EXTERNAL_FUNKEY_PATH/package/mednafen/Config.in" source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-GPIO-Mapping/Config.in" -source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-Launcher-retrofe/Config.in" +source "$BR2_EXTERNAL_FUNKEY_PATH/package/retrofe/Config.in" diff --git a/FunKey/package/FunKey-Launcher-retrofe/Config.in b/FunKey/package/FunKey-Launcher-retrofe/Config.in deleted file mode 100644 index 9ea89e1..0000000 --- a/FunKey/package/FunKey-Launcher-retrofe/Config.in +++ /dev/null @@ -1,14 +0,0 @@ -config BR2_PACKAGE_FUNKEY_LAUNCHER_RETROFE - bool "FunKey retrofe launcher" - default y - select BR2_PACKAGE_GSTREAMER1 - select BR2_PACKAGE_GST1_PLUGINS_BASE - select BR2_PACKAGE_LIBGLIB2 - select BR2_PACKAGE_SDL - select BR2_PACKAGE_SDL_IMAGE - select BR2_PACKAGE_SDL_MIXER - select BR2_PACKAGE_SDL_TTF - select BR2_PACKAGE_SQLITE - select BR2_PACKAGE_ZLIB - help - The FunKey retrofe launcher. diff --git a/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk b/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk deleted file mode 100644 index d8ed8cb..0000000 --- a/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# -# FunKey-Launcher-retrofe -# -################################################################################ - -FUNKEY_LAUNCHER_RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1 -FUNKEY_LAUNCHER_RETROFE_SITE_METHOD = git -#FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git -FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git -FUNKEY_LAUNCHER_RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib -FUNKEY_LAUNCHER_RETROFE_LICENSE = GPL-3.0 -FUNKEY_LAUNCHER_RETROFE_LICENSE_FILES = LICENSE.txt - -#FUNKEY_LAUNCHER_RETROFE_CONFIGURE_CMDS = ${BR2_CMAKE} RetroFE/Source -BRetroFE/Build -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 - -FUNKEY_LAUNCHER_RETROFE_SUBDIR = RetroFE/Source -FUNKEY_LAUNCHER_RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO - -FUNKEY_LAUNCHER_RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 - -define FUNKEY_LAUNCHER_RETROFE_INSTALL_TARGET_CMDS - $(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE - $(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe -endef - -$(eval $(cmake-package)) diff --git a/FunKey/package/retrofe/Config.in b/FunKey/package/retrofe/Config.in new file mode 100644 index 0000000..9befb6c --- /dev/null +++ b/FunKey/package/retrofe/Config.in @@ -0,0 +1,19 @@ +config BR2_PACKAGE_RETROFE + bool "RetroFE retro game front-end" + default y + select BR2_PACKAGE_GSTREAMER1 + select BR2_PACKAGE_GST1_PLUGINS_BASE + select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_SDL + select BR2_PACKAGE_SDL_IMAGE + select BR2_PACKAGE_SDL_MIXER + select BR2_PACKAGE_SDL_TTF + select BR2_PACKAGE_SQLITE + select BR2_PACKAGE_ZLIB + help + RetroFE is a front-end, which can be used as a graphical user + interface to display, select and launch your games, videos, + and programs. Its most common usage is for game + emulation. RetroFE allows you to define collections, which can + be displayed using a menu structure with additional artwork + like video, box art, screenshots, etc. diff --git a/FunKey/package/retrofe/retrofe.mk b/FunKey/package/retrofe/retrofe.mk new file mode 100644 index 0000000..cfc6427 --- /dev/null +++ b/FunKey/package/retrofe/retrofe.mk @@ -0,0 +1,24 @@ +################################################################################ +# +# retrofe +# +################################################################################ + +RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1 +RETROFE_SITE_METHOD = git +#RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git +RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git +RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib +RETROFE_LICENSE = GPL-3.0 +RETROFE_LICENSE_FILES = LICENSE.txt + +RETROFE_SUBDIR = RetroFE/Source +RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO +RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 + +define RETROFE_INSTALL_TARGET_CMDS + $(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE + $(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe +endef + +$(eval $(cmake-package))