diff options
| author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-20 20:48:11 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-03-25 14:21:47 +0100 |
| commit | 29f1bba8540d704ff85472599b57c5f3f90697d9 (patch) | |
| tree | 125a24f09c8e60dcb09ac9588d75e0bcbc83ee38 /kde-apps/cantor/files/cantor-15.12.3-tests.patch | |
| parent | b04e8ce223219345b475c3fc77d6c5bcc027ac0e (diff) | |
| download | kde-29f1bba8540d704ff85472599b57c5f3f90697d9.tar.gz kde-29f1bba8540d704ff85472599b57c5f3f90697d9.tar.bz2 kde-29f1bba8540d704ff85472599b57c5f3f90697d9.zip | |
kde-apps: Add 16.04 stable branch
With a few exceptions:
- kde-runtime: No commits since 15.12
- kde-baseapps: No commits since 15.12
- kdeaccessibility-meta: No commits since 15.12
- kdewebdev-meta: No commits in years
- libkdeedu:4: Slated for removal in 16.08 but already unused
Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-apps/cantor/files/cantor-15.12.3-tests.patch')
| -rw-r--r-- | kde-apps/cantor/files/cantor-15.12.3-tests.patch | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/cantor/files/cantor-15.12.3-tests.patch b/kde-apps/cantor/files/cantor-15.12.3-tests.patch new file mode 100644 index 00000000000..5cea78d6c3a --- /dev/null +++ b/kde-apps/cantor/files/cantor-15.12.3-tests.patch @@ -0,0 +1,49 @@ +--- a/src/backends/maxima/CMakeLists.txt 2016-03-21 02:16:05.549024821 +0100 ++++ b/src/backends/maxima/CMakeLists.txt 2016-03-21 02:22:07.951014021 +0100 +@@ -21,12 +21,14 @@ + target_link_libraries(cantor_maximabackend KF5::Pty) + endif(NOT WIN32) + ++if (BUILD_TESTING) + add_executable( testmaxima testmaxima.cpp) + target_link_libraries( testmaxima + cantorlibs + cantortest + ${QTTEST_LIBRARY} + ) ++endif() + + install( FILES cantor_maxima.knsrc DESTINATION ${KDE_INSTALL_CONFDIR} ) + install( FILES keywords.xml cantor-initmaxima.lisp DESTINATION ${KDE_INSTALL_DATADIR}/cantor/maximabackend) +--- a/src/backends/sage/CMakeLists.txt 2016-03-21 01:23:19.251791138 +0100 ++++ b/src/backends/sage/CMakeLists.txt 2016-03-21 01:27:16.300827617 +0100 +@@ -17,12 +17,14 @@ + + target_link_libraries( cantor_sagebackend KF5::Pty) + ++if (BUILD_TESTING) + add_executable( testsage testsage.cpp) + target_link_libraries( testsage + ${QT_QTTEST_LIBRARY} + cantorlibs + cantortest + ) ++endif() + + install( FILES cantor_sage.knsrc DESTINATION ${KDE_INSTALL_CONFDIR} ) + install( FILES keywords.xml DESTINATION ${KDE_INSTALL_DATADIR}/cantor/sagebackend) +--- a/src/backends/python2/CMakeLists.txt 2016-03-21 01:28:39.055793038 +0100 ++++ b/src/backends/python2/CMakeLists.txt 2016-03-21 01:35:01.451012440 +0100 +@@ -20,10 +20,12 @@ + cantor_pythonbackend + ) + ++if (BUILD_TESTING) + add_executable(testpython2 testpython2.cpp) + target_link_libraries(testpython2 ${QT_QTTEST_LIBRARY} cantorlibs cantortest) + + add_test(NAME testpython2 COMMAND testpython2) ++endif() + + install(FILES cantor_python2.knsrc DESTINATION ${KDE_INSTALL_CONFDIR}) + install(FILES python2backend.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}) |
