mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 15:48:51 +01:00
Merge branch 'develop' of fk:FunKey-Project/FunKey-OS into develop
This commit is contained in:
commit
f7dec069cd
@ -5,6 +5,6 @@
|
|||||||
|___| |_____|__|__||__|\__||_____|___ |
|
|___| |_____|__|__||__|\__||_____|___ |
|
||||||
FUN ON A KEYCHAIN |_____|
|
FUN ON A KEYCHAIN |_____|
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
Version 2.0.0
|
Version 2.0.1
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
NAME="FunKey-OS"
|
NAME="FunKey-OS"
|
||||||
VERSION="2.0.0 (Rowdy Rabbit)"
|
VERSION="2.0.1 (Defiant Dog)"
|
||||||
ID=funkey
|
ID=funkey
|
||||||
ID_LIKE=buildroot
|
ID_LIKE=buildroot
|
||||||
PRETTY_NAME="FunKey-OS 2.0.0"
|
PRETTY_NAME="FunKey-OS 2.0.1"
|
||||||
VERSION_ID="2.0.0.0"
|
VERSION_ID="2.0.1"
|
||||||
HOME_URL="https://www.funkey-project.com/"
|
HOME_URL="https://www.funkey-project.com/"
|
||||||
SUPPORT_URL="https://www.funkey-project.com/"
|
SUPPORT_URL="https://www.funkey-project.com/"
|
||||||
BUG_REPORT_URL="https://www.funkey-project.com/"
|
BUG_REPORT_URL="https://www.funkey-project.com/"
|
||||||
PRIVACY_POLICY_URL="https://www.funkey-project.com"
|
PRIVACY_POLICY_URL="https://www.funkey-project.com"
|
||||||
VERSION_CODENAME=Rowdy
|
VERSION_CODENAME=Defiant
|
||||||
UBUNTU_CODENAME=Rowdy
|
UBUNTU_CODENAME=Defiant
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
rootfs 2.0.0
|
rootfs 2.0.1
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = nes,NES
|
list.extensions = nes,NES,fds,FDS
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = NES
|
launcher = NES
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
@ -19,7 +19,7 @@ list.includeMissingItems = true
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Extensions are comma separated without spaces
|
# Extensions are comma separated without spaces
|
||||||
###############################################################################
|
###############################################################################
|
||||||
list.extensions = zip,ZIP,md,MD
|
list.extensions = zip,ZIP,md,MD,bin,BIN,smd,SMD
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1007 B |
@ -19,7 +19,7 @@ list.includeMissingItems = true
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# Extensions are comma separated without spaces
|
# Extensions are comma separated without spaces
|
||||||
###############################################################################
|
###############################################################################
|
||||||
list.extensions = zip,ZIP,sms,SMS
|
list.extensions = zip,ZIP,sms,SMS,bin,BIN
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# Uncomment and edit the following line to use a different ROM path.
|
# Uncomment and edit the following line to use a different ROM path.
|
||||||
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME%
|
||||||
list.includeMissingItems = false
|
list.includeMissingItems = false
|
||||||
list.extensions = zip,ZIP,wsc,WSC
|
list.extensions = zip,ZIP,wsc,WSC,ws,WS
|
||||||
list.menuSort = yes
|
list.menuSort = yes
|
||||||
|
|
||||||
launcher = wonderswan
|
launcher = wonderswan
|
||||||
|
|||||||
@ -0,0 +1,12 @@
|
|||||||
|
font="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf"
|
||||||
|
messageBoxBorder=#505050ff
|
||||||
|
topBarBg=#ffffff80
|
||||||
|
selectionBg=#ffffff80
|
||||||
|
messageBoxBg=#00000080
|
||||||
|
messageBoxSelection=#fffffff80
|
||||||
|
bottomBarBg=#ffffff80
|
||||||
|
topBarHeight=50
|
||||||
|
bottomBarHeight=21
|
||||||
|
linkHeight=56
|
||||||
|
linkWidth=78
|
||||||
|
fontsize=11
|
||||||
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
|||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/NES
|
SelectorDir=/mnt/NES
|
||||||
SelectorFilter=nes,NES
|
SelectorFilter=nes,NES,fds,FDS
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=GameBoy Col
|
Name=GameBoy Color
|
||||||
Comment=Game Boy Color Emulator
|
Comment=Game Boy Color Emulator
|
||||||
Icon=gbc
|
Icon=gbc
|
||||||
Exec=/usr/games/launchers/gb_launch.sh %f
|
Exec=/usr/games/launchers/gb_launch.sh %f
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=GameBoy Adv
|
Name=GameBoy Advance
|
||||||
Comment=Game Boy Advance Emulator
|
Comment=Game Boy Advance Emulator
|
||||||
Icon=gba
|
Icon=gba
|
||||||
Exec=/usr/games/launchers/gba_launch_gpsp.sh %f
|
Exec=/usr/games/launchers/gba_launch_gpsp.sh %f
|
||||||
|
|||||||
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
|||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/WonderSwan
|
SelectorDir=/mnt/WonderSwan
|
||||||
SelectorFilter=zip,ZIP,wsc,WSC
|
SelectorFilter=zip,ZIP,wsc,WSC,ws,WS
|
||||||
|
|||||||
@ -9,4 +9,4 @@ X-OD-NeedsDownscaling=true
|
|||||||
Categories=emulators;
|
Categories=emulators;
|
||||||
selectorbrowser=true
|
selectorbrowser=true
|
||||||
SelectorDir=/mnt/Sega Genesis
|
SelectorDir=/mnt/Sega Genesis
|
||||||
SelectorFilter=zip,ZIP,md,MD
|
SelectorFilter=zip,ZIP,md,MD,bin,BIN,smd,SMD
|
||||||
|
|||||||
12
FunKey/package/picodrive/opk/sms/SMS.funkey-s.desktop
Normal file
12
FunKey/package/picodrive/opk/sms/SMS.funkey-s.desktop
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Sega Master System
|
||||||
|
Comment=Sega Master System Emulator
|
||||||
|
Icon=sms
|
||||||
|
Exec=/usr/games/launchers/sms_launch.sh %f
|
||||||
|
Terminal=false
|
||||||
|
X-OD-NeedsDownscaling=true
|
||||||
|
Categories=emulators;
|
||||||
|
selectorbrowser=true
|
||||||
|
SelectorDir=/mnt/Sega Master System
|
||||||
|
SelectorFilter=zip,ZIP,sms,SMS,bin,BIN
|
||||||
BIN
FunKey/package/picodrive/opk/sms/sms.png
Normal file
BIN
FunKey/package/picodrive/opk/sms/sms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1007 B |
@ -47,6 +47,7 @@ endef
|
|||||||
define PICODRIVE_CREATE_OPK
|
define PICODRIVE_CREATE_OPK
|
||||||
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games/opk
|
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games/opk
|
||||||
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/megadrive $(TARGET_DIR)/usr/games/opk/megadrive_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/megadrive $(TARGET_DIR)/usr/games/opk/megadrive_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||||
|
$(HOST_DIR)/usr/bin/mksquashfs $(PICODRIVE_PKGDIR)/opk/sms $(TARGET_DIR)/usr/games/opk/sms_picodrive_funkey-s.opk -all-root -noappend -no-exports -no-xattrs
|
||||||
endef
|
endef
|
||||||
PICODRIVE_POST_INSTALL_TARGET_HOOKS += PICODRIVE_CREATE_OPK
|
PICODRIVE_POST_INSTALL_TARGET_HOOKS += PICODRIVE_CREATE_OPK
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user