diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-24 09:38:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-24 09:38:23 +0000 |
commit | 16bd20444fa69108cb5cdab9c69dcf555c1f6ad3 (patch) | |
tree | 2f1b5cd317d3f256b0dfcbd07e7594c1edd983dd /x11/qt5-qtwebkit | |
parent | 4db6b91ac3d003bd98be6b2f31229ef581aa3f26 (diff) | |
download | pkgsrc-16bd20444fa69108cb5cdab9c69dcf555c1f6ad3.tar.gz |
Two more files are now installed. Bump PKGREVISION.
Diffstat (limited to 'x11/qt5-qtwebkit')
-rw-r--r-- | x11/qt5-qtwebkit/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtwebkit/PLIST | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/qt5-qtwebkit/Makefile b/x11/qt5-qtwebkit/Makefile index c0d0efc71e4..9481f72a5cb 100644 --- a/x11/qt5-qtwebkit/Makefile +++ b/x11/qt5-qtwebkit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2014/08/10 13:25:40 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2014/08/24 09:38:23 wiz Exp $ PKGNAME= qt5-qtwebkit-${QTVERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Qt5 WebView module .include "../../x11/qt5-qtbase/Makefile.common" diff --git a/x11/qt5-qtwebkit/PLIST b/x11/qt5-qtwebkit/PLIST index 4e044285139..b51ed1acb36 100644 --- a/x11/qt5-qtwebkit/PLIST +++ b/x11/qt5-qtwebkit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/12/15 09:42:45 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/08/24 09:38:23 wiz Exp $ lib/pkgconfig/Qt5WebKit.pc lib/pkgconfig/Qt5WebKitWidgets.pc qt5/include/QtWebKit/${PKGVERSION}/QtWebKit/private/bytearraytestdata.h @@ -105,6 +105,8 @@ qt5/lib/libWebKit2.la qt5/lib/libWebKit2.prl qt5/lib/pkgconfig/Qt5WebKit.pc qt5/lib/pkgconfig/Qt5WebKitWidgets.pc +qt5/libexec/QtWebPluginProcess +qt5/libexec/QtWebProcess qt5/mkspecs/modules/qt_lib_webkit.pri qt5/mkspecs/modules/qt_lib_webkit_private.pri qt5/mkspecs/modules/qt_lib_webkitwidgets.pri @@ -114,4 +116,3 @@ qt5/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.la qt5/qml/QtWebKit/experimental/qmldir qt5/qml/QtWebKit/libqmlwebkitplugin.la qt5/qml/QtWebKit/qmldir -@pkgdir qt5/libexec |