Changeset 109


Ignore:
Timestamp:
Jan 13, 2025, 11:02:06 PM (8 days ago)
Author:
chronos
Message:
  • Modified: Improved flatpak packaging files.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/build.sh

    r108 r109  
    1313
    1414# Build
    15 flatpak run org.flatpak.Builder --force-clean --sandbox --user --install --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=$REPO_DIR $BUILD_DIR $FLATPAK_ID.yml
     15flatpak run org.flatpak.Builder --force-clean --sandbox --system --install --ccache --mirror-screenshots-url=https://dl.flathub.org/media/ --repo=$REPO_DIR $BUILD_DIR $FLATPAK_ID.yml
    1616
    1717# Run
  • trunk/Install/flatpak/net.zdechov.app.Tunneler.yml

    r108 r109  
    2929      - type: svn
    3030        url: https://svn.zdechov.net/Tunneler/trunk
    31         revision: 108
     31        revision: r109
    3232    buildsystem: simple
    3333    build-commands:
     
    3939      - install -Dm644 Images/256x256/Tunneler.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
    4040      - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages
    41       - install -Dm644 Common/Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages
     41      - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages
    4242      - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio
    4343      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
  • trunk/Languages/Tunneler.cs.po

    r107 r109  
    216216msgstr "%0:s"
    217217
     218#: sound.splaynotsupported
     219#, object-pascal-format
     220msgid "The play command %s does not work on your system"
     221msgstr ""
     222
    218223#: sound.sunabletoplay
    219224msgctxt "sound.sunabletoplay"
  • trunk/Languages/Tunneler.pot

    r107 r109  
    206206msgstr ""
    207207
     208#: sound.splaynotsupported
     209#, object-pascal-format
     210msgid "The play command %s does not work on your system"
     211msgstr ""
     212
    208213#: sound.sunabletoplay
    209214msgctxt "sound.sunabletoplay"
Note: See TracChangeset for help on using the changeset viewer.