pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/poppler-qt poppler-link-qt3.h should also be ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08c80f882d5d
branches:  trunk
changeset: 520015:08c80f882d5d
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Oct 13 20:25:22 2006 +0000

description:
poppler-link-qt3.h should also be installed.  Bump PKGREVISION.
Should fix PR pkg/34810.

diffstat:

 print/poppler-qt/Makefile |  5 ++++-
 print/poppler-qt/PLIST    |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e0e8ae715a12 -r 08c80f882d5d print/poppler-qt/Makefile
--- a/print/poppler-qt/Makefile Fri Oct 13 20:13:14 2006 +0000
+++ b/print/poppler-qt/Makefile Fri Oct 13 20:25:22 2006 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2006/05/31 18:13:54 drochner Exp $
+# $NetBSD: Makefile,v 1.14 2006/10/13 20:25:22 markd Exp $
 #
 
 .include "../../print/poppler/Makefile.common"
 
 PKGNAME=               poppler-qt-${POPPLER_VERS}
+PKGREVISION=           1
 
 COMMENT=               PDF rendering library (QT wrapper)
 
@@ -28,6 +29,8 @@
        ${INSTALL_DATA} ${WRKSRC}/qt/poppler-qt.h ${PREFIX}/include/poppler
        ${INSTALL_DATA} ${WRKSRC}/qt/poppler-page-transition.h \
                ${PREFIX}/include/poppler
+       ${INSTALL_DATA} ${WRKSRC}/qt/poppler-link-qt3.h \
+               ${PREFIX}/include/poppler
        ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/lib/pkgconfig
 
 BUILDLINK_API_DEPENDS.poppler+=     poppler>=${POPPLER_VERS}
diff -r e0e8ae715a12 -r 08c80f882d5d print/poppler-qt/PLIST
--- a/print/poppler-qt/PLIST    Fri Oct 13 20:13:14 2006 +0000
+++ b/print/poppler-qt/PLIST    Fri Oct 13 20:25:22 2006 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2006/04/01 13:59:55 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/10/13 20:25:22 markd Exp $
+include/poppler/poppler-link-qt3.h
 include/poppler/poppler-page-transition.h
 include/poppler/poppler-qt.h
 lib/libpoppler-qt.la



Home | Main Index | Thread Index | Old Index