Changeset 637 for trunk/Install/deb


Ignore:
Timestamp:
Nov 19, 2024, 9:55:34 PM (2 days ago)
Author:
chronos
Message:
  • Added: AI upscaled C-evo icon to 1024x1024 resolution.
  • Modified: Updated packaging files.
Location:
trunk/Install/deb
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/c-evo.desktop

    r341 r637  
    22Encoding=UTF-8
    33Name=C-evo
    4 Comment=Empire building game
     4Comment=A turn-based empire building strategy game inspired by Civilization II game.
    55Exec=c-evo
    66Icon=c-evo
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game;
     9Categories=GNOME;Game;StrategyGame
    1010StartupNotify=true
    1111MimeType=application/cevo;application/cevomap
     12Keywords=strategy;simulation;civilization;tiles;history;mankind;multiplayer;turn-based;game;empire
  • trunk/Install/deb/debian/control

    r564 r637  
    99Architecture: any
    1010Depends: ${shlibs:Depends}, ${misc:Depends}, sox, libsox-fmt-mp3
    11 Description: An empire building game
     11Description: A turn-based empire building strategy game inspired by Civilization II game.
    1212HomePage: https://app.zdechov.net/c-evo
  • trunk/Install/deb/debian/rules

    r421 r637  
    1111
    1212override_dh_auto_build:
    13         cd AI/StdAI && lazbuild --build-mode=Release StdAI.lpi
     13        lazbuild --build-mode=Release AI/StdAI/StdAI.lpi
    1414        mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$(DEB_HOST_ARCH).so
    1515        lazbuild --build-mode=Release Integrated.lpi
     
    2525        install -m 644 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages
    2626        install -d -m 755 $(ROOT)/usr/share/pixmaps
    27         install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/c-evo.png
    28         install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/application-cevo.png
    29         install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/application-cevomap.png
     27        install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png
     28        install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png
     29        install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png
    3030        install -d -m 755 $(ROOT)/usr/share/c-evo/AI/StdAI
    3131        install -m 644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so $(ROOT)/usr/share/c-evo/AI/StdAI
    32        
     32
    3333%:
    3434        dh $@
Note: See TracChangeset for help on using the changeset viewer.