Changeset 687 for tags/1.3.8/Install


Ignore:
Timestamp:
Aug 1, 2025, 9:03:45 PM (8 days ago)
Author:
chronos
Message:
  • Added: Windows 1.3.8 installer.
  • Modified: Changes related to 1.3.8 release.
Location:
tags/1.3.8/Install
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.8/Install/deb/debian/changelog

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

    r682 r687  
    33Section: games
    44Priority: optional
    5 Standards-Version: 1.4.0
     5Standards-Version: 1.3.8
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • tags/1.3.8/Install/flatpak/net.zdechov.app.C-evo.yml

    r682 r687  
    1616    sources:
    1717      - type: svn
    18         url: https://svn.zdechov.net/c-evo/trunk
    19         revision: 637
     18        url: https://svn.zdechov.net/c-evo/tags/1.3.8
     19        revision: 687
    2020    buildsystem: simple
    2121    build-options:
  • tags/1.3.8/Install/rpm/c-evo.spec

    r682 r687  
    11Name:           c-evo
    2 Version:        1.4.0
     2Version:        1.3.8
    33Release:        1%{?dist}
    44Summary:        A turn-based empire building strategy game inspired by Civilization II game.
  • tags/1.3.8/Install/snap/snapcraft.yaml

    r682 r687  
    11name: c-evo
    22title: "C-evo: New Horizons"
    3 version: '1.4.0'
     3version: '1.3.8'
    44summary: A turn-based empire building strategy game inspired by Civilization II game.
    55description: |
     
    115115    - libgtk2.0-dev
    116116    override-build: |
    117       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.6/lazarus-project_3.6.0-0_amd64.deb
    118       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.6/fpc-laz_3.2.2-210709_amd64.deb
    119       wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.6/fpc-src_3.2.2-210709_amd64.deb
    120       apt install ./lazarus-project_3.6.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
     117      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/lazarus-project_4.2.0-0_amd64.deb
     118      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-laz_3.2.2-210709_amd64.deb
     119      wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%204.2/fpc-src_3.2.2-210709_amd64.deb
     120      apt install ./lazarus-project_4.2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb
    121121    stage: [-*]
    122122    prime: [-*]
  • tags/1.3.8/Install/win/C-evo.iss

    r679 r687  
    22#define MyAppTitle "C-evo: New Horizons"
    33#define MyAppNameShort "C-evo-nh"
    4 #define MyAppVersion "1.4.0"
    5 #define MyAppVersionSuffix "alfa"
     4#define MyAppVersion "1.3.8"
     5;#define MyAppVersionSuffix "alfa"
    66#define MyAppPublisher "Chronosoft"
    77#define MyAppPublisherShort "Chronosoft"
Note: See TracChangeset for help on using the changeset viewer.