File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 1
1
[Desktop Entry]
2
2
Type =Application
3
- Version =1.14.238936273
3
+ Version =v1.30.0
4
4
Name =voidstar
5
5
Comment =Launch voidstar
6
- Exec =bin/ voidstar
6
+ Exec =voidstar
7
7
Terminal =true
Original file line number Diff line number Diff line change 1
1
name : voidstar
2
- version : git
2
+ version : v1.30.0 # FIXME: ' git'
3
3
summary : void* casts files onto 2D/3D colored spaces for your mind blowing needs # 79 char long summary
4
4
description : |
5
5
Usage:
@@ -37,8 +37,7 @@ description: |
37
37
38
38
grade : stable
39
39
base : core20
40
- # confinement: strict
41
- confinement : devmode
40
+ confinement : strict
42
41
43
42
apps :
44
43
voidstar :
@@ -48,13 +47,13 @@ apps:
48
47
LD_LIBRARY_PATH : $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/mesa-gl:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/xorg
49
48
LIBGL_DRIVERS_PATH : $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/dri
50
49
plugs :
51
- - home # to read files in $HOME
52
- - network # to read URLs
53
- - opengl # to access rendering hardware
54
- - optical-drive # to read CDs
55
- - removable-media # to read USB keys
56
- - wayland
57
- - x11 # to create windows
50
+ - home # to read files in $HOME
51
+ - network # to read URLs
52
+ - opengl # to access rendering hardware
53
+ - optical-drive # to read CDs
54
+ - removable-media # to read USB keys
55
+ - wayland
56
+ - x11 # to create windows
58
57
59
58
parts :
60
59
voidstar :
You can’t perform that action at this time.
0 commit comments