Changeset 349 for branches/highdpi/Install
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- Location:
- branches/highdpi/Install
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Install/deb/c-evo.desktop
r55 r349 9 9 Categories=GNOME;Application;Game; 10 10 StartupNotify=true 11 MimeType=application/cevo;application/cevomap -
branches/highdpi/Install/deb/debian/changelog
r55 r349 1 c-evo (1. 2.0-0) precise; urgency=low1 c-evo (1.3.0-0) precise; urgency=low 2 2 3 * Original version 1. 0.0 packaged with lazdebian3 * Original version 1.3.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
branches/highdpi/Install/deb/debian/control
r210 r349 1 1 Source: c-evo 2 2 Maintainer: Chronos <robie@centrum.cz> 3 Section: devel3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 0.05 Standards-Version: 1.3.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
branches/highdpi/Install/deb/debian/rules
r160 r349 22 22 install -d -m 755 $(ROOT)/usr/share/applications 23 23 install -m 755 Install/deb/c-evo.desktop $(ROOT)/usr/share/applications 24 install -d -m 755 $(ROOT)/usr/share/mime/packages 25 install -m 755 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages 24 26 install -d -m 755 $(ROOT)/usr/share/pixmaps 25 27 install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/c-evo.png 28 install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/application-cevo.png 29 install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/application-cevomap.png 26 30 install -d -m 755 $(ROOT)/usr/share/c-evo/AI/StdAI 27 31 install -m 644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so $(ROOT)/usr/share/c-evo/AI/StdAI -
branches/highdpi/Install/rpm/c-evo.spec
r176 r349 1 1 Name: c-evo 2 Version: 1. 2.02 Version: 1.3.0 3 3 Release: 1%{?dist} 4 4 Summary: Empire building game … … 51 51 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Tribes 52 52 install -D -m 644 Tribes/* $RPM_BUILD_ROOT/usr/share/c-evo/Tribes 53 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Maps 54 install -D -m 644 Maps/* $RPM_BUILD_ROOT/usr/share/c-evo/Maps 55 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Saved 56 install -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 53 59 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Localization 54 60 cp -R Localization $RPM_BUILD_ROOT/usr/share/c-evo -
branches/highdpi/Install/win/Common.iss
r246 r349 3 3 4 4 #define MyAppName "C-evo" 5 #define MyAppVersion "1. 2.0"5 #define MyAppVersion "1.3.0" 6 6 #define MyAppPublisher "Chronosoft" 7 7 #define MyAppPublisherShort "Chronosoft" … … 55 55 Root: HKCR; Subkey: "{#FileTypeName}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" 56 56 57 #define FileTypeName "C-evo map" 58 Root: HKCR; Subkey: ".cevomap"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletevalue 59 Root: HKCR; Subkey: "{#FileTypeName}"; ValueType: string; ValueName: ""; ValueData: "{#FileTypeName}"; Flags: uninsdeletekey 60 Root: HKCR; Subkey: "{#FileTypeName}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0" 61 Root: HKCR; Subkey: "{#FileTypeName}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1""" 62 57 63 [Components] 58 64 Name: "main"; Description: "Main Files"; Types: full compact custom; Flags: fixed
Note:
See TracChangeset
for help on using the changeset viewer.