Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Package not found: openSUSE:Slowroll:Build:1/rpmlint
windows:mingw:win32
mingw32-kcoreaddons
kcoreaddons-5.103.0-build-fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kcoreaddons-5.103.0-build-fixes.patch of Package mingw32-kcoreaddons
diff -ur kcoreaddons-5.103.0.orig/KF5CoreAddonsConfig.cmake.in kcoreaddons-5.103.0/KF5CoreAddonsConfig.cmake.in --- kcoreaddons-5.103.0.orig/KF5CoreAddonsConfig.cmake.in 2023-02-05 10:19:24.000000000 +0100 +++ kcoreaddons-5.103.0/KF5CoreAddonsConfig.cmake.in 2024-07-04 17:00:02.217586364 +0200 @@ -47,6 +47,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/KF5CoreAddonsToolingTargets.cmake") if(CMAKE_CROSSCOMPILING AND DESKTOPTOJSON_EXECUTABLE) set_target_properties(KF5::desktoptojson PROPERTIES IMPORTED_LOCATION_NONE ${DESKTOPTOJSON_EXECUTABLE}) + set_target_properties(KF5::desktoptojson PROPERTIES IMPORTED_LOCATION_RELWITHDEBINFO ${DESKTOPTOJSON_EXECUTABLE}) set_target_properties(KF5::desktoptojson PROPERTIES IMPORTED_LOCATION ${DESKTOPTOJSON_EXECUTABLE}) endif() endif() diff -ur kcoreaddons-5.103.0.orig/src/lib/util/kmemoryinfo.cpp kcoreaddons-5.103.0/src/lib/util/kmemoryinfo.cpp --- kcoreaddons-5.103.0.orig/src/lib/util/kmemoryinfo.cpp 2023-02-05 10:19:24.000000000 +0100 +++ kcoreaddons-5.103.0/src/lib/util/kmemoryinfo.cpp 2024-07-02 14:43:28.948849718 +0200 @@ -15,8 +15,8 @@ // clang-format off #if defined(Q_OS_WINDOWS) - #include <Windows.h> // Windows.h must stay above Pspapi.h - #include <Psapi.h> + #include <windows.h> // Windows.h must stay above Pspapi.h + #include <psapi.h> #elif defined(Q_OS_LINUX) || defined(Q_OS_ANDROID) #include <QByteArray> #include <QFile>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor