Changeset 389 for trunk/Install
- Timestamp:
- Jan 5, 2025, 7:52:37 PM (2 weeks ago)
- Location:
- trunk/Install
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/rules
r375 r389 22 22 install -Dm644 Install/deb/xtactics.desktop -t $(ROOT)/usr/share/applications 23 23 install -Dm644 Install/deb/xtactics.xml -t $(ROOT)/usr/share/mime/packages 24 install -Dm644 Images/ 128x128/xtactics.png -t $(ROOT)/usr/share/pixmaps25 install -Dm644 Images/ 128x128/xtactics.png $(ROOT)/usr/share/pixmaps/application-xtg.png26 install -Dm644 Images/ 128x128/xtactics.png $(ROOT)/usr/share/pixmaps/application-xts.png24 install -Dm644 Images/256x256/xtactics.png -t $(ROOT)/usr/share/pixmaps 25 install -Dm644 Images/256x256/xtactics.png $(ROOT)/usr/share/pixmaps/application-xtg.png 26 install -Dm644 Images/256x256/xtactics.png $(ROOT)/usr/share/pixmaps/application-xts.png 27 27 28 28 %: -
trunk/Install/flatpak/net.zdechov.app.xTactics.metainfo.xml
r382 r389 77 77 <description> 78 78 <ul> 79 <li>Added: Application icon with 128x128resolution.</li>79 <li>Added: Application icon with 256x256 resolution.</li> 80 80 <li>Added: Close button on more forms for better touch screen devices support.</li> 81 81 <li>Added: Game systems action in Tools menu.</li> … … 126 126 <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li> 127 127 <li>Fixed: Selection of unit moves.</li> 128 <li>Fixed: Full screen mode under Windows and Linux.</li> 128 <li>Fixed: Full screen mode under Windows and Linux.</li> 129 129 </ul> 130 130 </description> -
trunk/Install/flatpak/net.zdechov.app.xTactics.yml
r382 r389 41 41 - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications 42 42 - install -Dm644 Install/deb/xtactics.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml 43 - install -Dm644 Images/ 128x128/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/128x128/apps44 - install -Dm644 Images/ 128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png45 - install -Dm644 Images/ 128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png43 - install -Dm644 Images/256x256/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps 44 - install -Dm644 Images/256x256/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png 45 - install -Dm644 Images/256x256/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png 46 46 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo -
trunk/Install/rpm/xtactics.spec
r385 r389 34 34 install -Dm644 Install/deb/xtactics.desktop -t $RPM_BUILD_ROOT/usr/share/applications 35 35 install -Dm644 Install/deb/xtactics.xml -t $RPM_BUILD_ROOT/usr/share/mime/packages 36 install -Dm644 Images/ 128x128/xtactics.png -t $RPM_BUILD_ROOT/usr/share/pixmaps37 install -Dm644 Images/ 128x128/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xtg.png38 install -Dm644 Images/ 128x128/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xts.png36 install -Dm644 Images/256x256/xtactics.png -t $RPM_BUILD_ROOT/usr/share/pixmaps 37 install -Dm644 Images/256x256/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xtg.png 38 install -Dm644 Images/256x256/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xts.png 39 39 40 40 %clean -
trunk/Install/snap/snapcraft.yaml
r384 r389 58 58 install -Dm644 Install/deb/xtactics.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications 59 59 install -Dm644 Install/deb/xtactics.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 60 install -Dm644 Images/ 128x128/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps61 install -Dm644 Images/ 128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png62 install -Dm644 Images/ 128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png60 install -Dm644 Images/256x256/xtactics.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps 61 install -Dm644 Images/256x256/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png 62 install -Dm644 Images/256x256/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png 63 63 after: 64 64 - desktop-gtk2
Note:
See TracChangeset
for help on using the changeset viewer.