Changeset 105


Ignore:
Timestamp:
May 21, 2024, 4:52:24 PM (6 weeks ago)
Author:
chronos
Message:
  • Fixed: flatpak updated for submission to flathub.
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • tags/1.1.1/Install/flatpak/flathub/net.zdechov.app.Tunneler.yml

    r97 r105  
    1111  - --socket=wayland
    1212  - --socket=pulseaudio
    13   - --filesystem=home
    1413  - --device=dri
    1514modules:
     
    2625    sources:
    2726      - type: svn
    28         url: https://svn.zdechov.net/Tunneler/trunk/
    29         revision: r96
     27        url: https://svn.zdechov.net/Tunneler/tags/1.1.1
     28        revision: r104
    3029    buildsystem: simple
    3130    build-commands:
    3231      - (. /usr/lib/sdk/freepascal/enable.sh && lazbuild --build-mode=Release --ws=qt5 tunneler.lpi)
    33       - install -d -m 755 $FLATPAK_DEST/share/Tunneler
    34       - install -s -m 755 Tunneler $FLATPAK_DEST/share/Tunneler
    35       - install -d -m 755 $FLATPAK_DEST/bin
     32      - install -Dm755 Tunneler -t $FLATPAK_DEST/share/Tunneler
     33      - install -d $FLATPAK_DEST/bin
    3634      - ln -s $FLATPAK_DEST/share/Tunneler/Tunneler $FLATPAK_DEST/bin/Tunneler
    37       - install -d -m 755 $FLATPAK_DEST/share/applications
    38       - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications
    39       - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps
    40       - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    41       - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages
    42       - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages
    43       - install -D -m 755 Languages/*.po $FLATPAK_DEST/share/Tunneler/Languages
    44       - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Audio
    45       - install -D -m 755 Audio/*.wav $FLATPAK_DEST/share/Tunneler/Audio
    46       - install -d -m 755 $FLATPAK_DEST/share/metainfo
    47       - install -D Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
     35      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
     36      - install -Dm644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     37      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages
     38      - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio
     39      - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
  • tags/1.1.1/Install/flatpak/net.zdechov.app.Tunneler.appdata.xml

    r100 r105  
    3737  <releases>
    3838    <release version="1.1.1" date="2024-05-20">
    39           <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url>
     39      <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url>
    4040      <description>
    4141        <ul>
    4242          <li>Modified: Better menu High DPI scaling.</li>
     43          <li>Modified: End the game after three wins of the best player.</li>
    4344          <li>Fixed: Hide main menu with Qt5 widgetset.</li>
    4445          <li>Fixed: Pack audio files and detect alternative Unix location.</li>
    4546          <li>Fixed: Check player houses minimal distance to not overlap them.</li>
     47          <li>Fixed: Destroying other player didn't end the round.</li>
    4648        </ul>
    4749      </description>
    48         </release>
     50    </release>
    4951    <release version="1.1.0" date="2024-05-15">
    50           <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url>
     52      <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url>
    5153      <description>
    5254        <ul>
     
    6163        </ul>
    6264      </description>
    63         </release>
     65    </release>
    6466  </releases>
    6567
  • tags/1.1.1/Install/flatpak/net.zdechov.app.Tunneler.desktop

    r94 r105  
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game;
     9Categories=Application;Game;
    1010StartupNotify=true
  • tags/1.1.1/Release notes.txt

    r100 r105  
    33
    44* Modified: Better menu High DPI scaling.
     5* Modified: End the game after three wins of the best player.
    56* Fixed: Hide main menu with Qt5 widgetset.
    67* Fixed: Pack audio files and detect alternative Unix location.
    78* Fixed: Check player houses minimal distance to not overlap them.
     9* Fixed: Destroying other player didn't end the round.
    810
    911Version 1.1.0 (2024-05-17)
  • trunk/Install/flatpak/flathub/net.zdechov.app.Tunneler.yml

    r101 r105  
    1111  - --socket=wayland
    1212  - --socket=pulseaudio
    13   - --filesystem=home
    1413  - --device=dri
    1514modules:
     
    2726      - type: svn
    2827        url: https://svn.zdechov.net/Tunneler/tags/1.1.1
    29         revision: r99
     28        revision: r104
    3029    buildsystem: simple
    3130    build-commands:
    3231      - (. /usr/lib/sdk/freepascal/enable.sh && lazbuild --build-mode=Release --ws=qt5 tunneler.lpi)
    33       - install -d -m 755 $FLATPAK_DEST/share/Tunneler
    34       - install -s -m 755 Tunneler $FLATPAK_DEST/share/Tunneler
    35       - install -d -m 755 $FLATPAK_DEST/bin
     32      - install -Dm755 Tunneler -t $FLATPAK_DEST/share/Tunneler
     33      - install -d $FLATPAK_DEST/bin
    3634      - ln -s $FLATPAK_DEST/share/Tunneler/Tunneler $FLATPAK_DEST/bin/Tunneler
    37       - install -d -m 755 $FLATPAK_DEST/share/applications
    38       - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications
    39       - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps
    40       - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
    41       - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages
    42       - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages
    43       - install -D -m 755 Languages/*.po $FLATPAK_DEST/share/Tunneler/Languages
    44       - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Audio
    45       - install -D -m 755 Audio/*.wav $FLATPAK_DEST/share/Tunneler/Audio
    46       - install -d -m 755 $FLATPAK_DEST/share/metainfo
    47       - install -D Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
     35      - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications
     36      - install -Dm644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
     37      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages
     38      - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio
     39      - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml
  • trunk/Install/flatpak/net.zdechov.app.Tunneler.appdata.xml

    r96 r105  
    3636
    3737  <releases>
    38     <release version="1.1.0" date="2024-05-15"/>
     38    <release version="1.1.1" date="2024-05-20">
     39      <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url>
     40      <description>
     41        <ul>
     42          <li>Modified: Better menu High DPI scaling.</li>
     43          <li>Modified: End the game after three wins of the best player.</li>
     44          <li>Fixed: Hide main menu with Qt5 widgetset.</li>
     45          <li>Fixed: Pack audio files and detect alternative Unix location.</li>
     46          <li>Fixed: Check player houses minimal distance to not overlap them.</li>
     47          <li>Fixed: Destroying other player didn't end the round.</li>
     48        </ul>
     49      </description>
     50    </release>
     51    <release version="1.1.0" date="2024-05-15">
     52      <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url>
     53      <description>
     54        <ul>
     55          <li>Added: Allow to reconfigure players keys.</li>
     56          <li>Added: A new settings page where number of players can be adjusted.</li>
     57          <li>Modified: Use same default keys as in the original game.</li>
     58          <li>Modified: Use F10 as exit according to the original game.</li>
     59          <li>Modified: Better menu items drawing.</li>
     60          <li>Fixed: Show stats for more than 4 player in two parts second bellow first part.</li>
     61          <li>Fixed: Player view size calculation for 5 players.</li>
     62          <li>Fixed: Do not play explosion sound in a loop.</li>
     63        </ul>
     64      </description>
     65    </release>
    3966  </releases>
    4067
  • trunk/Install/flatpak/net.zdechov.app.Tunneler.desktop

    r94 r105  
    77Terminal=false
    88Type=Application
    9 Categories=GNOME;Application;Game;
     9Categories=Application;Game;
    1010StartupNotify=true
  • trunk/Release notes.txt

    r100 r105  
    33
    44* Modified: Better menu High DPI scaling.
     5* Modified: End the game after three wins of the best player.
    56* Fixed: Hide main menu with Qt5 widgetset.
    67* Fixed: Pack audio files and detect alternative Unix location.
    78* Fixed: Check player houses minimal distance to not overlap them.
     9* Fixed: Destroying other player didn't end the round.
    810
    911Version 1.1.0 (2024-05-17)
Note: See TracChangeset for help on using the changeset viewer.