diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-31 07:15:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-12-31 07:15:02 +0000 |
| commit | 2d2e72fe708ba301d75df9d83bdb90f2341c889e (patch) | |
| tree | 02777fcb985524c399fc022e7583efc1387a7ad9 /kde-apps | |
| parent | 002e66b1f9281be5b24bad19c1064c4699aad7a7 (diff) | |
| download | baldeagleos-repo-2d2e72fe708ba301d75df9d83bdb90f2341c889e.tar.gz baldeagleos-repo-2d2e72fe708ba301d75df9d83bdb90f2341c889e.tar.xz baldeagleos-repo-2d2e72fe708ba301d75df9d83bdb90f2341c889e.zip | |
Adding metadata
Diffstat (limited to 'kde-apps')
7 files changed, 2 insertions, 251 deletions
diff --git a/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch b/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch deleted file mode 100644 index db101c0deba6..000000000000 --- a/kde-apps/artikulate/files/artikulate-25.08.2-editorsession-test.patch +++ /dev/null @@ -1,26 +0,0 @@ -From b527ac775a6a5f1991c924720bd47802f48ad1c5 Mon Sep 17 00:00:00 2001 -From: Andreas Cord-Landwehr <cordlandwehr@kde.org> -Date: Sat, 6 Sep 2025 18:00:02 +0200 -Subject: [PATCH] Fix editorsession test - ---- - autotests/unittests/editorsession/test_editorsession.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/autotests/unittests/editorsession/test_editorsession.cpp b/autotests/unittests/editorsession/test_editorsession.cpp -index f0859d12..fd9a4a20 100644 ---- a/autotests/unittests/editorsession/test_editorsession.cpp -+++ b/autotests/unittests/editorsession/test_editorsession.cpp -@@ -159,7 +159,8 @@ void TestEditorSession::iterateCourse() - - // session assumed to initialize with first units's first phrase - QCOMPARE(session.activeUnit(), unitA.get()); -- QCOMPARE(session.activePhrase()->self(), phraseA1); -+ // activating a unit shall not automatially select a phrase -+ QVERIFY(session.activePhrase() == nullptr); - QVERIFY(course.get() == session.course()); - - // test direct unit setters --- -GitLab - diff --git a/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch b/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch deleted file mode 100644 index e9796c334280..000000000000 --- a/kde-apps/calendarjanitor/files/calendarjanitor-24.05.2-loggingcategory.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 1c10a1418a063d625dce2fc1a5714b82f9cee728 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Mon, 12 Aug 2024 16:02:27 +0200 -Subject: [PATCH] Move ecm_qt_install_logging_categories to konsolekalendar - subdir - -None is declared in calendarjanitor. - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> ---- - CMakeLists.txt | 6 ------ - konsolekalendar/CMakeLists.txt | 5 +++++ - 2 files changed, 5 insertions(+), 6 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d887d81..f79b923 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -79,12 +79,6 @@ endif() - add_subdirectory(calendarjanitor) - add_subdirectory(konsolekalendar) - --ecm_qt_install_logging_categories( -- EXPORT AKONADICALENDARTOOLS -- FILE console.categories -- DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} -- ) -- - add_subdirectory(doc) - kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) - ki18n_install(po) -diff --git a/konsolekalendar/CMakeLists.txt b/konsolekalendar/CMakeLists.txt -index c0b0eab..7e90f6c 100644 ---- a/konsolekalendar/CMakeLists.txt -+++ b/konsolekalendar/CMakeLists.txt -@@ -44,6 +44,11 @@ target_link_libraries(konsolekalendar - - install(TARGETS konsolekalendar ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) - -+ecm_qt_install_logging_categories( -+ EXPORT AKONADICALENDARTOOLS -+ FILE console.categories -+ DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR} -+ ) - - ########### install files ############### - --- -2.45.2 - diff --git a/kde-apps/dolphin/dolphin-25.08.3.ebuild b/kde-apps/dolphin/dolphin-25.08.3.ebuild index d1b0631bdcea..74df3438bc55 100644 --- a/kde-apps/dolphin/dolphin-25.08.3.ebuild +++ b/kde-apps/dolphin/dolphin-25.08.3.ebuild @@ -45,7 +45,7 @@ DEPEND=" >=kde-frameworks/kservice-${KFMIN}:6 >=kde-frameworks/ktextwidgets-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/solid-${KFMIN}:6 semantic-desktop? ( diff --git a/kde-apps/dolphin/dolphin-25.12.0.ebuild b/kde-apps/dolphin/dolphin-25.12.0.ebuild index 40494eaf37b6..47f35211c46f 100644 --- a/kde-apps/dolphin/dolphin-25.12.0.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.0.ebuild @@ -45,7 +45,7 @@ DEPEND=" >=kde-frameworks/kservice-${KFMIN}:6 >=kde-frameworks/ktextwidgets-${KFMIN}:6 >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 - >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] >=kde-frameworks/kxmlgui-${KFMIN}:6 >=kde-frameworks/solid-${KFMIN}:6 semantic-desktop? ( diff --git a/kde-apps/ffmpegthumbs/files/ffmpegthumbs-25.08.1-ffmpeg8.patch b/kde-apps/ffmpegthumbs/files/ffmpegthumbs-25.08.1-ffmpeg8.patch deleted file mode 100644 index 09631a98e32a..000000000000 --- a/kde-apps/ffmpegthumbs/files/ffmpegthumbs-25.08.1-ffmpeg8.patch +++ /dev/null @@ -1,96 +0,0 @@ -From d39fae995420d5b78d40a51a5a748c1ecd74a0ee Mon Sep 17 00:00:00 2001 -From: Azhar Momin <azhar-momin@outlook.com> -Date: Sun, 24 Aug 2025 15:50:28 +0530 -Subject: [PATCH] Some cleanup and fix deprecation warnings - ---- - CMakeLists.txt | 8 ++++---- - ffmpegthumbnailer.cpp | 4 ---- - ffmpegthumbnailer/moviedecoder.cpp | 16 ++++++++-------- - 5 files changed, 19 insertions(+), 26 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d794347..696c33e 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -69,8 +69,8 @@ kconfig_add_kcfg_files(ffmpegthumbs ffmpegthumbnailersettings5.kcfgc) - target_link_libraries(ffmpegthumbs - Qt::Core - Qt::Gui -- KF6::KIOWidgets - KF6::KIOCore -+ KF6::KIOGui - KF6::ConfigCore - KF6::ConfigGui - ${AVUTIL_LIBRARIES} -diff --git a/ffmpegthumbnailer.cpp b/ffmpegthumbnailer.cpp -index 40bf1be..8db7629 100644 ---- a/ffmpegthumbnailer.cpp -+++ b/ffmpegthumbnailer.cpp -@@ -12,11 +12,7 @@ - #include <limits> - - #include <KPluginFactory> --#include <QCheckBox> --#include <QFormLayout> - #include <QImage> --#include <QLineEdit> --#include <QSpinBox> - - extern "C" { - #include <libavformat/avformat.h> -diff --git a/ffmpegthumbnailer/moviedecoder.cpp b/ffmpegthumbnailer/moviedecoder.cpp -index 39a7c00..21c3864 100644 ---- a/ffmpegthumbnailer/moviedecoder.cpp -+++ b/ffmpegthumbnailer/moviedecoder.cpp -@@ -89,7 +89,7 @@ void MovieDecoder::destroy() - { - deleteFilterGraph(); - if (m_pVideoCodecContext) { -- avcodec_close(m_pVideoCodecContext); -+ avcodec_free_context(&m_pVideoCodecContext); - m_pVideoCodecContext = nullptr; - } - m_pVideoStream = nullptr; -@@ -215,7 +215,7 @@ void MovieDecoder::seek(int timeInSeconds) - } - - ++keyFrameAttempts; -- } while ((!gotFrame || !m_pFrame->key_frame) && keyFrameAttempts < 200); -+ } while ((!gotFrame || !(m_pFrame->flags & AV_FRAME_FLAG_KEY)) && keyFrameAttempts < 200); - - if (gotFrame == 0) { - qCDebug(ffmpegthumbs_LOG) << "Seeking in video failed"; -@@ -263,15 +263,15 @@ QImageIOHandler::Transformations MovieDecoder::transformations() - return ret; - } - -- for (int i=0; i<m_pVideoStream->nb_side_data; i++) { -- if (m_pVideoStream->side_data[i].type != AV_PKT_DATA_DISPLAYMATRIX) { -+ for (int i=0; i<m_pVideoStream->codecpar->nb_coded_side_data; i++) { -+ if (m_pVideoStream->codecpar->coded_side_data[i].type != AV_PKT_DATA_DISPLAYMATRIX) { - continue; - } -- if (m_pVideoStream->side_data[i].size != sizeof(int32_t) * 9) { -- qCWarning(ffmpegthumbs_LOG) << "Invalid display matrix size" << m_pVideoStream->side_data[i].size << "expected" << sizeof(int32_t) * 9; -+ if (m_pVideoStream->codecpar->coded_side_data[i].size != sizeof(int32_t) * 9) { -+ qCWarning(ffmpegthumbs_LOG) << "Invalid display matrix size" << m_pVideoStream->codecpar->coded_side_data[i].size << "expected" << sizeof(int32_t) * 9; - continue; - } -- int32_t *matrix = reinterpret_cast<int32_t*>(m_pVideoStream->side_data[i].data); -+ int32_t *matrix = reinterpret_cast<int32_t*>(m_pVideoStream->codecpar->coded_side_data[i].data); - double rotation = av_display_rotation_get(matrix); - if (qFuzzyCompare(rotation, 0.)) { - ret |= QImageIOHandler::TransformationNone; -@@ -404,7 +404,7 @@ bool MovieDecoder::processFilterGraph(AVFrame *dst, const AVFrame *src, - - void MovieDecoder::getScaledVideoFrame(int scaledSize, bool maintainAspectRatio, VideoFrame& videoFrame) - { -- if (m_pFrame->interlaced_frame) { -+ if (m_pFrame->flags & AV_FRAME_FLAG_INTERLACED) { - processFilterGraph((AVFrame*) m_pFrame, (AVFrame*) m_pFrame, m_pVideoCodecContext->pix_fmt, - m_pVideoCodecContext->width, m_pVideoCodecContext->height); - } --- -GitLab - diff --git a/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch b/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch deleted file mode 100644 index 3a6d6c9a51d6..000000000000 --- a/kde-apps/kdepim-runtime/files/kdepim-runtime-25.04.2-imap-crash.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 03206dfd6415257627a055347fdd0c3cb0f5372f Mon Sep 17 00:00:00 2001 -From: Carl Schwan <carl@carlschwan.eu> -Date: Mon, 23 Jun 2025 19:41:11 +0200 -Subject: [PATCH] Do not request password twice - -Otherwise the second time will crash as the password was already emitted -and the job deleted - - -(cherry picked from commit 25202045186262a081c960461a8b791f84fccb5c) - -Co-authored-by: Carl Schwan <carl@carlschwan.eu> ---- - resources/imap/settingspasswordrequester.cpp | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/resources/imap/settingspasswordrequester.cpp b/resources/imap/settingspasswordrequester.cpp -index 28891e4e7b..f82d16a397 100644 ---- a/resources/imap/settingspasswordrequester.cpp -+++ b/resources/imap/settingspasswordrequester.cpp -@@ -55,7 +55,6 @@ void SettingsPasswordRequester::requestPassword(RequestType request, const QStri - m_readPasswordJobs.removeAll(job); - }); - m_readPasswordJobs << job; -- job->start(); - } else { - auto password = m_resource->settings()->password(); - if (password.isEmpty()) { --- -GitLab - diff --git a/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch b/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch deleted file mode 100644 index 08a125ee49c0..000000000000 --- a/kde-apps/ktouch/files/ktouch-25.08.0-duplicate-kdoctools.patch +++ /dev/null @@ -1,46 +0,0 @@ -From fe4489c44971fa10f5cd48ec81aa7dc5b4f720e8 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <asturm@gentoo.org> -Date: Sat, 19 Jul 2025 12:27:48 +0200 -Subject: [PATCH] Drop duplicate required KF6DocTools dependency - -It is already being searched for prior to the main KF6 dependencies, -and the docs subdir is being added conditionally, so that will have -been the intention. - -Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> -(cherry picked from commit ba806f96ff3081fe70f02f27b74ebd936ba2d0ad) ---- - CMakeLists.txt | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 47e67c1b..eef9a2b1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -46,7 +46,6 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS - Config - ConfigWidgets - CoreAddons -- DocTools - I18n - ItemViews - KCMUtils -@@ -93,7 +92,6 @@ ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.101.0) - - # subdirectories to build - ecm_optional_add_subdirectory(data) --ecm_optional_add_subdirectory(doc) - ecm_optional_add_subdirectory(src) - # ecm_optional_add_subdirectory(sounds) - ecm_optional_add_subdirectory(icons) -@@ -101,6 +99,7 @@ ecm_optional_add_subdirectory(icons) - # files to install in the ktouch project root directory - ki18n_install(po) - if (KF6DocTools_FOUND) -+ ecm_optional_add_subdirectory(doc) - kdoctools_install(po) - endif() - install( PROGRAMS org.kde.ktouch.desktop DESTINATION ${KDE_INSTALL_APPDIR} ) --- -2.51.0 - |
