diff options
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/Manifest.gz | bin | 6023 -> 6029 bytes | |||
-rw-r--r-- | www-client/falkon/Manifest | 1 | ||||
-rw-r--r-- | www-client/falkon/files/falkon-22.04.3-python3.patch | 32 |
3 files changed, 0 insertions, 33 deletions
diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz Binary files differindex c0604db93ff8..41b2894c1898 100644 --- a/www-client/Manifest.gz +++ b/www-client/Manifest.gz diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index 8736cdddde58..9b25c8246210 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,4 +1,3 @@ -AUX falkon-22.04.3-python3.patch 1214 BLAKE2B 733d67908c009a17d63cf7b9e5012996bfbb9c005feb1ff3c94ccf20958479510cf1858479e7869124815b5a158821b434285b24b6babe95515da130c3f97e8f SHA512 bfd9514a167b24f3149173e34cb57ee5462311e70c8edd269d6cc7df9269c33a5a6da3ad3e312de878b1af7af994996bfa1cbd77d73de4e7242f851ee547a496 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 diff --git a/www-client/falkon/files/falkon-22.04.3-python3.patch b/www-client/falkon/files/falkon-22.04.3-python3.patch deleted file mode 100644 index cd1025cbfda4..000000000000 --- a/www-client/falkon/files/falkon-22.04.3-python3.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 67199ef5f470dadab17401f3aad8770ec058c111 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sun, 17 Jul 2022 12:45:25 +0200 -Subject: [PATCH] Python3 must be found first - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 950c03adc..aa91e745e 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -130,12 +130,12 @@ if (KF5Wallet_FOUND AND KF5KIO_FOUND AND KF5Crash_FOUND AND KF5CoreAddons_FOUND - endif() - - # Optional: PySide2 -+find_package(Python3 COMPONENTS Development) - find_package(PySide2 "2.0.0") - find_package(Shiboken2 "2.0.0") --find_package(Python3 COMPONENTS Development) -+set_package_properties(Python3 PROPERTIES DESCRIPTION "Python plugins" TYPE OPTIONAL) - set_package_properties(PySide2 PROPERTIES DESCRIPTION "Python plugins" TYPE OPTIONAL) - set_package_properties(Shiboken2 PROPERTIES DESCRIPTION "Python plugins" TYPE OPTIONAL) --set_package_properties(Python3 PROPERTIES DESCRIPTION "Python plugins" TYPE OPTIONAL) - if (PySide2_FOUND AND Shiboken2_FOUND AND Python3_FOUND) - set(ENABLE_PYTHON_PLUGINS TRUE) - endif() --- -2.35.1 - |