dbus: remove SystemdService from D-Bus service files

parent ae5d1d56
...@@ -53,7 +53,6 @@ A component of the Ximper Shell. ...@@ -53,7 +53,6 @@ A component of the Ximper Shell.
%_bindir/%name %_bindir/%name
%_bindir/%name-client %_bindir/%name-client
%_userunitdir/%name.service
%_datadir/dbus-1/services/%xdg_name.service %_datadir/dbus-1/services/%xdg_name.service
%_datadir/dbus-1/services/%xdg_name.cc.service %_datadir/dbus-1/services/%xdg_name.cc.service
%_datadir/glib-2.0/schemas/%xdg_name.gschema.xml %_datadir/glib-2.0/schemas/%xdg_name.gschema.xml
......
option('systemd-service', type: 'boolean', value: true, description: 'Install systemd user service unit.') option('systemd-service', type: 'boolean', value: false, description: 'Install systemd user service unit.')
option('pulse-audio', type: 'boolean', value: true, description: 'Provide PulseAudio Widget.') option('pulse-audio', type: 'boolean', value: true, description: 'Provide PulseAudio Widget.')
option('ddc', type: 'boolean', value: true, description: 'Provide DDC/CI monitor brightness control via libddcutil.') option('ddc', type: 'boolean', value: true, description: 'Provide DDC/CI monitor brightness control via libddcutil.')
option('man-pages', type: 'boolean', value: true, description: 'Install all man pages.') option('man-pages', type: 'boolean', value: true, description: 'Install all man pages.')
......
[D-BUS Service] [D-BUS Service]
Name=ru.ximperlinux.shell.NotificationCenter Name=ru.ximperlinux.shell.NotificationCenter
Exec=@bindir@/ximper-shell-notification-center Exec=@bindir@/ximper-shell-notification-center
SystemdService=ximper-shell-notification-center.service
[D-BUS Service] [D-BUS Service]
Name=org.freedesktop.Notifications Name=org.freedesktop.Notifications
Exec=@bindir@/ximper-shell-notification-center Exec=@bindir@/ximper-shell-notification-center
SystemdService=ximper-shell-notification-center.service
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment