changeset 16144:1f42dbf360e3

The .service files for libpurple aren't necessary. Their only purpose is to autostart an application if nothing is listening in a particular namespace. We can't autostart something, because there's no way for us to know which client the user wants. If we end up with Pidgin or Finch DBus stuff later, we can use .service files for those if we want autostart functionality.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 18:13:53 +0000
parents 598b1b15b199
children d06673964ff9
files Makefile.am configure.ac gaim.service.in libpurple/dbus-gaim.service pidgin.spec.in
diffstat 5 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Sun Apr 15 18:09:14 2007 +0000
+++ b/Makefile.am	Sun Apr 15 18:13:53 2007 +0000
@@ -13,7 +13,6 @@
 		config.h.mingw \
 		gaim.pc.in \
 		gaim-uninstalled.pc.in \
-		purple.service.in \
 		intltool-extract.in \
 		intltool-merge.in \
 		intltool-update.in \
@@ -24,11 +23,6 @@
 
 noinst_HEADERS = config.h
 
-if ENABLE_DBUS
-dbus_servicedir=$(DBUS_SERVICES_DIR)
-dbus_service_DATA=purple.service
-endif
-
 dist-hook: pidgin.spec
 	cp pidgin.spec $(distdir)
 	rm $(distdir)/config.h
--- a/configure.ac	Sun Apr 15 18:09:14 2007 +0000
+++ b/configure.ac	Sun Apr 15 18:13:53 2007 +0000
@@ -1893,7 +1893,6 @@
 
 AC_OUTPUT([Makefile
 		   Doxyfile
-		   purple.service
 		   doc/Makefile
 		   doc/pidgin.1
 		   doc/finch.1
--- a/gaim.service.in	Sun Apr 15 18:09:14 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=im.pidgin.purple.PurpleService
-Exec=/bin/false
--- a/libpurple/dbus-gaim.service	Sun Apr 15 18:09:14 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-[D-BUS Service]
-Name=net.sf.gaim.GaimService
-
-#replace this by the path to the gaim executable in your system
-Exec=/home/pz215/projects/gaim/src/gaim
--- a/pidgin.spec.in	Sun Apr 15 18:09:14 2007 +0000
+++ b/pidgin.spec.in	Sun Apr 15 18:13:53 2007 +0000
@@ -374,7 +374,6 @@
 %{_bindir}/purple-send-async
 %{_bindir}/purple-url-handler
 %{_libdir}/libpurple-client.so.*
-%{_datadir}/dbus-1/services/purple.service
 %doc README.dbus
 %doc libpurple/purple-notifications-example
 %endif