diff options
| -rw-r--r-- | www-client/falkon/Manifest | 1 | ||||
| -rw-r--r-- | www-client/falkon/falkon-22.03.90.ebuild | 88 |
2 files changed, 0 insertions, 89 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index e1f68ffcd22..02ee7622543 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,2 +1 @@ -DIST falkon-22.03.90.tar.xz 2491624 BLAKE2B b7c099ea1b4285a443ba24bda92d2c637caa214a38b6fb50775520f1db418ad59423943a1af601a0596b22665326e125564868923a81b7cd8242df65dcd0115b SHA512 a11c14376ace0db3910f2791e4424c1f5f9d4e5b1df58d4d3a9076b06041719f76a06e3fbc6c91bf20d04ba8682ebd7438afc20a4db9d2c78f8ca0ed544b2598 DIST falkon-22.04.0.tar.xz 2492228 BLAKE2B b8e5c59a6e90c5b34a0e9b234ca586d8d95c16b661adb6f991458c480fbb8839bb53b2228aad5fc16adb6f414ff0e092c0c9a32c76cdb5df68f7a0f25e961de2 SHA512 bc8f0ac1ceb809c61073537787cf6e3a347a0ddd0217da2ecde2bad43e9169de15a587e971b0ddaae33e6efa38378f2034f70445ff98243da83e33ec721c42a1 diff --git a/www-client/falkon/falkon-22.03.90.ebuild b/www-client/falkon/falkon-22.03.90.ebuild deleted file mode 100644 index 6ab782b709e..00000000000 --- a/www-client/falkon/falkon-22.03.90.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="true" -KDE_GEAR="true" -KFMIN=5.92.0 -QTMIN=5.15.2 -PYTHON_COMPAT=( python3_{8..10} ) -VIRTUALX_REQUIRED="test" -inherit ecm 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 ~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/kwallet-${KFMIN}:5 - >=kde-frameworks/purpose-${KFMIN}:5 - ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}] - dev-python/shiboken2[${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 -" - -pkg_setup() { - 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) - $(cmake_use_find_package python PySide2) - $(cmake_use_find_package python Shiboken2) - $(cmake_use_find_package python Python3) - -DNO_X11=$(usex !X) - ) - ecm_src_configure -} |
