Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 634714 Details for
Bug 719666
kde-apps/okular-20.04.0 fails to configure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
okular-20.04.0-tests.patch
okular-20.04.0-tests.patch (text/plain), 1.92 KB, created by
Tiger
on 2020-04-26 16:03:33 UTC
(
hide
)
Description:
okular-20.04.0-tests.patch
Filename:
MIME Type:
Creator:
Tiger
Created:
2020-04-26 16:03:33 UTC
Size:
1.92 KB
patch
obsolete
>--- a/generators/chm/CMakeLists.txt 2020-04-26 17:31:51.650933662 +0200 >+++ b/generators/chm/CMakeLists.txt 2020-04-26 17:34:12.068103022 +0200 >@@ -32,11 +32,9 @@ > > ########### autotests ############### > >-add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" ) >-ecm_add_test(autotests/chmgeneratortest.cpp >- TEST_NAME "chmgeneratortest" >- LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore >-) >+if(BUILD_TESTING) >+ add_subdirectory(autotests) >+endif() > > target_compile_definitions(chmgeneratortest PRIVATE -DGENERATOR_PATH="$<TARGET_FILE:okularGenerator_chmlib>") > >--- a/generators/kimgio/CMakeLists.txt 2020-04-26 17:30:07.428851736 +0200 >+++ b/generators/kimgio/CMakeLists.txt 2020-04-26 17:31:18.758496633 +0200 >@@ -13,10 +13,7 @@ > target_link_libraries(okularGenerator_kimgio okularcore KF5::KExiv2 KF5::I18n) > > if(BUILD_TESTING) >- add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" ) >- set( kimgiotest_SRCS tests/kimgiotest.cpp ${CMAKE_SOURCE_DIR}/ui/pagepainter.cpp ${CMAKE_SOURCE_DIR}/ui/guiutils.cpp ${CMAKE_SOURCE_DIR}/ui/debug_ui.cpp ) >- ecm_add_test(${kimgiotest_SRCS} TEST_NAME "kimgiotest" LINK_LIBRARIES okularcore okularpart Qt5::Svg Qt5::Test) >- target_compile_definitions(kimgiotest PRIVATE -DGENERATOR_PATH="$<TARGET_FILE:okularGenerator_kimgio>") >+ add_subdirectory(tests) > endif() > > >--- a/generators/comicbook/CMakeLists.txt 2020-04-26 17:35:15.735919143 +0200 >+++ b/generators/comicbook/CMakeLists.txt 2020-04-26 17:36:15.811940374 +0200 >@@ -31,11 +31,9 @@ > > ########### autotests ############### > >-add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" ) >-ecm_add_test(autotests/comicbooktest.cpp >- TEST_NAME "comicbooktest" >- LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore okular_comicbook >-) >+if(BUILD_TESTING) >+ add_subdirectory(autotests) >+endif() > > ########### install files ############### > install( FILES okularComicbook.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 719666
: 634714