Skip to content

Commit c7a542c

Browse files
author
Chris Warren-Smith
committed
COMMON: cleanup some defunct files, create packaging folder
1 parent 8341454 commit c7a542c

20 files changed

Lines changed: 70 additions & 785 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"app-id": "io.github.smallbasic.SmallBASIC",
3+
"runtime": "org.freedesktop.Platform",
4+
"runtime-version": "25.08",
5+
"sdk": "org.freedesktop.Sdk",
6+
"command": "sbasicg",
7+
"finish-args": [
8+
"--socket=wayland",
9+
"--socket=fallback-x11",
10+
"--socket=pulseaudio",
11+
"--device=dri",
12+
"--share=ipc",
13+
"--env=SBASICPATH=/app/lib/smallbasic"
14+
],
15+
"modules": [
16+
{
17+
"name": "xxd",
18+
"buildsystem": "simple",
19+
"build-commands": [
20+
"cd src/xxd && make",
21+
"install -D src/xxd/xxd /app/bin/xxd"
22+
],
23+
"sources": [
24+
{
25+
"type": "git",
26+
"url": "https://github.com/vim/vim.git",
27+
"tag": "v9.1.0",
28+
"commit": "b4ddc6c11e95cef4b372e239871fae1c8d4f72b6"
29+
}
30+
]
31+
},
32+
{
33+
"name": "sbasic",
34+
"sources": [
35+
{
36+
"type": "git",
37+
"url": "https://github.com/smallbasic/SmallBASIC.git",
38+
"tag": "12_32_FLATPAK_3",
39+
"commit": "8341454f4f6208c33165ca1caf8c23fca5d1ef75"
40+
}
41+
]
42+
},
43+
{
44+
"name": "smallbasic-plugins",
45+
"sources": [
46+
{
47+
"type": "git",
48+
"url": "https://github.com/smallbasic/smallbasic.plugins.git",
49+
"tag": "12_32_FLATPAK_3",
50+
"commit": "0967b93b86c24901f3ad5638492f0127db894d9c"
51+
}
52+
]
53+
},
54+
{
55+
"name": "sbasicg",
56+
"config-opts": [
57+
"--enable-sdl",
58+
"--with-flatpak"
59+
],
60+
"sources": [
61+
{
62+
"type": "git",
63+
"url": "https://github.com/smallbasic/SmallBASIC.git",
64+
"tag": "12_32_FLATPAK_3",
65+
"commit": "8341454f4f6208c33165ca1caf8c23fca5d1ef75"
66+
}
67+
]
68+
}
69+
]
70+
}
File renamed without changes.

0 commit comments

Comments
 (0)