# HG changeset patch # User Richard Laager # Date 1176660833 0 # Node ID 1f42dbf360e30478b08c608dbd2ad4c995a1e94e # Parent 598b1b15b1997e79e69b2b263a176714f3fbf020 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. diff -r 598b1b15b199 -r 1f42dbf360e3 Makefile.am --- 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 diff -r 598b1b15b199 -r 1f42dbf360e3 configure.ac --- 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 diff -r 598b1b15b199 -r 1f42dbf360e3 gaim.service.in --- 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 diff -r 598b1b15b199 -r 1f42dbf360e3 libpurple/dbus-gaim.service --- 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 diff -r 598b1b15b199 -r 1f42dbf360e3 pidgin.spec.in --- 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