summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Eden <sven.eden@prydeworx.com>2023-10-02 14:32:22 +0200
committerSven Eden <sven.eden@prydeworx.com>2023-10-02 14:32:22 +0200
commit794a19fc0e443be7088bb7314b39478e5158f23b (patch)
treecfed0c209fcbef9611b84902ab8d4ce2753afa9e
parentwww-client/falkon: The python3 patch is no longer needed (diff)
downloadseden-794a19fc0e443be7088bb7314b39478e5158f23b.tar.gz
seden-794a19fc0e443be7088bb7314b39478e5158f23b.tar.bz2
seden-794a19fc0e443be7088bb7314b39478e5158f23b.zip
www-client/falkon: remove obsolete patch file
Signed-off-by: Sven Eden <sven.eden@prydeworx.com>
-rw-r--r--www-client/falkon/Manifest1
-rw-r--r--www-client/falkon/files/falkon-9999-python3.patch17
2 files changed, 0 insertions, 18 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest
index 9292a41..6806a6f 100644
--- a/www-client/falkon/Manifest
+++ b/www-client/falkon/Manifest
@@ -1,3 +1,2 @@
-AUX falkon-9999-python3.patch 900 BLAKE2B a60918f13cad48467828f3b66698176d9c5d8cf50d52131f6c11318cce0e40280a655b25bb3a06f8c4f86a1165a32da269cc99ee9cdd5bde8feeb85e8beebcce SHA512 c6799123ead16a2adfd2557862006cd6a33a28f20a578c31350cb64710ff6ced8cb0b92b05cd06cb547b121a9f74415ba66c3fb4cb01a1551da65f2ac4fc21f4
EBUILD falkon-9999-r2.ebuild 2291 BLAKE2B 92c4c3ddbb484bdc37de0631eaf7c9a5181b0c327abaaf350a98300eabcac3f775880f77f06ecf136af97c724037d74c040f81fa5b1fe3ea9cb2f4a3f1e1d8c5 SHA512 90313bd69a5f908b40f833e3b3dccfb8ec2db2c65e6583cfd242bc316212a1bcd5167248eee717c946a5f37a2576585213547e72dfd5431284541db92526d69a
MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6
diff --git a/www-client/falkon/files/falkon-9999-python3.patch b/www-client/falkon/files/falkon-9999-python3.patch
deleted file mode 100644
index 5b39842..0000000
--- a/www-client/falkon/files/falkon-9999-python3.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/CMakeLists.txt 2023-07-24 14:03:29.236349763 +0200
-+++ b/CMakeLists.txt 2023-07-24 14:07:24.585362133 +0200
-@@ -134,12 +134,12 @@
- # Optional: PySide2
- option(BUILD_PYTHON_SUPPORT "Support for Python plugins" ON)
- if (BUILD_PYTHON_SUPPORT)
-+ 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()