summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-17 22:57:45 +0000
committerwiz <wiz>2009-10-17 22:57:45 +0000
commit26d3316da93f808b857aee89b926df6fdb876996 (patch)
tree3f43f6f383ba11e6eee1294f58cc7fab9a19d0a7
parentc709aa25c64b396c889c2b99d6e50aab1824c525 (diff)
downloadpkgsrc-26d3316da93f808b857aee89b926df6fdb876996.tar.gz
Install missing headers again. Should fix build of dependencies like soprano
or phonon. (hi adam!) Bump PKGREVISION.
-rw-r--r--x11/qt4-qdbus/Makefile5
-rw-r--r--x11/qt4-qdbus/PLIST21
2 files changed, 23 insertions, 3 deletions
diff --git a/x11/qt4-qdbus/Makefile b/x11/qt4-qdbus/Makefile
index 74296a006df..dc17d8372a5 100644
--- a/x11/qt4-qdbus/Makefile
+++ b/x11/qt4-qdbus/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2009/10/11 09:14:52 adam Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/17 22:57:45 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../x11/qt4-libs/Makefile.common"
PKGNAME= qt4-qdbus-${QTVERSION}
+PKGREVISION= 1
COMMENT= QT DBus support
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
@@ -32,7 +33,7 @@ do-install:
${WRKSRC}/lib/pkgconfig/QtDBus.pc > ${WRKDIR}/QtDBus.pc
${INSTALL_DATA} ${WRKDIR}/QtDBus.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/
cd ${WRKSRC}/src/dbus && env ${MAKE_ENV} INSTALL_ROOT=${DESTDIR} \
- ${MAKE_PROGRAM} install_flat_headers install_targ_headers
+ ${MAKE_PROGRAM} install_flat_headers install_targ_headers install_class_headers
.for prog in qdbus qdbuscpp2xml qdbusviewer qdbusxml2cpp
${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/bin/${prog} \
${DESTDIR}${QTPREFIX}/bin
diff --git a/x11/qt4-qdbus/PLIST b/x11/qt4-qdbus/PLIST
index 173c5042b7d..f9d83ba33cf 100644
--- a/x11/qt4-qdbus/PLIST
+++ b/x11/qt4-qdbus/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/11 09:14:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/10/17 22:57:45 wiz Exp $
lib/pkgconfig/QtDBus.pc
qt4/bin/qdbus
qt4/bin/qdbuscpp2xml
@@ -21,6 +21,25 @@ qt4/include/Qt/qdbuspendingcall.h
qt4/include/Qt/qdbuspendingreply.h
qt4/include/Qt/qdbusreply.h
qt4/include/Qt/qdbusserver.h
+qt4/include/QtDBus/QDBusAbstractAdaptor
+qt4/include/QtDBus/QDBusAbstractInterface
+qt4/include/QtDBus/QDBusArgument
+qt4/include/QtDBus/QDBusConnection
+qt4/include/QtDBus/QDBusConnectionInterface
+qt4/include/QtDBus/QDBusContext
+qt4/include/QtDBus/QDBusError
+qt4/include/QtDBus/QDBusInterface
+qt4/include/QtDBus/QDBusMessage
+qt4/include/QtDBus/QDBusMetaType
+qt4/include/QtDBus/QDBusObjectPath
+qt4/include/QtDBus/QDBusPendingCall
+qt4/include/QtDBus/QDBusPendingCallWatcher
+qt4/include/QtDBus/QDBusPendingReply
+qt4/include/QtDBus/QDBusPendingReplyData
+qt4/include/QtDBus/QDBusReply
+qt4/include/QtDBus/QDBusServer
+qt4/include/QtDBus/QDBusSignature
+qt4/include/QtDBus/QDBusVariant
qt4/include/QtDBus/QtDBus
qt4/include/QtDBus/qdbusabstractadaptor.h
qt4/include/QtDBus/qdbusabstractinterface.h