diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-12 13:24:47 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-10-12 15:21:14 +0200 |
commit | beee9029c0255b5ca3195936a40a75e51e6a79ed (patch) | |
tree | 733609c7bff888a92e64cbe034a973951725a84a /www-client | |
parent | kde-apps/konqueror: drop 23.08.1 (diff) | |
download | gentoo-beee9029c0255b5ca3195936a40a75e51e6a79ed.tar.gz gentoo-beee9029c0255b5ca3195936a40a75e51e6a79ed.tar.bz2 gentoo-beee9029c0255b5ca3195936a40a75e51e6a79ed.zip |
www-client/falkon: drop 23.08.1
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.1.ebuild | 90 |
2 files changed, 0 insertions, 91 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index 437c6f393f5b..1ab61910bf43 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,3 +1,2 @@ DIST falkon-23.04.3.tar.xz 2553088 BLAKE2B e6dafe1f22f47c031b2c856aa5ba9a23eb74295c5cf891282ec51894c520383bca94ff42ef94c3396075b734da53adc5a289e4c8a94203b8daf6d6f8e847e527 SHA512 2d77e6f7383b3bf23aa979d57d2ba3a58516f18e3a72bf8a78695b36273ff00877e0109bba0dfa2b09215433457d12f919568cecacd9b96be888b585bf513f83 -DIST falkon-23.08.1.tar.xz 2572008 BLAKE2B da34fccf787fe4cda7ada15ba48070553c79ef3c87224b3eecd7a2e1b04f5096b43c50538e2641629e1b0e8ce7aa39415b2bcc9cff65463a62a54e91fc90c6b4 SHA512 01a562abfb27a60ba27a51712d2bd1fc922745284406c0807c852453724ac828460118cbb4e9bb52908fc1f0bc9dc71bc8aaf872d765f0a2cc7e0081b375fa4c DIST falkon-23.08.2.tar.xz 2572508 BLAKE2B 75505696084a6b27670e12d208508b4ae3c74726c86ae1d3ddb10a139f6c83121e5f5f2084b2354439575784bb489b69b56c0863a44f15d5d5f143a379467b9f SHA512 15c63d4e1032138d30a8438b779b851a5801d73fc64d9d4c60755ff63b918d65dd27ea5a2282d9459a871bb2c82f28ae5ec509098226c1fb6cb53c0e2ff350e5 diff --git a/www-client/falkon/falkon-23.08.1.ebuild b/www-client/falkon/falkon-23.08.1.ebuild deleted file mode 100644 index 3928b72439c9..000000000000 --- a/www-client/falkon/falkon-23.08.1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2023 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 -} |