You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/kile/files/kile-2.9.92-nodocfiles.patch

30 lines
769 B

From 03e7b00321c5474330c97812b4e6a6550e54931c Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Wed, 19 Dec 2018 13:36:12 +0100
Subject: [PATCH] Disable install misc files by cmake
AUTHORS, README, Changelog etc. are handled by distribution packages.
---
CMakeLists.txt | 8 --------
1 file changed, 8 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4a278e1..bb78d839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,11 +117,4 @@ install(
DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kconf_update)
-install(FILES
- AUTHORS
- ChangeLog
- README
- README.cwl
- kile-remote-control.txt
- DESTINATION ${KDE_INSTALL_DATAROOTDIR}/doc/kile)
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
--
2.20.1