diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 18:53:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-07 18:53:56 +0000 |
commit | c577a55e80fbc5ba7f9f0124a354335a98e4bf4a (patch) | |
tree | 247ea00560bad9c5ae6e4706d41222629f40db0f /www-client/falkon | |
parent | 02814fd00146251691678aa18d9937665c677086 (diff) |
gentoo auto-resync : 07:01:2024 - 18:53:56
Diffstat (limited to 'www-client/falkon')
-rw-r--r-- | www-client/falkon/Manifest | 2 | ||||
-rw-r--r-- | www-client/falkon/falkon-23.08.3.ebuild | 90 |
2 files changed, 0 insertions, 92 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index 861c1e5314d1..e1f46f9af483 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,6 +1,4 @@ AUX falkon-23.07.80-python3.patch 1264 BLAKE2B d668b68b5282fad9670e0a20a140f621aade354e94a7b57f4093c37a163a7d6d90b8da6b911411a1a14973486f227de6efad3ebb49ca37fa9000ce47071976ef SHA512 33f4157e3f608ea01e95c0b6e46b958287abd943c3da94b7b599af2ef37a6683ff11f44325faf784d9927c6e71857cd086154a2e3e6f9cd90d6030587e0169a7 -DIST falkon-23.08.3.tar.xz 2573748 BLAKE2B 4205809eae03b47da1510ff29e208f771879ae40488fd1bd814ff3425c49a50f6cfa30a8094c768922ca1392e439535f6b647e35236e580f13a1b57abfcca0ee SHA512 c83883e15e71206a8a42cacd50d8433efbe25e3d893005d97a1a333e8125fc5a4a54f51370cc9dfbe93101a592da84bcf79a6d8fb8131e317d34f6c31d62ab68 DIST falkon-23.08.4.tar.xz 2574332 BLAKE2B e2a467bcf3b8d05b33ba99449f4e601dafe3f4080d9bdf7210253c67261898b221d4b658cc79dea1679f903b70b6864dadbf1d37958c9162f04cf67b9f47c063 SHA512 4792179fbdaf45e65d4ca1150c365d2a5b1677b8d5d1bb9ee818eb562528473dba31f9888864349704c66f54bd6c32c83baa63f8820e2b95581f27b1ab9146ab -EBUILD falkon-23.08.3.ebuild 2309 BLAKE2B faa7057aa573b441ff4d93a93379852ebeb8503f0451e2f1a74a0c88a273dfdec262fd75c808676699860c5b42b1cc99e0d19679ea6ffa10f385b531b6f5326a SHA512 59ccc29d0f8cb75a08e7ceebc0deb8bfeb59ff38734e9751387f18f38eaf7c5a0a4b7fe66203d8b32bd6ae6c561768ddac88b416f9112738e0836646621849d5 EBUILD falkon-23.08.4.ebuild 2309 BLAKE2B 8d880e848c635d7e8b6cb21d088fe24a2458bb2a2bc2b963226aac6bf01d350ecff36d12db9b02112378fd274f3fbe8aaea1a66ab92c398de17b115f03174efa SHA512 4d2e7bb189d9ba747ee2d50333dd3cef5d6c34cd14570ea4ec9d36262a38cb954c24d507e739ea1ade9ed9c5830a1b1a0065089cfd41b035e25d7dc603292efe MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/www-client/falkon/falkon-23.08.3.ebuild b/www-client/falkon/falkon-23.08.3.ebuild deleted file mode 100644 index 889c78080196..000000000000 --- a/www-client/falkon/falkon-23.08.3.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 -} |