gentoo-ebuilds/app-misc/socnetv/files/socnetv-3.2-docdir.patch
Nicolas PARLANT 325ac04dee
app-misc/socnetv: add 3.2
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>
2025-04-26 02:15:11 +01:00

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()