Skip to content

Commit

Permalink
Updated Commander package to fix the image viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
DrUm78 committed Aug 25, 2024
1 parent ba780bc commit f59ac6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions FunKey/board/funkey/update_partition
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ do_postinst()
rm /mnt/Emulators/ps1_pcsx_funkey-s.opk
rm /mnt/Emulators/snes_pocketsnes_funkey-s.opk
rm /mnt/Emulators/wonderswan_mednafen_funkey-s.opk
rm /mnt/Applications/commander-funkey-s.opk

# Unmount Rootfs
umount ${root_mount}
Expand Down
10 changes: 6 additions & 4 deletions FunKey/package/commander/commander.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# commander
#
#############################################################
COMMANDER_VERSION = commander-FunKey-1.1.1
COMMANDER_VERSION = commander-FunKey-1.1.2
COMMANDER_SITE_METHOD = git
COMMANDER_SITE = https://github.com/FunKey-Project/commander.git
COMMANDER_SITE = https://github.com/DrUm78/commander.git
COMMANDER_LICENSE = GPL-2.0

COMMANDER_DEPENDENCIES = sdl sdl_ttf sdl_gfx
Expand All @@ -20,9 +20,10 @@ define COMMANDER_CREATE_OPK
$(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/local/share/OPKs/Applications
cd $(@D); \
$(HOST_DIR)/usr/bin/mksquashfs \
opkg/default.funkey-s.desktop \
opkg/commander.funkey-s.desktop \
opkg/readme.funkey-s.txt \
opkg/commander.png \
opkg/commander.sh \
res/file-image.png \
res/file-ipk.png \
res/file-is-symlink.png \
Expand All @@ -32,8 +33,9 @@ define COMMANDER_CREATE_OPK
res/DroidSansFallback.ttf \
res/Fiery_Turk.ttf \
res/FreeSans.ttf \
res/libSDL-1.2.so.0.11.4 \
$(TARGET_DIR)/usr/bin/commander \
$(TARGET_DIR)/usr/local/share/OPKs/Applications/commander-funkey-s.opk \
$(TARGET_DIR)/usr/local/share/OPKs/Applications/commander_funkey-s.opk \
-all-root -noappend -no-exports -no-xattrs -noappend; \
rm -rf $(TARGET_DIR)/usr/bin/commander
endef
Expand Down

0 comments on commit f59ac6f

Please sign in to comment.