Changeset 541 for tags/1.3.2/Install
- Timestamp:
- Apr 16, 2024, 12:23:07 PM (18 months ago)
- Location:
- tags/1.3.2/Install
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.2/Install/deb/debian/changelog
r403 r541 1 c-evo (1. 4.0-0) precise; urgency=low1 c-evo (1.3.2-0) precise; urgency=low 2 2 3 * Original version 1. 4.0packaged with lazdebian3 * Original version 1.3.2 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
tags/1.3.2/Install/deb/debian/control
r403 r541 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.3.2 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
tags/1.3.2/Install/rpm/c-evo.spec
r421 r541 1 1 Name: c-evo 2 Version: 1. 4.02 Version: 1.3.2 3 3 Release: 1%{?dist} 4 4 Summary: Empire building game -
tags/1.3.2/Install/snap/snapcraft.yaml
r494 r541 1 1 name: c-evo 2 2 title: "C-evo: New Horizons" 3 version: '1. 4.0'3 version: '1.3.2' 4 4 summary: A turn-based empire building game inspired by Civilization II game. 5 5 description: | … … 112 112 - libgtk2.0-dev 113 113 override-build: | 114 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 2.2.6/lazarus-project_2.2.6-0_amd64.deb115 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 2.2.6/fpc-laz_3.2.2-210709_amd64.deb116 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%20 2.2.6/fpc-src_3.2.2-210709_amd64.deb117 apt install ./lazarus-project_ 2.2.6-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb114 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/lazarus-project_3.2.0-0_amd64.deb 115 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-laz_3.2.2-210709_amd64.deb 116 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.2/fpc-src_3.2.2-210709_amd64.deb 117 apt install ./lazarus-project_3.2.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb 118 118 stage: [-*] 119 119 prime: [-*] -
tags/1.3.2/Install/win/Common.iss
r493 r541 5 5 #define MyAppTitle "C-evo: New Horizons" 6 6 #define MyAppNameShort "C-evo-nh" 7 #define MyAppVersion "1. 4.0"8 #define MyAppVersionSuffix "alfa"7 #define MyAppVersion "1.3.2" 8 ;#define MyAppVersionSuffix "alfa" 9 9 #define MyAppPublisher "Chronosoft" 10 10 #define MyAppPublisherShort "Chronosoft"
Note:
See TracChangeset
for help on using the changeset viewer.