[Pidgin] #149: Dbus migration + uri fixes

Pidgin trac at pidgin.im
Sat Apr 14 16:54:57 EDT 2007


#149: Dbus migration + uri fixes
---------------------------+------------------------------------------------
 Reporter:  JensenDied     |       Type:  patch
   Status:  new            |   Priority:  minor
Component:  libpurple      |    Version:  2.0  
 Keywords:  dbus, aim:uri  |  
---------------------------+------------------------------------------------
 Migration of DBUS from gaim->pidgin/purple

 Fixing of some uri's like aim to use prpl-aim as opposed to -oscar

 file renames include

 "gaim.service.in"
      to "purple.service.in"

 "libpurple/dbus-gaim.service"
      to "libpurple/dbus-purple.service"

 README.dbus has been updated to include these changes along with the
 pidgin name change, however these steps are already taken during source
 installation. File can potentially be removed.

 Updated the naming of the DBUS Interfaces in the following ways:

 ''Old Names''
 {{{
 net.sf.purple.*
 /net/sf/purple/*
 net.sf.gaim.*
 org.gaim.*
 }}}
 ''New/Current Names''
 {{{
 im.pidgin.purple.*
 /im/pidgin/purple/*
 }}}
 Also in the file gaim.service.in (now purple.service.in)
 {{{
  Exec=@bindir@/gaim
  Exec=${exec_prefix}/bin/pidgin
 }}}
 I have altered these to the following for this effect.
 {{{
  Exec=@prefix@/bin/pidgin
  Exec=/usr/local/bin/pidgin
 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/149>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list