Skip to content

Commit a1f952f

Browse files
committed
Updated Flatpak variant
1 parent 3539b5f commit a1f952f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

io.sourceforge.clonekeenplus.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.sourceforge.clonekeenplus
22
runtime: org.freedesktop.Platform
3-
runtime-version: '21.08'
3+
runtime-version: '22.08'
44
sdk: org.freedesktop.Sdk
55
command: CGeniusExe
66
rename-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

1716
modules:
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

0 commit comments

Comments
 (0)