Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Davide Ferracin
Black Box
Commits
2da325d7
Commit
2da325d7
authored
Jun 27, 2022
by
Paulo Queiroz
📦
Browse files
Release 0.8.2 - remove extra Flatpak permissions
parent
91ecf5d3
Changes
4
Hide whitespace changes
Inline
Side-by-side
com.raggesilver.BlackBox.json
View file @
2da325d7
...
...
@@ -5,7 +5,7 @@
"sdk"
:
"org.gnome.Sdk"
,
"command"
:
"blackbox"
,
"finish-args"
:
[
"--
allow=devel
"
,
"--
filesystem=home:ro
"
,
"--share=ipc"
,
"--socket=fallback-x11"
,
"--socket=wayland"
,
...
...
@@ -34,9 +34,9 @@
],
"sources"
:
[
{
"type"
:
"
git
"
,
"url"
:
"https://gitlab.gnome.org/GNOME/vte"
,
"
commit"
:
"1398ac862fb10b3cb7cdfc8267be2df5d5f39eb5
"
"type"
:
"
archive
"
,
"url"
:
"https://gitlab.gnome.org/GNOME/vte
/-/archive/1398ac862fb10b3cb7cdfc8267be2df5d5f39eb5/vte-1398ac862fb10b3cb7cdfc8267be2df5d5f39eb5.tar.gz
"
,
"
sha256"
:
"9d76c963d70b19b48ffcbbf2acaee529fb1ec9c53cf0c1f1884f65b2c860bc1f
"
}
]
},
...
...
@@ -45,8 +45,9 @@
"buildsystem"
:
"meson"
,
"sources"
:
[
{
"type"
:
"git"
,
"url"
:
"https://gitlab.gnome.org/GNOME/json-glib"
"type"
:
"archive"
,
"url"
:
"https://gitlab.gnome.org/GNOME/json-glib/-/archive/23ae2f59bea7405d95218e82edb7f3c4c7c80a87/json-glib-23ae2f59bea7405d95218e82edb7f3c4c7c80a87.tar.gz"
,
"sha256"
:
"9fa88f1b8fc926bfd7c4115354a06f79b7b30fa367450a3e7a36932e3b7022ba"
}
]
},
...
...
@@ -55,9 +56,9 @@
"buildsystem"
:
"meson"
,
"sources"
:
[
{
"type"
:
"
git
"
,
"url"
:
"https://gitlab.com/raggesilver/marble"
,
"
commit"
:
"6dcc6fefa35f0151b0549c01bd774750fe6bdef8
"
"type"
:
"
archive
"
,
"url"
:
"https://gitlab.com/raggesilver/marble
/-/archive/6dcc6fefa35f0151b0549c01bd774750fe6bdef8/marble-6dcc6fefa35f0151b0549c01bd774750fe6bdef8.tar.gz
"
,
"
sha256"
:
"6fe25ab863bf9a81fac827861b3f17d07fb4a0e4d944dbb0d5b09dfafca59fb4
"
}
]
},
...
...
data/com.raggesilver.BlackBox.appdata.xml.in
View file @
2da325d7
...
...
@@ -84,6 +84,13 @@
</kudos>
<releases>
<release
date=
"2022-06-27"
version=
"0.8.2"
>
<description>
<p>
Removed more unnecessary Flatpak permissions.
</p>
</description>
</release>
<release
date=
"2022-06-26"
version=
"0.8.1"
>
<description>
<p>
...
...
meson.build
View file @
2da325d7
project
(
'blackbox'
,
[
'c'
,
'vala'
],
version
:
'0.8.
1
'
,
version
:
'0.8.
2
'
,
meson_version
:
'>= 0.50.0'
,
default_options
:
[
'warning_level=2'
,
],
...
...
src/CommandLine.vala
View file @
2da325d7
...
...
@@ -64,7 +64,7 @@ public class Terminal.CommandLine {
short_name
=
'c'
,
description
=
"Execute command in a terminal"
,
flags
=
OptionFlags
.
NONE
,
arg
=
OptionArg
.
FILENAME
,
arg
=
OptionArg
.
STRING
,
arg_data
=
&
options
.
command
,
arg_description
=
null
,
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment