diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-16 14:16:06 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-08-16 14:16:06 +0200 |
| commit | f5760237a6682f09eadb283fefbac8588d453b29 (patch) | |
| tree | 4a19b1c3b7e024565357925e1706c0dc4bc485b2 | |
| parent | 474ad5b26de869bc42338414968e1a21b443b4a3 (diff) | |
| download | kde-f5760237a6682f09eadb283fefbac8588d453b29.tar.gz kde-f5760237a6682f09eadb283fefbac8588d453b29.tar.bz2 kde-f5760237a6682f09eadb283fefbac8588d453b29.zip | |
www-client/falkon: drop 25.08.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | www-client/falkon/Manifest | 1 | ||||
| -rw-r--r-- | www-client/falkon/falkon-25.08.0.ebuild | 81 |
2 files changed, 0 insertions, 82 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest deleted file mode 100644 index 6589e95ed75..00000000000 --- a/www-client/falkon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST falkon-25.08.0.tar.xz 2698532 BLAKE2B 13050c2cee6762d0a95af6be43e673e487d43ca8c5faca4ad55a76f46ab52ee78701ecac81b2ed8bc259509fc91d9303d5ad5850e8c2e2cdb9994b6803f5ba1c SHA512 1ee956303bc54453e127ad9c54f7bf2f7d643c1e5778f64a8f5244f8257076da4a41f4a79a8279deafa285bbd4d39d807a1c268b699c493fe92480273a375356 diff --git a/www-client/falkon/falkon-25.08.0.ebuild b/www-client/falkon/falkon-25.08.0.ebuild deleted file mode 100644 index f43f007859f..00000000000 --- a/www-client/falkon/falkon-25.08.0.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KFMIN=6.16.0 -QTMIN=6.9.1 -PYTHON_COMPAT=( python3_{10..13} ) -inherit ecm gear.kde.org python-single-r1 xdg - -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" -IUSE="dbus kde python +X" - -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" -RESTRICT="test" # bug 653046 - -COMMON_DEPEND=" - dev-libs/openssl:0= - >=dev-qt/qt5compat-${QTMIN}:6 - >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui,network,sql,sqlite,ssl,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] - >=dev-qt/qtwebchannel-${QTMIN}:6 - >=dev-qt/qtwebengine-${QTMIN}:6=[widgets] - >=kde-frameworks/karchive-${KFMIN}:6 - virtual/libintl - kde? ( - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/kcrash-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kjobwidgets-${KFMIN}:6 - >=kde-frameworks/kwallet-${KFMIN}:6 - >=kde-frameworks/purpose-${KFMIN}:6 - ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep " - >=dev-python/pyside-${QTMIN}:6[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] - ") - ) - X? ( - x11-libs/libxcb:= - x11-libs/xcb-util - ) -" -DEPEND="${COMMON_DEPEND} - >=dev-qt/qtbase-${QTMIN}:6[concurrent] -" -if [[ ${KDE_BUILD_TYPE} != live ]]; then - DEPEND+=" >=kde-frameworks/ki18n-${KFMIN}:6" -fi -RDEPEND="${COMMON_DEPEND} - >=dev-qt/qtsvg-${QTMIN}:6 -" -BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DBUILD_KEYRING=OFF - -DDISABLE_DBUS=$(usex !dbus) - $(cmake_use_find_package kde KF6Wallet) - $(cmake_use_find_package kde KF6KIO) - -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 -} |
