mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
migrate to cmake bdep dev-qt/qttools is not really required as translations are completely unfinished. qtbase[xml] is not strictly required by package, because src/parser.h calls two classes provided by dev-qt/qtbase[-xml]. But qt5compat (and cmake) wants it. A patch would be irrelevant. Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/41429 Closes: https://github.com/gentoo/gentoo/pull/41429 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
413 B
Diff
14 lines
413 B
Diff
Use the dedicated variable for doc
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 65c1fce..8e72300 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -335,7 +341,7 @@ elseif(LINUX)
|
|
|
|
# Install documentation
|
|
install(FILES CHANGELOG.md README.md TODO COPYING AUTHORS INSTALL
|
|
- DESTINATION "${CMAKE_INSTALL_DATADIR}/doc/socnetv"
|
|
+ DESTINATION "${CMAKE_INSTALL_DOCDIR}"
|
|
)
|
|
|
|
endif()
|