https://bugs.kde.org/show_bug.cgi?id=432375

--- Comment #3 from Jean-Baptiste Mardelle <j...@kdenlive.org> ---
Oh... sorry for the noise. The problem actually is that I was trying to fetch
translations using an older version of KDE Frameworks (5.68). This version
contains a different REGEXP :

string(REGEX MATCHALL ".+[:\\/]([-A-Za-z0-9]+)(.git)?\\s*" "" ${giturl})

https://invent.kde.org/frameworks/extra-cmake-modules/-/blob/v5.68.0/kde-modules/KDECMakeSettings.cmake#L324

Which breaks as described in my report. You are right, the REGEXP is now
correct and the bug is fixed. It's just that we cannot build with translations
on previous Frameworks versions older than 5.76...

And there doesn't seem to be a way to override the project name extracted by
the regexp..

But I guess nothing can be done...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to