Changeset 687 for tags/1.3.8/Install
- Timestamp:
- Aug 1, 2025, 9:03:45 PM (8 days ago)
- 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=low1 c-evo (1.3.8-0) precise; urgency=low 2 2 3 * Original version 1. 4.0packaged with lazdebian3 * Original version 1.3.8 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
tags/1.3.8/Install/deb/debian/control
r682 r687 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.3.8 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
tags/1.3.8/Install/flatpak/net.zdechov.app.C-evo.yml
r682 r687 16 16 sources: 17 17 - type: svn 18 url: https://svn.zdechov.net/c-evo/t runk19 revision: 6 3718 url: https://svn.zdechov.net/c-evo/tags/1.3.8 19 revision: 687 20 20 buildsystem: simple 21 21 build-options: -
tags/1.3.8/Install/rpm/c-evo.spec
r682 r687 1 1 Name: c-evo 2 Version: 1. 4.02 Version: 1.3.8 3 3 Release: 1%{?dist} 4 4 Summary: A turn-based empire building strategy game inspired by Civilization II game. -
tags/1.3.8/Install/snap/snapcraft.yaml
r682 r687 1 1 name: c-evo 2 2 title: "C-evo: New Horizons" 3 version: '1. 4.0'3 version: '1.3.8' 4 4 summary: A turn-based empire building strategy game inspired by Civilization II game. 5 5 description: | … … 115 115 - libgtk2.0-dev 116 116 override-build: | 117 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 3.6/lazarus-project_3.6.0-0_amd64.deb118 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 3.6/fpc-laz_3.2.2-210709_amd64.deb119 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 3.6/fpc-src_3.2.2-210709_amd64.deb120 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.deb117 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 121 121 stage: [-*] 122 122 prime: [-*] -
tags/1.3.8/Install/win/C-evo.iss
r679 r687 2 2 #define MyAppTitle "C-evo: New Horizons" 3 3 #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" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft"
Note:
See TracChangeset
for help on using the changeset viewer.