Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (01fc4f4e33ba83a606c8df136f3ddb472a03b82f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <vlaaad AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (01fc4f4e33ba83a606c8df136f3ddb472a03b82f)
  • Date: Thu, 27 Jul 2006 16:14:50 +0200

Le jeudi 27 juillet 2006 à 08:57 -0500, Flavien Bridault a écrit :
> GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:
>
> audio-players/bmpx/DEPENDS | 2 +-
> audio-players/bmpx/DETAILS | 1 +
> audio-players/bmpx/HISTORY | 4 ++++
> audio-players/exaile/DEPENDS | 2 +-
> audio-players/exaile/DETAILS | 7 +++----
> audio-players/exaile/HISTORY | 4 ++++
> audio-players/exaile/exaile-0.2b.tar.gz.sig | 0
> audio-players/exaile/exaile_0.2b3.tar.gz.sig |binary
> audio-players/rhythmbox/DEPENDS | 2 +-
> audio-players/rhythmbox/DETAILS | 1 +
> audio-players/rhythmbox/HISTORY | 5 +++++
> audio-players/rhythmbox/PRE_BUILD | 7 +++++++
> crypto/seahorse/DEPENDS | 1 +
> crypto/seahorse/DETAILS | 2 --
> crypto/seahorse/HISTORY | 4 ++++
> crypto/seahorse/PRE_BUILD | 10 ++++++++++
> dev/null |binary
> doc/evince/DEPENDS | 2 +-
> doc/evince/DETAILS | 3 +--
> doc/evince/HISTORY | 5 +++++
> doc/evince/PRE_BUILD | 6 ++++++
> doc/evince/evince-0.5.2.tar.bz2.sig | 0
> doc/evince/evince-0.5.4.tar.bz2.sig |binary
> gnome2-apps/epiphany/DEPENDS | 2 +-
> gnome2-apps/epiphany/DETAILS | 5 ++---
> gnome2-apps/epiphany/HISTORY | 5 +++++
> gnome2-apps/epiphany/PRE_BUILD | 4 ++++
> gnome2-apps/gnome-power-manager/DEPENDS | 2 +-
> gnome2-apps/gnome-power-manager/DETAILS | 3 +--
> gnome2-apps/gnome-power-manager/HISTORY | 4 ++++
> gnome2-apps/gwget/DEPENDS | 2 +-
> gnome2-apps/gwget/DETAILS | 2 +-
> gnome2-apps/gwget/HISTORY | 5 +++++
> gnome2-apps/gwget/PRE_BUILD | 5 +++++
> gnome2-libs/gnome-screensaver/DEPENDS | 2 +-
> gnome2-libs/gnome-screensaver/DETAILS | 4 +---
> gnome2-libs/gnome-screensaver/HISTORY | 5 +++++
> gnome2-libs/gnome-screensaver/PRE_BUILD | 7 ++++++-
> gnome2-libs/gnome-volume-manager/DEPENDS | 2 +-
> gnome2-libs/gnome-volume-manager/DETAILS | 3 +--
> gnome2-libs/gnome-volume-manager/HISTORY | 4 ++++
> gnome2-libs/nautilus-sendto/DEPENDS | 2 +-
> gnome2-libs/nautilus-sendto/DETAILS | 2 +-
> gnome2-libs/nautilus-sendto/HISTORY | 4 ++++
> gnome2-libs/nautilus-sendto/evolution.diff | 12 ------------
> gnome2-libs/tracker/DEPENDS | 3 +--
> gnome2-libs/tracker/DETAILS | 1 +
> gnome2-libs/tracker/HISTORY | 6 ++++++
> gnome2-libs/tracker/PRE_BUILD | 5 +++++
> libs/bluez-libs/bluez-libs-3.1.tar.gz.sig |binary
> libs/libgalago/DEPENDS | 3 +--
> libs/libgalago/DETAILS | 2 +-
> libs/libgalago/HISTORY | 5 +++++
> libs/libgalago/PRE_BUILD | 5 +++++
> utils/bluez-utils/DEPENDS | 2 +-
> utils/bluez-utils/DETAILS | 2 +-
> utils/bluez-utils/HISTORY | 4 ++++
> utils/bluez-utils/bluez-utils-3.1.tar.gz.sig |binary
> utils/dbus-glib/HISTORY | 4 ++++
> utils/dbus-glib/PRE_BUILD | 4 ++++
> utils/libnotify/DEPENDS | 2 +-
> utils/libnotify/DETAILS | 2 +-
> utils/libnotify/HISTORY | 4 ++++
> utils/notification-daemon/DEPENDS | 4 ++--
> utils/notification-daemon/DETAILS | 1 +
> utils/notification-daemon/HISTORY | 4 ++++
> video/thoggen/DEPENDS | 2 +-
> video/thoggen/DETAILS | 2 +-
> video/thoggen/HISTORY | 4 ++++
> video/totem/DEPENDS | 2 +-
> video/totem/DETAILS | 2 +-
> video/totem/HISTORY | 4 ++++
> xfce/terminal/DEPENDS | 2 +-
> xfce/terminal/DETAILS | 2 +-
> xfce/terminal/HISTORY | 4 ++++
> xfce/xfmedia/BUILD | 2 ++
> xfce/xfmedia/DEPENDS | 8 ++++----
> xfce/xfmedia/HISTORY | 4 ++++
> 78 files changed, 191 insertions(+), 64 deletions(-)
<snip>

Replying to myself...

Well I checked all spells officially depending on dbus. I updated the
above one to depend on dbus-glib. tomboy, f-spot and banshee are still
broken because they lack mono bindings.

During the update, I realized that some spells still used the deprecated
dbus_connection_disconnect() function, so I 'sed' to replace it by
dbus_connection_close() like in hal spell. But unfortunately four other
spells, epiphany, evince, gwget and seahorse use a function named
org_freedesktop_DBus_request_name which seemed to be deprecated as well.
Replacing it seems harder, I tried to replace it by
dbus_bus_request_name() but frankly speaking, I didn't really know what
I was doing. That allowed to compile evince and gwget but they crash at
runtime... That must not be so simple. I'm investigating through the web
but I don't find anything useful. And I think I will have a break, I've
worked on this for 6 hours...

So if you use either epiphany, evince, gwget or seahorse, please wait
for the fixes. The current evince spell prevent nautilus from launching,
so be careful.

We also might to inform about the situation on SM-Discuss, I'm afraid
some of our users already updated dbus...

And please excuse me, I can't sign my e-mails now because seahorse
doesn't compile... :'(
--
Flavien Bridault

Disk, Graphics, Graphics-libs sections Guru
Source Mage GNU/Linux - http://www.sourcemage.org

irc: vlaaad
jabber: vlaaad AT amessage.be






___________________________________________________________________________
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le
sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et
vos expériences.
http://fr.answers.yahoo.com





Archive powered by MHonArc 2.6.24.

Top of Page