From 94eb99943eafb48140b436b347abaaee77209c01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 14 Jan 2024 01:14:50 +0000 Subject: gentoo auto-resync : 14:01:2024 - 01:14:49 --- x11-misc/Manifest.gz | Bin 46747 -> 46742 bytes x11-misc/albert/Manifest | 2 -- ...find-and-use-python-libraries-and-headers.patch | 33 --------------------- ...-use-system-qhotkey-libraries-and-headers.patch | 13 -------- 4 files changed, 48 deletions(-) delete mode 100644 x11-misc/albert/files/albert-0.17.3-find-and-use-python-libraries-and-headers.patch delete mode 100644 x11-misc/albert/files/albert-0.20.13-use-system-qhotkey-libraries-and-headers.patch (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index f4b3f466f315..e3e4b113e0c5 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/albert/Manifest b/x11-misc/albert/Manifest index d0e3352cbbff..b6b43f83cffc 100644 --- a/x11-misc/albert/Manifest +++ b/x11-misc/albert/Manifest @@ -1,5 +1,3 @@ -AUX albert-0.17.3-find-and-use-python-libraries-and-headers.patch 1012 BLAKE2B 86c84a48211978e46b6ecae5ef72a8cbffbb9bac0eb0eb7b3316ca449ffd104280d84165bb452b5ad20d46b28f77702ee708980bd50a6fea09530f2ebd7c1cf8 SHA512 560b26e8dfe041b7c94b3d1ed336c5171d723539542500130b0027c55c918f6e0096b547a5bd14cd1b1cd63ba40b1f1b91aa2a5bea35636d02423c8293cfbec3 -AUX albert-0.20.13-use-system-qhotkey-libraries-and-headers.patch 420 BLAKE2B 916b427ce14ffef7e8ae070cf85dacce5aeefe50de17cbc3417daa7a68953cfd2ce110c681a0f7ce7ee8eb045071dec5e58ec7141cd0cf169509b41eb147bef2 SHA512 1e667374e1c23fbfa3390b59fe0d9c052df364767e63d187316b75349cfd047611fed366a2297777e20441834669a17bbc76c38c32b418d502b75fc40d901aab AUX albert-0.22.4-use-system-qhotkey-libraries-and-headers.patch 512 BLAKE2B eecdb06d9fdccf72ff37faacfc719cb10539dc1681226b672c0277642ab82cef47e484275dbac21ff5b95ed170a650de310c2627df307dab27a97b47cd67b230 SHA512 c57c1c1e23928e28e56c37ef6ba0ed6dee9497325113655fd7eb23ead85fa7fe64252329060aaa50746b575c6e405226b6a9224b88447eab0d0d6d95d7ec909d DIST albert-0.22.12.tar.gz 158573 BLAKE2B 7dccd361bfdf56c6c2b531b866fbc91fb3d56f7f7c152b7da1ed1d97abe8d7aca1cbe7adfc43a19332532145a5bf3b6790499ab74cb8ee3ce58b9b4025b3b246 SHA512 339e8d96901e23adbcdfbfadc97496ef37bef683ffdbe8fb66ef4b48a6f4c843df201a0016f8d409b8fe99bf50bc21e6d1ace33e3bc569ed81cddbfd81584705 DIST albert-0.22.17.tar.gz 160559 BLAKE2B d381f98e273940a3e1b954657f7dd0a80429f355b25aec2b64a81ae35b3903d5007e5d4634dbbc8eb286fff26aed5b16daaa10bde27e4abbcc1b2cbe29d82bf0 SHA512 404c593088aaae8c13b658e813ae81658174417b3260c90a42084c5c3158a5d2480699c7448cc5925fffa72fb64530d4aaad44018d21417ec1562b1c23141c12 diff --git a/x11-misc/albert/files/albert-0.17.3-find-and-use-python-libraries-and-headers.patch b/x11-misc/albert/files/albert-0.17.3-find-and-use-python-libraries-and-headers.patch deleted file mode 100644 index 943e5d8acf2d..000000000000 --- a/x11-misc/albert/files/albert-0.17.3-find-and-use-python-libraries-and-headers.patch +++ /dev/null @@ -1,33 +0,0 @@ -From aa89c47db62163eddea623beb48f7ffd8d76062c Mon Sep 17 00:00:00 2001 -From: Buchan Milne -Date: Thu, 14 Jun 2018 08:10:31 +0200 -Subject: [PATCH] Find and use python libraries and headers - ---- - plugins/python/CMakeLists.txt | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/plugins/python/CMakeLists.txt b/plugins/python/CMakeLists.txt -index 2dd085d..0dc9b91 100644 ---- a/plugins/python/CMakeLists.txt -+++ b/plugins/python/CMakeLists.txt -@@ -5,7 +5,8 @@ PROJECT(python) - FILE(GLOB_RECURSE SRC src/*) - - find_package(Qt5 5.5.0 REQUIRED COMPONENTS Widgets) --add_subdirectory(pybind11) -+find_package(PythonLibs) -+include_directories(${PYTHON_INCLUDE_DIRS}) - - add_library(${PROJECT_NAME} SHARED ${SRC} ${PROJECT_NAME}.qrc metadata.json) - -@@ -14,8 +15,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE src/) - target_link_libraries(${PROJECT_NAME} - PUBLIC - Qt5::Widgets -+ ${PYTHON_LIBRARIES} - PRIVATE -- pybind11::embed - albert::lib - xdg - ) diff --git a/x11-misc/albert/files/albert-0.20.13-use-system-qhotkey-libraries-and-headers.patch b/x11-misc/albert/files/albert-0.20.13-use-system-qhotkey-libraries-and-headers.patch deleted file mode 100644 index aaa3050b8079..000000000000 --- a/x11-misc/albert/files/albert-0.20.13-use-system-qhotkey-libraries-and-headers.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a48c253..ae5a549 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -45,8 +45,6 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) - - set(QT_DEFAULT_MAJOR_VERSION 6) - set(BUILD_SHARED_LIBS FALSE) --add_subdirectory(lib/QHotkey EXCLUDE_FROM_ALL) --target_compile_options(qhotkey PRIVATE -Wno-unused-parameter -Wno-shadow) - - set(TARGET_LIB ${PROJECT_NAME}) - -- cgit v1.2.3