Skip to content

Commit

Permalink
kde-frameworks/khtml: 5.74.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Sep 12, 2020
1 parent 299859f commit 6ff9770
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/khtml/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST khtml-5.70.0.tar.xz 2083356 BLAKE2B 2290b16cba1b03af16c85fbd0f295f11e41acbb2947c1fd7873d6d8a1670f8b5de75dade9010abeed6eafa32254e9719a1cb1c3c3aef3f277dade68d10587f50 SHA512 9ac0918beb35cce20dcdfc788654e6a56a3fa780ef1967c12ee694074cf1b823d9c505cc7dac30b25cd36240d2efe322dff903267810e856eba75a808fa7c1e5
DIST khtml-5.73.0.tar.xz 2088768 BLAKE2B a135cf8c8729068088f40998aba97d89e13b9a62ef4c75fa27fab70f9b262e8419daac16c1eebd78d0f10b1080c21f949b516fcc1fe57dfd18ad7d1fcc4b7ca8 SHA512 a0f329d53203f64a269a76d327a5f28f4c25dd0cb2413149aaeff118b35a414b74bce8c44e4c4136f6afd08b7d4d05a9c922461e410b4fbc2d58c6753b0f21ca
DIST khtml-5.74.0.tar.xz 2089032 BLAKE2B bb72c0d67a3a11907f4e0505a9bfdcbd7e7f3fd27a8504f94bb77fcc30906f06a84ca4cbd6732a52cbb2fe85cabe7478bc2e751c07d310890066036dcfc32d18 SHA512 c8c8453d05475196c6d91ec9289d1c396d7dc149d07955912119ce6c9cca44071d9e51676375499b23a923f626e906f18b0bd564db6760e53628985f1b7deb2e
72 changes: 72 additions & 0 deletions kde-frameworks/khtml/khtml-5.74.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_QTHELP="false"
PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="KHTML web rendering engine"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="libressl X"

BDEPEND="
dev-lang/perl
dev-util/gperf
"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
>=dev-qt/qtprintsupport-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
=kde-frameworks/karchive-${PVCUT}*:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kcompletion-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kconfigwidgets-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kglobalaccel-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/kio-${PVCUT}*:5
=kde-frameworks/kjobwidgets-${PVCUT}*:5
=kde-frameworks/kjs-${PVCUT}*:5
=kde-frameworks/knotifications-${PVCUT}*:5
=kde-frameworks/kparts-${PVCUT}*:5
=kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/ktextwidgets-${PVCUT}*:5
=kde-frameworks/kwallet-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
=kde-frameworks/kwindowsystem-${PVCUT}*:5
=kde-frameworks/kxmlgui-${PVCUT}*:5
=kde-frameworks/sonnet-${PVCUT}*:5
media-libs/giflib:=
media-libs/libpng:0=
>=media-libs/phonon-4.11.0
sys-libs/zlib
virtual/jpeg:0
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
X? (
>=dev-qt/qtx11extras-${QTMIN}:5
x11-libs/libX11
)
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
X? ( x11-base/xorg-proto )
"

src_configure() {
local mycmakeargs=(
$(cmake_use_find_package X X11)
)

ecm_src_configure
}

0 comments on commit 6ff9770

Please sign in to comment.