Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs
  • Date: 2 Feb 2006 08:17:13 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=9350

Summary: dbus optional_depends qt-x11 should be kdelibs
Product: Codex
Version: stable-rc
Platform: Other
OS/Version: other
Status: ASSIGNED
Severity: normal
Priority: P2
Component: utils
AssignedTo: v.merkatz AT gmx.net
ReportedBy: dmlb2000 AT gmail.com


Even though ./configure --help says qt configure checks for kde-config which
is
part of kdelibs...

<snip from ./configure>

if (! kde-config >& /dev/null); then
have_qt=no
else
kdelibs=`kde-config --install lib --expandvars 2>/dev/null`
if test -z $kdelibs -o ! -f $kdelibs/libkdecore.la; then
have_qt=no
else
DBUS_QT_LIBS="$kdelibs/libkdecore.la"
fi
fi

</snip>

This should be fixed before stable-rc goes to stable and I don't know if this
applies to the current stable


------- Additional Comments From dmlb2000 AT gmail.com 2005-07-24 19:44 -------
Also if someone could add the optional_depends for gcj as well that'd be nice

--


------- Additional Comments From dmlb2000 AT gmail.com 2005-07-24 19:47 -------
Seeing that the versions are the same in stable-rc and stable this should also
be integrated to stable once it's fixed

--


------- Additional Comments From v.merkatz AT gmx.net 2006-02-02 02:17 -------
This doesn't apply to 0.50 in test anymore, but it does to 0.23 in stabl-rc.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9350] New: dbus optional_depends qt-x11 should be kdelibs, bugzilla-daemon, 02/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page