Move to packaging/linux

This commit is contained in:
Damglador 2025-06-28 21:39:19 +02:00
parent 487b510af6
commit cbaa20af5e
5 changed files with 3 additions and 23 deletions

View File

@ -1,20 +0,0 @@
[Desktop Entry]
Name=LEGO Island
GenericName=
Comment=LEGO-themed open-world adventure game
Name[uk_UA]=LEGO Island
GenericName[uk_UA]=
Comment[uk_UA]=Тематична LEGO гра з відкритим світом
Actions=Settings
Categories=Game;AdventureGame;ActionGame;KidsGame;
Exec=isle
Icon=isle
StartupNotify=true
StartupWMClass=lego-isle
Type=Application
[Desktop Action Settings]
Exec=isle-config
Name=Settings
Name[uk_UA]=Налаштування
Icon=isle-config

View File

@ -4,4 +4,4 @@ configure_file(isledecomp.metainfo.xml.in "${APP_ID}.metainfo.xml" @ONLY)
install(FILES "../icons/isle.svg" RENAME "${APP_ID}.svg" DESTINATION "share/icons/hicolor/scalable/apps") install(FILES "../icons/isle.svg" RENAME "${APP_ID}.svg" DESTINATION "share/icons/hicolor/scalable/apps")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.desktop" DESTINATION "share/applications") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.desktop" DESTINATION "share/applications")
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.metainfo.xml" DESTINATION "share/metainfo") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${APP_ID}.metainfo.xml" DESTINATION "share/metainfo")

View File

@ -26,7 +26,7 @@ DESKTOP_FILE_SOURCE=isle-portable.desktop
cd $(dirname $0) cd $(dirname $0)
clean(){ clean(){
rm -rf assets tools build AppDir "./LEGO_Island-$(uname -m).AppImage" rm -rf assets tools build AppDir "LEGO_Island-$(uname -m).AppImage"
} }
download(){ download(){
@ -64,7 +64,6 @@ prepare(){
} }
compile(){ compile(){
NO_STRIP=1 tools/linuxdeploy.AppImage \ NO_STRIP=1 tools/linuxdeploy.AppImage \
--plugin qt \ --plugin qt \
-e build/bin/isle \ -e build/bin/isle \

View File

@ -18,6 +18,7 @@ Keywords[ja]=LEGO;lego;レゴアイランドの大冒険
Keywords[ko]=LEGO;lego; Keywords[ko]=LEGO;lego;
Keywords[pt]=LEGO;lego;A Ilha LEGO Keywords[pt]=LEGO;lego;A Ilha LEGO
Keywords[ru]=LEGO;lego;Остров LEGO Keywords[ru]=LEGO;lego;Остров LEGO
Keywords[uk_UA]=LEGO;lego;LEGO острів
SingleMainWindow=true SingleMainWindow=true