From 34d19240e2fde41dd63ac28cf2b86c4ada24f3fc Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 5 Apr 2021 23:17:27 +0000 Subject: games-util/antimicro: port to cmake.eclass (cmake-utils--), fix compressed man Closes: https://bugs.gentoo.org/750518 Signed-off-by: Sam James --- .../files/antimicro-2.23-no-compress-man-page.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch (limited to 'games-util/antimicro/files') diff --git a/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch b/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch new file mode 100644 index 000000000000..b18e6f2dfb43 --- /dev/null +++ b/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch @@ -0,0 +1,13 @@ +diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt +index bb8977b..3e7ebe7 100644 +--- a/other/CMakeLists.txt ++++ b/other/CMakeLists.txt +@@ -1,7 +1,3 @@ + add_subdirectory(appdata) + +-add_custom_target(manpage) +-add_custom_command(TARGET manpage PRE_BUILD +- COMMAND gzip -c "${PROJECT_SOURCE_DIR}/other/antimicro.1" > "antimicro.1.gz" VERBATIM +-) +-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/antimicro.1.gz" DESTINATION "share/man/man1") ++install(FILES "${PROJECT_SOURCE_DIR}/other/antimicro.1" DESTINATION "share/man/man1") -- cgit v1.2.3-65-gdbad