Changeset 421


Ignore:
Timestamp:
Apr 25, 2022, 1:05:46 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Improved installer scripts.
Location:
trunk/Install
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/rules

    r342 r421  
    2323        install -m 755 Install/deb/c-evo.desktop $(ROOT)/usr/share/applications
    2424        install -d -m 755 $(ROOT)/usr/share/mime/packages
    25         install -m 755 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages
     25        install -m 644 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages
    2626        install -d -m 755 $(ROOT)/usr/share/pixmaps
    2727        install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/c-evo.png
  • trunk/Install/rpm/c-evo.spec

    r403 r421  
    1111Requires:       sox
    1212
    13 #BuildRequires:  lazarus
     13BuildRequires:  lazarus >= 2.0.12
    1414
    1515%description
    16 Turn-based empire building game inspired by Civilization.
     16A turn-based empire building game inspired by Civilization.
    1717
    1818%global debug_package %{nil}
     
    7272/usr/bin/c-evo
    7373/usr/share/applications/c-evo.desktop
    74 /usr/share/c-evo/*
     74/usr/share/c-evo/
    7575/usr/share/pixmaps/c-evo.png
    7676
  • trunk/Install/snap/snapcraft.yaml

    r415 r421  
    55description: |
    66  This is a fork and Lazarus/FPC port of the original C-evo 1.2.0 game.
    7   Now it is finally possible to play C-evo natively on Linux. 
     7  Now it is finally possible to play C-evo natively on Linux.
    88  * Zoomable map by mouse wheel with three tile sizes
    99  * Many sample maps included
     
    2222layout:
    2323  /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox:
    24     bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox   
     24    bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox
    2525 
    2626parts:
     
    3434    - lcl
    3535    - lcl-utils
    36     stage-packages:   
     36    stage-packages:
    3737    - sox
    3838    - libsox-fmt-mp3
     
    110110  c-evo:
    111111    command: usr/share/c-evo/c-evo
    112     desktop: usr/share/applications/c-evo.desktop   
     112    desktop: usr/share/applications/c-evo.desktop
    113113    plugs:
    114114      - home
Note: See TracChangeset for help on using the changeset viewer.