pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt4-libs Install q3porting.xml where uic3 can find...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59419b33537a
branches:  trunk
changeset: 536392:59419b33537a
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Dec 12 09:53:46 2007 +0000

description:
Install q3porting.xml where uic3 can find it so that uic3 generates
correct files.  Bump PKGREVISION.

diffstat:

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

diffs (39 lines):

diff -r 3e3e4ad22cec -r 59419b33537a x11/qt4-libs/Makefile
--- a/x11/qt4-libs/Makefile     Wed Dec 12 08:35:53 2007 +0000
+++ b/x11/qt4-libs/Makefile     Wed Dec 12 09:53:46 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/12/12 01:14:29 markd Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/12 09:53:46 markd Exp $
 
 .include "../../x11/qt4-libs/Makefile.common"
 
-PKGREVISION=   3
+PKGREVISION=   4
 
 PKGNAME=       qt4-libs-${QTVERSION}
 COMMENT=       C++ X GUI toolkit
@@ -43,6 +43,7 @@
                ${WRKSRC}/lib/pkgconfig/${lib}.pc > ${WRKOBJ}/${lib}.pc
        ${INSTALL_DATA} ${WRKOBJ}/${lib}.pc ${PREFIX}/lib/pkgconfig/
 .endfor
+       ${INSTALL_DATA} ${WRKSRC}/tools/porting/src/q3porting.xml ${QTPREFIX}
        ${INSTALL_LIB_DIR} ${QTPREFIX}/plugins
        ${INSTALL_LIB_DIR} ${QTPREFIX}/plugins/accessible
 .for plug in qtaccessiblecompatwidgets qtaccessiblewidgets
diff -r 3e3e4ad22cec -r 59419b33537a x11/qt4-libs/PLIST
--- a/x11/qt4-libs/PLIST        Wed Dec 12 08:35:53 2007 +0000
+++ b/x11/qt4-libs/PLIST        Wed Dec 12 09:53:46 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2007/12/06 11:09:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/12/12 09:53:46 markd Exp $
 lib/pkgconfig/Qt3Support.pc
 lib/pkgconfig/QtCore.pc
 lib/pkgconfig/QtGui.pc
@@ -26,6 +26,7 @@
 qt4/plugins/imageformats/libqgif.la
 qt4/plugins/imageformats/libqjpeg.la
 qt4/plugins/imageformats/libqmng.la
+qt4/q3porting.xml
 @dirrm qt4/plugins/imageformats
 @dirrm qt4/plugins/accessible
 @dirrm qt4/plugins



Home | Main Index | Thread Index | Old Index