Changeset 389 for trunk/Install


Ignore:
Timestamp:
Jan 5, 2025, 7:52:37 PM (2 weeks ago)
Author:
chronos
Message:
  • Modified: Added vector logo and generated raster logo with resolution 256x256.
Location:
trunk/Install
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/rules

    r375 r389  
    2222        install -Dm644 Install/deb/xtactics.desktop -t $(ROOT)/usr/share/applications
    2323        install -Dm644 Install/deb/xtactics.xml -t $(ROOT)/usr/share/mime/packages
    24         install -Dm644 Images/128x128/xtactics.png -t $(ROOT)/usr/share/pixmaps
    25         install -Dm644 Images/128x128/xtactics.png $(ROOT)/usr/share/pixmaps/application-xtg.png
    26         install -Dm644 Images/128x128/xtactics.png $(ROOT)/usr/share/pixmaps/application-xts.png
     24        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
    2727
    2828%:
  • trunk/Install/flatpak/net.zdechov.app.xTactics.metainfo.xml

    r382 r389  
    7777      <description>
    7878        <ul>
    79           <li>Added: Application icon with 128x128 resolution.</li>
     79          <li>Added: Application icon with 256x256 resolution.</li>
    8080          <li>Added: Close button on more forms for better touch screen devices support.</li>
    8181          <li>Added: Game systems action in Tools menu.</li>
     
    126126          <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li>
    127127          <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>
    129129        </ul>
    130130      </description>
  • trunk/Install/flatpak/net.zdechov.app.xTactics.yml

    r382 r389  
    4141      - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications
    4242      - 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/apps
    44       - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png
    45       - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png
     43      - 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
    4646      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
  • trunk/Install/rpm/xtactics.spec

    r385 r389  
    3434install -Dm644 Install/deb/xtactics.desktop -t $RPM_BUILD_ROOT/usr/share/applications
    3535install -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/pixmaps
    37 install -Dm644 Images/128x128/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xtg.png
    38 install -Dm644 Images/128x128/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xts.png
     36install -Dm644 Images/256x256/xtactics.png -t $RPM_BUILD_ROOT/usr/share/pixmaps
     37install -Dm644 Images/256x256/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xtg.png
     38install -Dm644 Images/256x256/xtactics.png $RPM_BUILD_ROOT/usr/share/pixmaps/application-xts.png
    3939
    4040%clean
  • trunk/Install/snap/snapcraft.yaml

    r384 r389  
    5858      install -Dm644 Install/deb/xtactics.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications
    5959      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/pixmaps
    61       install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xtg.png
    62       install -Dm644 Images/128x128/xtactics.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-xts.png
     60      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
    6363    after:
    6464    - desktop-gtk2
Note: See TracChangeset for help on using the changeset viewer.