Ignore:
Timestamp:
Nov 3, 2021, 11:22:02 AM (4 years ago)
Author:
chronos
Message:
  • Modified: Merged changes from trunk r404.
Location:
branches/highdpi/Install
Files:
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Install/deb/debian/changelog

    r349 r405  
    1 c-evo (1.3.0-0) precise; urgency=low
     1c-evo (1.4.0-0) precise; urgency=low
    22
    3   * Original version 1.3.0 packaged with lazdebian
     3  * Original version 1.4.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 17 Dec 2016 00:51:08 +0100
  • branches/highdpi/Install/deb/debian/control

    r349 r405  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.3.0
     5Standards-Version: 1.4.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • branches/highdpi/Install/rpm/c-evo.spec

    r349 r405  
    11Name:           c-evo
    2 Version:        1.3.0
     2Version:        1.4.0
    33Release:        1%{?dist}
    44Summary:        Empire building game
     
    5555install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Saved
    5656install -D -m 644 Saved/* $RPM_BUILD_ROOT/usr/share/c-evo/Saved
    57 #install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template
    58 #install -D -m 644 AI\ Template/* $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template
     57install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template
     58cp -R AI\ Template $RPM_BUILD_ROOT/usr/share/c-evo
    5959install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Localization
    6060cp -R Localization $RPM_BUILD_ROOT/usr/share/c-evo
  • branches/highdpi/Install/snap/local/build.sh

    r378 r405  
    44
    55pushd ../../..
    6 snapcraft --debug
     6snapcraft --debug --use-lxd
    77popd
    88
  • branches/highdpi/Install/snap/snapcraft.yaml

    r378 r405  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.3.0'
     3version: '1.4.0'
    44summary: A turn-based empire building game inspired by Civilization II game.
    55description: |
    6   This is a fork and Lazarus port of the original game which can be
    7   found at ​www.c-evo.org.
    8 confinement: devmode
     6  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. 
     8  * Zoomable map by mouse wheel with three tile sizes
     9  * Many sample maps included
     10  * All available localizations include
     11  * Many other small improvements
     12confinement: strict
    913base: core20
    10 #base: core18
    11 grade: devel
     14grade: stable
    1215icon: Graphics/c-evo_64x64.png
     16license: NLPL
    1317
     18environment:
     19  LD_LIBRARY_PATH: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
     20  PULSE_SERVER: unix:/run/user/1000/pulse/native
     21
     22layout:
     23  /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox:
     24    bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox   
     25 
    1426parts:
    1527  c-evo:
     
    2335    - lcl-utils
    2436    stage-packages:   
     37    - sox
     38    - libsox-fmt-mp3
     39    - libsox-fmt-pulse
     40    - libpulse0
     41    # Autodetected dependencies
    2542    - libatk1.0-0
    2643    - libcairo2
     
    5370    - libxrandr2
    5471    - libxrender1
    55     #- sox
    56     #- libsox-fmt-mp3
    5772    override-build: |
     73      snapcraftctl build
    5874      (cd AI/StdAI &&lazbuild --build-mode=Release StdAI.lpi)
    5975      mv AI/StdAI/libstdai.so AI/StdAI/libstdai-amd64.so
     
    6278      install -d -m 755 $ROOT/usr/share/c-evo
    6379      install -s -m 755 c-evo $ROOT/usr/share/c-evo
    64       install -m 755 Install/snap/local/command-c-evo-gtk.wrapper $ROOT/usr/share/c-evo     
    6580      install -m 644 Language.txt $ROOT/usr/share/c-evo
    6681      install -m 644 Language2.txt $ROOT/usr/share/c-evo
    6782      install -m 644 Fonts.txt $ROOT/usr/share/c-evo
    68       #install -d -m 755 $ROOT/bin
    69       #install -m 755 Install/snap/local/desktop-launch $ROOT/bin
    70       #install -m 755 Install/snap/local/c-evo $ROOT/bin/c-evo
    71       #install -d -m 755 $ROOT/usr/bin     
    7283      install -d -m 755 $ROOT/usr/share/applications
    7384      install -m 755 Install/deb/c-evo.desktop $ROOT/usr/share/applications
     
    91102      cp -r "AI Template" $ROOT/usr/share/c-evo
    92103    stage:
    93       - bin
    94       - lib
    95104      - etc
    96105      - usr
     
    101110apps:
    102111  c-evo:
    103     #command: desktop-launch $SNAP/c-evo-snap
    104112    command: usr/share/c-evo/c-evo
    105     #command: usr/share/c-evo/command-c-evo-gtk.wrapper
    106113    desktop: usr/share/applications/c-evo.desktop   
    107     #extensions: [gnome-3-28]
    108114    plugs:
    109       - home     
    110       - pulseaudio
     115      - home
     116      - audio-playback
    111117      - desktop
    112       - desktop-legacy
    113118      - x11
    114  
  • branches/highdpi/Install/win/C-evo.iss

    r246 r405  
    2424
    2525[Files]
    26 Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main; Check: not Is64BitInstallMode
    27 Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main; Check: Is64BitInstallMode
     26Source: "{#MyAppSubDir}\lib\x86_64-win64-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main; Check: Is64BitInstallMode
     27Source: "{#MyAppSubDir}\lib\i386-win32-Release\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion; Components: main; Check: not Is64BitInstallMode
     28Source: "{#MyAppSubDir}\AI\StdAI\lib\x86_64-win64-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win64.dll"; Flags: ignoreversion; Components: ai\stdai; Check: Is64BitInstallMode
    2829Source: "{#MyAppSubDir}\AI\StdAI\lib\i386-win32-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win32.dll"; Flags: ignoreversion; Components: ai\stdai; Check: not Is64BitInstallMode
    29 Source: "{#MyAppSubDir}\AI\StdAI\lib\x86_64-win64-Release\StdAI.dll"; DestDir: "{app}\AI\StdAI"; DestName: "StdAI-win64.dll"; Flags: ignoreversion; Components: ai\stdai; Check: Is64BitInstallMode
    3030Source: "{#MyAppSubDir}\AI\AI_UO\*.*"; DestDir: "{app}\AI\AI_UO"; Flags: ignoreversion; Components: ai\ai_uo; Check: not Is64BitInstallMode
    3131Source: "{#MyAppSubDir}\AI\AIAS\*.*"; DestDir: "{app}\AI\AIAS"; Flags: ignoreversion; Components: ai\aias; Check: not Is64BitInstallMode
Note: See TracChangeset for help on using the changeset viewer.