Changeset 421
- Timestamp:
- Apr 25, 2022, 1:05:46 PM (3 years ago)
- Location:
- trunk/Install
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/rules
r342 r421 23 23 install -m 755 Install/deb/c-evo.desktop $(ROOT)/usr/share/applications 24 24 install -d -m 755 $(ROOT)/usr/share/mime/packages 25 install -m 755Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages25 install -m 644 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages 26 26 install -d -m 755 $(ROOT)/usr/share/pixmaps 27 27 install -m 644 Graphics/c-evo_64x64.png $(ROOT)/usr/share/pixmaps/c-evo.png -
trunk/Install/rpm/c-evo.spec
r403 r421 11 11 Requires: sox 12 12 13 #BuildRequires: lazarus 13 BuildRequires: lazarus >= 2.0.12 14 14 15 15 %description 16 Turn-based empire building game inspired by Civilization.16 A turn-based empire building game inspired by Civilization. 17 17 18 18 %global debug_package %{nil} … … 72 72 /usr/bin/c-evo 73 73 /usr/share/applications/c-evo.desktop 74 /usr/share/c-evo/ *74 /usr/share/c-evo/ 75 75 /usr/share/pixmaps/c-evo.png 76 76 -
trunk/Install/snap/snapcraft.yaml
r415 r421 5 5 description: | 6 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. 7 Now it is finally possible to play C-evo natively on Linux. 8 8 * Zoomable map by mouse wheel with three tile sizes 9 9 * Many sample maps included … … 22 22 layout: 23 23 /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox: 24 bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox 24 bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/sox 25 25 26 26 parts: … … 34 34 - lcl 35 35 - lcl-utils 36 stage-packages: 36 stage-packages: 37 37 - sox 38 38 - libsox-fmt-mp3 … … 110 110 c-evo: 111 111 command: usr/share/c-evo/c-evo 112 desktop: usr/share/applications/c-evo.desktop 112 desktop: usr/share/applications/c-evo.desktop 113 113 plugs: 114 114 - home
Note:
See TracChangeset
for help on using the changeset viewer.