diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 20:45:31 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-03-06 21:30:33 +0100 |
commit | c1807533c588b01a423d98764e9eb9f25fd6a237 (patch) | |
tree | edc9cd9a16e1d6aad2e011ada6b523d3d87858e9 /www-client | |
parent | kde-apps/konqueror: drop 23.08.4-r1 (diff) | |
download | gentoo-c1807533c588b01a423d98764e9eb9f25fd6a237.tar.gz gentoo-c1807533c588b01a423d98764e9eb9f25fd6a237.tar.bz2 gentoo-c1807533c588b01a423d98764e9eb9f25fd6a237.zip |
www-client/falkon: drop 23.08.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/falkon/Manifest | 1 | ||||
-rw-r--r-- | www-client/falkon/falkon-23.08.4.ebuild | 90 |
2 files changed, 0 insertions, 91 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index daa537ceb635..ea6b388a2368 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,3 +1,2 @@ -DIST falkon-23.08.4.tar.xz 2574332 BLAKE2B e2a467bcf3b8d05b33ba99449f4e601dafe3f4080d9bdf7210253c67261898b221d4b658cc79dea1679f903b70b6864dadbf1d37958c9162f04cf67b9f47c063 SHA512 4792179fbdaf45e65d4ca1150c365d2a5b1677b8d5d1bb9ee818eb562528473dba31f9888864349704c66f54bd6c32c83baa63f8820e2b95581f27b1ab9146ab DIST falkon-23.08.5.tar.xz 2574364 BLAKE2B 9090263ee1e9a76cf9efebf6f3c8b5d0ca25a907f467ebe5adff6d54e71c79aa982317094ea354fb4fa898244b119b73640fc92ae301f95fe78551d3e84921a9 SHA512 215e2a4ff551aa6d3fab0317d2b2b823b7fee4c1f6a653118d00f3def9ebb037931e8cd81f33785a44c8aa8910e00fbda884c1cfcdb61190544d1e6c8396acf8 DIST falkon-24.02.0.tar.xz 2596284 BLAKE2B 9fda0e85dd40aa59eb618bd5a0cd61beaa99643a79bb920c9beefd435e7f1df2a2266c6ea758ae8c409844d5ea94744140b2f1747953845922a071285027e743 SHA512 68979980ce363a3a2089b6ff939dd8c83a7089701281156a2cda1931ac9e416350954e9e058c1f3e48e45a909e6f0838196be91a3fc9ed0d3ec7a73f7449981d diff --git a/www-client/falkon/falkon-23.08.4.ebuild b/www-client/falkon/falkon-23.08.4.ebuild deleted file mode 100644 index def35c7e8f59..000000000000 --- a/www-client/falkon/falkon-23.08.4.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=5.106.0 -QTMIN=5.15.9 -PYTHON_COMPAT=( python3_{10..11} ) -inherit ecm gear.kde.org python-single-r1 - -DESCRIPTION="Cross-platform web browser using QtWebEngine" -HOMEPAGE="https://www.falkon.org/ https://apps.kde.org/falkon/" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm64 ~ppc64 ~x86" -IUSE="dbus kde python +X" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="test" # bug 653046 - -COMMON_DEPEND=" - dev-libs/openssl:0= - >=dev-qt/qtdeclarative-${QTMIN}:5[widgets] - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5[ssl] - >=dev-qt/qtprintsupport-${QTMIN}:5 - >=dev-qt/qtsql-${QTMIN}:5[sqlite] - >=dev-qt/qtwebchannel-${QTMIN}:5 - >=dev-qt/qtwebengine-${QTMIN}:5=[widgets] - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - virtual/libintl - dbus? ( >=dev-qt/qtdbus-${QTMIN}:5 ) - kde? ( - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/purpose-${KFMIN}:5 - ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep " - >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ - >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}] - ") - ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libxcb:= - x11-libs/xcb-util - ) -" -DEPEND="${COMMON_DEPEND} - >=dev-qt/qtconcurrent-${QTMIN}:5 -" -if [[ ${KDE_BUILD_TYPE} != live ]]; then - DEPEND+=" >=kde-frameworks/ki18n-${KFMIN}:5" -fi -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtsvg-${QTMIN}:5 -" -BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5" - -PATCHES=( "${FILESDIR}/${PN}-23.07.80-python3.patch" ) - -pkg_setup() { - use python && python-single-r1_pkg_setup - ecm_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DBUILD_KEYRING=OFF - -DDISABLE_DBUS=$(usex !dbus) - $(cmake_use_find_package kde KF5Wallet) - $(cmake_use_find_package kde KF5KIO) - -DBUILD_PYTHON_SUPPORT=$(usex python) - -DNO_X11=$(usex !X) - ) - use python && mycmakeargs+=( - -DPYTHON_CONFIG_SUFFIX="-${EPYTHON}" # shiboken_helpers.cmake quirk - -DPython3_INCLUDE_DIR=$(python_get_includedir) - -DPython3_LIBRARY=$(python_get_library_path) - ) - ecm_src_configure -} |