kde-misc/kwebkitpart: Add 1.4.0_pre20170924 snapshot, fix build w/ Qt-5.9
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Nov 2017 16:29:46 +0000 (17:29 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 5 Nov 2017 17:16:34 +0000 (18:16 +0100)
Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/636640
Package-Manager: Portage-2.3.13, Repoman-2.3.4

kde-misc/kwebkitpart/Manifest
kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild [new file with mode: 0644]

index 630306753663a214df488465af81fdf116dd2b8f..bf2e38b0e93dac3bcbabbb81e42e0742e67b0746 100644 (file)
@@ -1 +1,2 @@
 DIST kwebkitpart-1.4.0_pre20170128.tar.xz 106960 SHA256 ba836438033651d42c2ff95a6790f4180be4b76d6ca87eee1eb7247fc2440ea7 SHA512 6cb2c54df8d7488c4af3c6873461d4fc9053774df2a8fb7eea80ec50c9c1122fbb47d72b3f9256eeeed5f0335675c2125e7baee7e5a775ee8776b7cf64d0a0fd WHIRLPOOL f46a6bfce4de17f0c0e48ec74a61938b4a511a28a6292be00ee7d474c2c34e014cf8d789d0f44593defe32b309d4fb570818a11637f6e19deec38f6179ee3410
+DIST kwebkitpart-1.4.0_pre20170924.tar.gz 120550 SHA256 db129791411d7f21425c9b91d11ae27305723cee72f839351a8d566a307a47ca SHA512 eb916bb1d9513300b1aef801451dcfd21e1e5d3e4898abcbcfd7b57d32bcf0f1fa66553960857a8831571787f87f5c0ebf422bcd3b0c8e956b97a520a160c621 WHIRLPOOL 5cc65ec6a6fa3d5243358f91ec2c19026e5adbe4ff4fa6e2d60453315d45c4b509157c5c8a7dd66cddf3b203a4063a1bbcd7797abe97fce1a79ec95f12374d3a
diff --git a/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild b/kde-misc/kwebkitpart/kwebkitpart-1.4.0_pre20170924.ebuild
new file mode 100644 (file)
index 0000000..0fd1645
--- /dev/null
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=6179caa457e0a6c5d17904e877e18171bd6ac795
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="WebKit KPart for Konqueror"
+HOMEPAGE="https://quickgit.kde.org/?p=kwebkitpart.git"
+SRC_URI="https://github.com/KDE/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+       $(add_frameworks_dep kcompletion)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kconfigwidgets)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdelibs4support)
+       $(add_frameworks_dep kdewebkit)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep kiconthemes)
+       $(add_frameworks_dep kio)
+       $(add_frameworks_dep kparts)
+       $(add_frameworks_dep kservice)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_frameworks_dep kxmlgui)
+       $(add_frameworks_dep sonnet)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtnetwork)
+       $(add_qt_dep qtprintsupport)
+       $(add_qt_dep qtwebkit)
+       $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+       !kde-misc/kwebkitpart:4
+"