Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Mohammed Sadiq
chatty
Commits
063df467
Commit
063df467
authored
Nov 02, 2020
by
Mohammed Sadiq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
data: Add a dbus service
parent
7fcba791
Pipeline
#60521
passed with stages
in 18 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
data/meson.build
data/meson.build
+12
-0
data/sm.puri.Chatty.service.in
data/sm.puri.Chatty.service.in
+3
-0
No files found.
data/meson.build
View file @
063df467
...
...
@@ -57,3 +57,15 @@ if compile_schemas.found()
args: ['--strict', '--dry-run', meson.current_source_dir()]
)
endif
service_conf = configuration_data()
service_conf.set('bindir', join_paths(get_option('prefix'), get_option('bindir')))
configure_file(
input: 'sm.puri.Chatty.service.in',
output: 'sm.puri.Chatty.service',
install: true,
install_dir: join_paths(get_option('datadir'), 'dbus-1', 'services'),
configuration: service_conf,
)
data/sm.puri.Chatty.service.in
0 → 100644
View file @
063df467
[D-BUS Service]
Name=sm.puri.Chatty
Exec=@bindir@/chatty --gapplication-service
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