Skip to content

Commit

Permalink
Rename blueman-applet.service to org.blueman.Applet.service
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed May 24, 2015
1 parent 59b63f8 commit 49e11eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Makefile
/stamp-h1
/blueman/Constants.py
/blueman/plugins/mechanism/Rfcomm.py
/data/configs/blueman-applet.service
/data/configs/org.blueman.Applet.service
/data/configs/org.blueman.Mechanism.service
/module/.deps
/po/POTFILES
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ data/icons/main_icon/Makefile
data/icons/pixmaps/Makefile
data/ui/Makefile
data/man/Makefile
data/configs/blueman-applet.service
data/configs/org.blueman.Applet.service
data/configs/org.blueman.Mechanism.service
module/Makefile
po/Makefile.in
Expand Down
6 changes: 3 additions & 3 deletions data/configs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dbus_servicesdir = $(datadir)/dbus-1/system-services
dbus_services_DATA = org.blueman.Mechanism.service

dbus_sessdir = $(datadir)/dbus-1/services
dbus_sess_DATA = blueman-applet.service
dbus_sess_DATA = org.blueman.Applet.service

if HAVE_POLKIT
@INTLTOOL_POLICY_RULE@
Expand All @@ -15,14 +15,14 @@ policykit_DATA = $(policykit_in_files:.policy.in=.policy)
endif

EXTRA_DIST = org.blueman.Mechanism.conf \
blueman-applet.service.in \
org.blueman.Applet.service.in \
org.blueman.Mechanism.service.in \
org.blueman.policy.in

CLEANFILES = \
org.blueman.Mechanism.service \
org.blueman.policy \
blueman-applet.service \
org.blueman.Applet.service \
$(BUILT_SOURCES)

DISTCLEANFILES = \
Expand Down
File renamed without changes.

0 comments on commit 49e11eb

Please sign in to comment.