From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BB37158089 for ; Thu, 19 Oct 2023 15:12:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6622BC1B5; Thu, 19 Oct 2023 15:12:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B43552BC1B5 for ; Thu, 19 Oct 2023 15:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5692A335D56 for ; Thu, 19 Oct 2023 15:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E24612A3 for ; Thu, 19 Oct 2023 15:12:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1697728264.85f146d026886cac61e985c96ff655e53467fe47.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/khtml/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/khtml/Manifest kde-frameworks/khtml/khtml-5.111.0.ebuild X-VCS-Directories: kde-frameworks/khtml/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 85f146d026886cac61e985c96ff655e53467fe47 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:12:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1981dcea-5cab-4e59-a36b-fd51744c2a8f X-Archives-Hash: bf5d0c4c173a78fe05415152c7163b74 commit: 85f146d026886cac61e985c96ff655e53467fe47 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 19 14:35:24 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 19 15:11:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85f146d0 kde-frameworks/khtml: 5.111.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/khtml/Manifest | 1 + kde-frameworks/khtml/khtml-5.111.0.ebuild | 70 +++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/kde-frameworks/khtml/Manifest b/kde-frameworks/khtml/Manifest index b8280fa8cd17..7eab2c0ba7f3 100644 --- a/kde-frameworks/khtml/Manifest +++ b/kde-frameworks/khtml/Manifest @@ -1 +1,2 @@ DIST khtml-5.110.0.tar.xz 4011536 BLAKE2B 5af4d8c638f7d2e99894d6e76349fee817dfe7984a5b06a81d32b4208a836fc41eb559ff93d425cbbc44c476f1dcb9f67f81b0e5647e6ef52f22366613e9b463 SHA512 b622b1f3740beec1d156ffad3d2f8c88cb2bd3dd98bbd231f748ccde4aefc59e502304cb1a03a3a84d39a894edcb749457a54549c8a7004aa3032a50b5869a33 +DIST khtml-5.111.0.tar.xz 4011640 BLAKE2B 6643bb33f9db4ddf72a46143ea0adb1be3e762e83f2056451193d7bb2d60e175e7234ba25abfea6982723690bf30d576dc5d57479d65034d084f6ce764257b02 SHA512 b22359af8ef0bafccbc2427a7dae0006c67a08ed8ef82002f96d75e5e2237fc222c5f64ffcc5b4a5d82964b9f67e92e34ad182f4ecac47a802673213cbaf5547 diff --git a/kde-frameworks/khtml/khtml-5.111.0.ebuild b/kde-frameworks/khtml/khtml-5.111.0.ebuild new file mode 100644 index 000000000000..ce0c9bac375c --- /dev/null +++ b/kde-frameworks/khtml/khtml-5.111.0.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +PVCUT=$(ver_cut 1-2) +QTMIN=5.15.9 +inherit ecm frameworks.kde.org + +DESCRIPTION="KHTML web rendering engine" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="X" + +RDEPEND=" + dev-libs/openssl:0 + >=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[X?] + =kde-frameworks/kxmlgui-${PVCUT}*:5 + =kde-frameworks/sonnet-${PVCUT}*:5 + media-libs/giflib:= + media-libs/libjpeg-turbo:= + media-libs/libpng:0= + >=media-libs/phonon-4.11.0 + sys-libs/zlib + X? ( + >=dev-qt/qtx11extras-${QTMIN}:5 + x11-libs/libX11 + ) +" +DEPEND="${RDEPEND} + test? ( >=dev-qt/qtx11extras-${QTMIN}:5 ) + X? ( x11-base/xorg-proto ) +" +BDEPEND=" + dev-lang/perl + dev-util/gperf +" + +src_configure() { + local mycmakeargs=( + -DWITH_X11=$(usex X) + ) + + ecm_src_configure +}