Add KDE Frameworks 5.21.0 packages:
kdewebkit - KDE Integration for QtWebKit
This commit is contained in:
parent
18d62096d4
commit
c4e85e66b4
5 changed files with 67 additions and 0 deletions
7
www/kdewebkit/DESCR
Normal file
7
www/kdewebkit/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This library provides KDE integration of the QtWebKit library. If you are
|
||||
using QtWebKit in your KDE application, you are encouraged to use this layer
|
||||
instead of using the QtWebKit classes directly.
|
||||
|
||||
In particular, you should use KWebView in place of QWebView, KGraphicsWebView
|
||||
in place of QGraphicsWebView and KWebPage in place of QWebPage. See the
|
||||
documentation for those classes for more information.
|
17
www/kdewebkit/Makefile
Normal file
17
www/kdewebkit/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2016/05/26 09:31:43 markd Exp $
|
||||
|
||||
DISTNAME= kdewebkit-${KF5VER}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= https://community.kde.org/Frameworks
|
||||
COMMENT= KDE Integration for QtWebKit
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
.include "../../meta-pkgs/kf5/Makefile.common"
|
||||
|
||||
USE_TOOLS+= msgmerge
|
||||
|
||||
.include "../../devel/kparts/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtwebkit/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
21
www/kdewebkit/PLIST
Normal file
21
www/kdewebkit/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2016/05/26 09:31:43 markd Exp $
|
||||
include/KF5/KDEWebKit/KGraphicsWebView
|
||||
include/KF5/KDEWebKit/KWebPage
|
||||
include/KF5/KDEWebKit/KWebPluginFactory
|
||||
include/KF5/KDEWebKit/KWebView
|
||||
include/KF5/KDEWebKit/KWebWallet
|
||||
include/KF5/KDEWebKit/kdewebkit_export.h
|
||||
include/KF5/KDEWebKit/kgraphicswebview.h
|
||||
include/KF5/KDEWebKit/kwebpage.h
|
||||
include/KF5/KDEWebKit/kwebpluginfactory.h
|
||||
include/KF5/KDEWebKit/kwebview.h
|
||||
include/KF5/KDEWebKit/kwebwallet.h
|
||||
include/KF5/kdewebkit_version.h
|
||||
lib/cmake/KF5WebKit/KF5WebKitConfig.cmake
|
||||
lib/cmake/KF5WebKit/KF5WebKitConfigVersion.cmake
|
||||
lib/cmake/KF5WebKit/KF5WebKitTargets-noconfig.cmake
|
||||
lib/cmake/KF5WebKit/KF5WebKitTargets.cmake
|
||||
lib/libKF5WebKit.so
|
||||
lib/libKF5WebKit.so.5
|
||||
lib/libKF5WebKit.so.${PKGVERSION}
|
||||
qt5/mkspecs/modules/qt_KDEWebKit.pri
|
16
www/kdewebkit/buildlink3.mk
Normal file
16
www/kdewebkit/buildlink3.mk
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2016/05/26 09:31:43 markd Exp $
|
||||
|
||||
BUILDLINK_TREE+= kdewebkit
|
||||
|
||||
.if !defined(KDEWEBKIT_BUILDLINK3_MK)
|
||||
KDEWEBKIT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.kdewebkit+= kdewebkit>=5.21.0
|
||||
BUILDLINK_PKGSRCDIR.kdewebkit?= ../../www/kdewebkit
|
||||
|
||||
.include "../../devel/kparts/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
||||
.include "../../x11/qt5-qtwebkit/buildlink3.mk"
|
||||
.endif # KDEWEBKIT_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -kdewebkit
|
6
www/kdewebkit/distinfo
Normal file
6
www/kdewebkit/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2016/05/26 09:31:43 markd Exp $
|
||||
|
||||
SHA1 (kdewebkit-5.21.0.tar.xz) = dbe2225c961de0a61dcf17e9d4afbb8260702572
|
||||
RMD160 (kdewebkit-5.21.0.tar.xz) = 3d0bfc6d02cea60cdcc7bbfc6016b9c996ac8954
|
||||
SHA512 (kdewebkit-5.21.0.tar.xz) = b59452107a78d2986d3d47e2e8297cd1e3cd161a83fc8255768f149e963197db640b994aa2f8422e1576f280251444434763bb71f79190941453f68369f1398a
|
||||
Size (kdewebkit-5.21.0.tar.xz) = 29352 bytes
|
Loading…
Reference in a new issue