Changeset 349 for branches/highdpi/Install/deb
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- Location:
- branches/highdpi/Install/deb
- Files:
-
- 1 added
- 4 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
Note:
See TracChangeset
for help on using the changeset viewer.