Changeset 96
- Timestamp:
- May 19, 2024, 10:27:46 PM (6 months ago)
- Location:
- trunk
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 1 1 build 2 2 export 3 repo 3 4 tunneler.tar.gz 4 5 Tunneler.flatpak
-
- Property svn:ignore
-
trunk/Install/flatpak/build.sh
r94 r96 2 2 set -x 3 3 4 tar --exclude='./Install/flatpak/build' --exclude='./Install/flatpak/ .flatpak-builder' --exclude='./lib' --exclude='./Install/flatpak/tunneler.tar.gz' -zcvf tunneler.tar.gz -C ../.. .4 tar --exclude='./Install/flatpak/build' --exclude='./Install/flatpak/export' --exclude='./Install/flatpak/.flatpak-builder' --exclude='./lib' --exclude='./Install/flatpak/tunneler.tar.gz' -zcvf tunneler.tar.gz -C ../.. . 5 5 6 6 BUILD_DIR=build -
trunk/Install/flatpak/net.zdechov.app.Tunneler.appdata.xml
r94 r96 4 4 5 5 <name>Tunneler</name> 6 <summary>A real-time digging and shooting multi-player tank battle game.</summary>6 <summary>A tank digging battle game</summary> 7 7 <developer_name>Chronos</developer_name> 8 8 … … 30 30 <screenshots> 31 31 <screenshot type="default"> 32 <caption>Game interface and world map</caption>33 <image>http s://github.com/flathub/net.zdechov.app.Tunneler/raw/master/Screenshots/Game.jpg</image>32 <caption>Gameplay</caption> 33 <image>http://svn.zdechov.net/Tunneler/trunk/Images/Screenshots/Gameplay.png</image> 34 34 </screenshot> 35 35 </screenshots> … … 40 40 41 41 <categories> 42 <category>Game s</category>42 <category>Game</category> 43 43 </categories> 44 44 -
trunk/Install/flatpak/net.zdechov.app.Tunneler.yml
r94 r96 10 10 - --socket=fallback-x11 11 11 - --socket=wayland 12 - --socket=pulseaudio 12 13 - --filesystem=home 13 14 - --device=dri … … 35 36 - install -d -m 755 $FLATPAK_DEST/share/applications 36 37 - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications 37 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/ 64x64/apps38 - install -m 644 Images/ 64x64/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/64x64/apps/${FLATPAK_ID}.png38 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps 39 - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 39 40 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages 40 41 - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages
Note:
See TracChangeset
for help on using the changeset viewer.