pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt4-qdbus Install missing headers again. Should fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea6e4cdb690d
branches:  trunk
changeset: 400357:ea6e4cdb690d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 17 22:57:45 2009 +0000

description:
Install missing headers again. Should fix build of dependencies like soprano
or phonon. (hi adam!)

Bump PKGREVISION.

diffstat:

 x11/qt4-qdbus/Makefile |   5 +++--
 x11/qt4-qdbus/PLIST    |  21 ++++++++++++++++++++-
 2 files changed, 23 insertions(+), 3 deletions(-)

diffs (60 lines):

diff -r 3b21b6ecc668 -r ea6e4cdb690d x11/qt4-qdbus/Makefile
--- a/x11/qt4-qdbus/Makefile    Sat Oct 17 21:39:44 2009 +0000
+++ b/x11/qt4-qdbus/Makefile    Sat Oct 17 22:57:45 2009 +0000
@@ -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 @@
                ${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 -r 3b21b6ecc668 -r ea6e4cdb690d x11/qt4-qdbus/PLIST
--- a/x11/qt4-qdbus/PLIST       Sat Oct 17 21:39:44 2009 +0000
+++ b/x11/qt4-qdbus/PLIST       Sat Oct 17 22:57:45 2009 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index