File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ flatpak-builder build-dir io.sourceforge.clonekeenplus.yml
1111# Installing it
1212
1313```
14- flatpak-builder build-dir io.sourceforge.clonekeenplus.yml
14+ flatpak-builder --user --install build-dir io.sourceforge.clonekeenplus.yml
1515```
1616
1717# Running it
1818
1919```
20- flatpak run io.sourceforge.clonekeenplus.yml
20+ flatpak run io.sourceforge.clonekeenplus
2121```
2222
2323
Original file line number Diff line number Diff line change 11app-id : io.sourceforge.clonekeenplus
22runtime : org.freedesktop.Platform
3- runtime-version : ' 21 .08'
3+ runtime-version : ' 22 .08'
44sdk : org.freedesktop.Sdk
55command : CGeniusExe
66rename-desktop-file : cgenius.desktop
@@ -12,22 +12,23 @@ finish-args:
1212 - --socket=fallback-x11
1313 - --socket=pulseaudio
1414 - --socket=wayland
15- - --filesystem=~/.CommanderGenius:create
1615
1716modules :
1817 - name : cgenius
1918 buildsystem : cmake
2019 sources :
2120 - type : git
2221 url : https://gitlab.com/Dringgstein/Commander-Genius.git
23- tag : " v3.1.3"
24- commit : " 526cdf013a8b8cd3a8c008c868dd5824cbe5377c"
22+ tag : " v3.4.8"
23+ commit : " cfb74c69324b92df32f2e1180d83b1e6e7fb5250"
24+
2525
2626 config-opts :
2727 - -DSHAREDIR=/app/share
2828 - -DAPPDIR=/app/bin
2929 - -DBUILD_COSMOS=1
3030 - -DCMAKE_BUILD_TYPE="Release"
31+ - -DALTERNATE_HOME=${XDG_CONFIG_HOME}
3132 builddir : true
3233 post-install :
3334 - for s in 16 32 48 64 128 256 512; do install -D -m 644 -t $FLATPAK_DEST/share/hicolor/${s}x${s}/apps ../share/cg.${s}.png; done
You can’t perform that action at this time.
0 commit comments