the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: dbus-qt3-dev
Version: 0.70
Revision: 1023
BuildDependsOnly: true
Description: D-BUS Qt bindings
License: Restrictive/Distributable
Maintainer: Benjamin Reed
Depends: dbus-qt3-shlibs (>= %v-%r)
BuildDepends: dbus-dev (>= 1.0-1), expat1, gettext-tools, libgettext3-dev, libiconv-dev, pkgconfig, qt3 (>= 3.3.6-1027), x11-dev
GCC: 4.0
Source: http://finch.finkproject.org/~ranger/distfiles/dbus-qt3-%v.tar.bz2
Source-MD5: 9a8d4a4d560b49fb5ad034abfd3e3db5
SetLIBS: -L%p/lib -lqt-mt
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR="%d"
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
SplitOff: <<
Package: dbus-qt3-shlibs
Description: Shared libraries for D-BUS Qt3 bindings
Depends: dbus-shlibs (>= 1.0-1), qt3-shlibs (>= 3.3.6-1027)
Files: lib/libdbus-qt-1.*.dylib
Shlibs: %p/lib/libdbus-qt-1.1.dylib 2.0.0 %n (>= 0.70-1023)
<<
Homepage: http://dbus.freedesktop.org/
DescDetail: <<
D-BUS is a message bus system, a simple way for applications to talk to one
another.
D-BUS supplies both a system daemon (for events such as "new hardware device
added" or "printer queue changed") and a per-user-login-session daemon (for
general IPC needs among user applications). Also, the message bus is built
on top of a general one-to-one message passing framework, which can be used
by any two apps to communicate directly (without going through the message
bus daemon).
These bindings provide D-BUS access using the Qt API.
<<
--- dbus-0.60/configure 2005-11-30 16:02:26.000000000 -0500
+++ dbus-0.60-new/configure 2006-03-20 14:25:16.000000000 -0500
@@ -28789,6 +28789,7 @@
if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then
have_qt3=yes
DBUS_QT3_CXXFLAGS="-I$QTDIR/include"
+ DBUS_QT3_LIBS="-L$QTDIR/lib -lqt-mt"
else
for dir in "${prefix}/include/qt" "/usr/include/qt-3.1" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include" "/usr/lib/qt-3.1/include"; do
if test -f "$dir/qglobal.h"; then
--- dbus-0.60/qt3/Makefile.in 2005-11-30 16:02:22.000000000 -0500
+++ dbus-0.60-new/qt3/Makefile.in 2006-03-20 14:24:42.000000000 -0500
@@ -60,7 +60,7 @@
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
@HAVE_QT3_TRUE@libdbus_qt_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
-@HAVE_QT3_TRUE@ $(top_builddir)/dbus/libdbus-1.la
+@HAVE_QT3_TRUE@
am__libdbus_qt_1_la_SOURCES_DIST = $(top_srcdir)/qt3/dbus-qthread.cpp \
$(top_srcdir)/qt3/message.cpp $(top_srcdir)/qt3/connection.cpp \
$(top_srcdir)/qt3/integrator.cpp $(top_srcdir)/qt3/server.cpp \
@@ -368,7 +368,7 @@
@HAVE_QT3_TRUE@ $(top_srcdir)/qt3/server.h
@HAVE_QT3_TRUE@CLEANFILES = connection.moc integrator.moc server.moc
-@HAVE_QT3_TRUE@libdbus_qt_1_la_LIBADD = $(DBUS_QT3_LIBS) $(top_builddir)/dbus/libdbus-1.la
+@HAVE_QT3_TRUE@libdbus_qt_1_la_LIBADD = $(DBUS_QT3_LIBS) -ldbus-1
@HAVE_QT3_TRUE@libdbus_qt_1_la_LDFLAGS = -version-info 1:0 -no-undefined
all: all-am
Package: dbus-qt3-dev
Version: 0.70
Revision: 1023
BuildDependsOnly: true
Description: D-BUS Qt bindings
License: Restrictive/Distributable
Maintainer: Benjamin Reed
Depends: dbus-qt3-shlibs (>= %v-%r)
BuildDepends: dbus-dev (>= 1.0-1), expat1, gettext-tools, libgettext3-dev, libiconv-dev, pkgconfig, qt3 (>= 3.3.6-1027), x11-dev
GCC: 4.0
Source: http://finch.finkproject.org/~ranger/distfiles/dbus-qt3-%v.tar.bz2
Source-MD5: 9a8d4a4d560b49fb5ad034abfd3e3db5
SetLIBS: -L%p/lib -lqt-mt
ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
InstallScript: make install DESTDIR="%d"
DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
SplitOff: <<
Package: dbus-qt3-shlibs
Description: Shared libraries for D-BUS Qt3 bindings
Depends: dbus-shlibs (>= 1.0-1), qt3-shlibs (>= 3.3.6-1027)
Files: lib/libdbus-qt-1.*.dylib
Shlibs: %p/lib/libdbus-qt-1.1.dylib 2.0.0 %n (>= 0.70-1023)
<<
Homepage: http://dbus.freedesktop.org/
DescDetail: <<
D-BUS is a message bus system, a simple way for applications to talk to one
another.
D-BUS supplies both a system daemon (for events such as "new hardware device
added" or "printer queue changed") and a per-user-login-session daemon (for
general IPC needs among user applications). Also, the message bus is built
on top of a general one-to-one message passing framework, which can be used
by any two apps to communicate directly (without going through the message
bus daemon).
These bindings provide D-BUS access using the Qt API.
<<
--- dbus-0.60/configure 2005-11-30 16:02:26.000000000 -0500
+++ dbus-0.60-new/configure 2006-03-20 14:25:16.000000000 -0500
@@ -28789,6 +28789,7 @@
if test -n "$QTDIR" -a -f "$QTDIR/include/qglobal.h"; then
have_qt3=yes
DBUS_QT3_CXXFLAGS="-I$QTDIR/include"
+ DBUS_QT3_LIBS="-L$QTDIR/lib -lqt-mt"
else
for dir in "${prefix}/include/qt" "/usr/include/qt-3.1" "/usr/include/qt3" "/usr/include/qt" "/usr/lib/qt/include" "/usr/lib/qt-3.1/include"; do
if test -f "$dir/qglobal.h"; then
--- dbus-0.60/qt3/Makefile.in 2005-11-30 16:02:22.000000000 -0500
+++ dbus-0.60-new/qt3/Makefile.in 2006-03-20 14:24:42.000000000 -0500
@@ -60,7 +60,7 @@
LTLIBRARIES = $(lib_LTLIBRARIES)
am__DEPENDENCIES_1 =
@HAVE_QT3_TRUE@libdbus_qt_1_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
-@HAVE_QT3_TRUE@ $(top_builddir)/dbus/libdbus-1.la
+@HAVE_QT3_TRUE@
am__libdbus_qt_1_la_SOURCES_DIST = $(top_srcdir)/qt3/dbus-qthread.cpp \
$(top_srcdir)/qt3/message.cpp $(top_srcdir)/qt3/connection.cpp \
$(top_srcdir)/qt3/integrator.cpp $(top_srcdir)/qt3/server.cpp \
@@ -368,7 +368,7 @@
@HAVE_QT3_TRUE@ $(top_srcdir)/qt3/server.h
@HAVE_QT3_TRUE@CLEANFILES = connection.moc integrator.moc server.moc
-@HAVE_QT3_TRUE@libdbus_qt_1_la_LIBADD = $(DBUS_QT3_LIBS) $(top_builddir)/dbus/libdbus-1.la
+@HAVE_QT3_TRUE@libdbus_qt_1_la_LIBADD = $(DBUS_QT3_LIBS) -ldbus-1
@HAVE_QT3_TRUE@libdbus_qt_1_la_LDFLAGS = -version-info 1:0 -no-undefined
all: all-am