Changeset 226 for trunk/Install
- Timestamp:
- Jan 20, 2025, 10:48:59 AM (45 hours ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 1 1 .flatpak-builder 2 2 build 3 repo
-
- Property svn:ignore
-
trunk/Install/flatpak/build.sh
r224 r226 13 13 14 14 # Build 15 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.yml15 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 16 16 17 17 # Run -
trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml
r225 r226 27 27 - type: svn 28 28 url: https://svn.zdechov.net/AcronymDecoder/trunk 29 revision: r22 529 revision: r226 30 30 buildsystem: simple 31 31 build-commands: … … 36 36 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages 37 37 - install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/AcronymDecoder/Languages 38 - install -Dm644 Install/shared/acronym-decoder.xml -t $FLATPAK_DEST/share/mime/packages38 - install -Dm644 Install/shared/acronym-decoder.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml 39 39 - install -Dm644 Install/shared/AcronymDecoder.desktop -t $FLATPAK_DEST/share/applications 40 40 - install -Dm644 Images/AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
Note:
See TracChangeset
for help on using the changeset viewer.