Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5-apps
Stream
Commits
9cab34d7
Commit
9cab34d7
authored
May 04, 2021
by
Todd Weaver
Browse files
Renaming the binary name to the less generic purism-stream per recommendations
parent
11d195fb
Changes
4
Show whitespace changes
Inline
Side-by-side
meson.build
View file @
9cab34d7
project('stream',
project('
purism-
stream',
version: '0.1.0',
version: '0.1.0',
meson_version: '>= 0.50.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
default_options: [ 'warning_level=2',
...
...
sm.puri.Stream.json
View file @
9cab34d7
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
"runtime"
:
"org.gnome.Platform"
,
"runtime"
:
"org.gnome.Platform"
,
"runtime-version"
:
"3.38"
,
"runtime-version"
:
"3.38"
,
"sdk"
:
"org.gnome.Sdk"
,
"sdk"
:
"org.gnome.Sdk"
,
"command"
:
"stream"
,
"command"
:
"
purism-
stream"
,
"finish-args"
:
[
"finish-args"
:
[
"--share=network"
,
"--share=network"
,
"--share=ipc"
,
"--share=ipc"
,
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
]
]
},
},
{
{
"name"
:
"stream"
,
"name"
:
"
purism-
stream"
,
"builddir"
:
true
,
"builddir"
:
true
,
"buildsystem"
:
"meson"
,
"buildsystem"
:
"meson"
,
"sources"
:
[
"sources"
:
[
...
...
src/meson.build
View file @
9cab34d7
...
@@ -19,7 +19,7 @@ conf.set('pkgdatadir', pkgdatadir)
...
@@ -19,7 +19,7 @@ conf.set('pkgdatadir', pkgdatadir)
configure_file(
configure_file(
input: 'stream.in',
input: 'stream.in',
output: 'stream',
output: '
purism-
stream',
configuration: conf,
configuration: conf,
install: true,
install: true,
install_dir: get_option('bindir')
install_dir: get_option('bindir')
...
...
src/stream.in
View file @
9cab34d7
...
@@ -28,7 +28,7 @@ localedir = '@localedir@'
...
@@ -28,7 +28,7 @@ localedir = '@localedir@'
sys.path.insert(1, pkgdatadir)
sys.path.insert(1, pkgdatadir)
signal.signal(signal.SIGINT, signal.SIG_DFL)
signal.signal(signal.SIGINT, signal.SIG_DFL)
gettext.install('stream', localedir)
gettext.install('
purism-
stream', localedir)
if __name__ == '__main__':
if __name__ == '__main__':
import gi
import gi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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