← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-messages/trunk] Rev 134: Putting the dbus service (correctly) in the libexec directory instead of the bin directory.

 

------------------------------------------------------------
revno: 134
committer: Ted Gould <ted@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2009-09-09 09:52:36 -0500
message:
  Putting the dbus service (correctly) in the libexec directory instead of the bin directory.
modified:
  configure.ac
  data/Makefile.am
  data/indicator-messages.service.in
  src/Makefile.am


--
lp:indicator-messages
https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk

Your team ayatana-commits is subscribed to branch lp:indicator-messages.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-messages/trunk/+edit-subscription.
=== modified file 'configure.ac'
--- configure.ac	2009-09-09 14:18:53 +0000
+++ configure.ac	2009-09-09 14:52:36 +0000
@@ -75,7 +75,6 @@
 Makefile
 src/Makefile
 data/Makefile
-data/indicator-messages.service
 data/icons/Makefile
 data/icons/16x16/Makefile
 data/icons/16x16/status/Makefile

=== modified file 'data/Makefile.am'
--- data/Makefile.am	2009-05-27 10:51:24 +0000
+++ data/Makefile.am	2009-09-09 14:52:36 +0000
@@ -2,3 +2,9 @@
 
 dbus_servicesdir = $(DBUSSERVICEDIR)
 dbus_services_DATA = indicator-messages.service
+
+%.service: %.service.in
+	sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
+
+EXTRA_DIST = indicator-messages.service.in
+

=== modified file 'data/indicator-messages.service.in'
--- data/indicator-messages.service.in	2009-08-26 15:40:35 +0000
+++ data/indicator-messages.service.in	2009-09-09 14:52:36 +0000
@@ -1,3 +1,3 @@
 [D-BUS Service]
 Name=org.ayatana.indicator.messages
-Exec=@prefix@/bin/indicator-messages-service
+Exec=@libexecdir@/indicator-messages-service

=== modified file 'src/Makefile.am'
--- src/Makefile.am	2009-08-26 03:08:41 +0000
+++ src/Makefile.am	2009-09-09 14:52:36 +0000
@@ -1,5 +1,5 @@
 
-bin_PROGRAMS = indicator-messages-service
+libexec_PROGRAMS = indicator-messages-service
 
 ######################################
 # Building the messages indicator