Changeset 109
- Timestamp:
- Jan 13, 2025, 11:02:06 PM (8 days ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak/build.sh
r108 r109 13 13 14 14 # 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.yml15 flatpak 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 16 16 17 17 # Run -
trunk/Install/flatpak/net.zdechov.app.Tunneler.yml
r108 r109 29 29 - type: svn 30 30 url: https://svn.zdechov.net/Tunneler/trunk 31 revision: 10831 revision: r109 32 32 buildsystem: simple 33 33 build-commands: … … 39 39 - install -Dm644 Images/256x256/Tunneler.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps 40 40 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages 41 - install -Dm644 Common/Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages41 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages 42 42 - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio 43 43 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo -
trunk/Languages/Tunneler.cs.po
r107 r109 216 216 msgstr "%0:s" 217 217 218 #: sound.splaynotsupported 219 #, object-pascal-format 220 msgid "The play command %s does not work on your system" 221 msgstr "" 222 218 223 #: sound.sunabletoplay 219 224 msgctxt "sound.sunabletoplay" -
trunk/Languages/Tunneler.pot
r107 r109 206 206 msgstr "" 207 207 208 #: sound.splaynotsupported 209 #, object-pascal-format 210 msgid "The play command %s does not work on your system" 211 msgstr "" 212 208 213 #: sound.sunabletoplay 209 214 msgctxt "sound.sunabletoplay"
Note:
See TracChangeset
for help on using the changeset viewer.