File: append_kde.diff

package info (click to toggle)
kde-dev-scripts 4%3A16.08.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,488 kB
  • ctags: 1,026
  • sloc: perl: 15,231; lisp: 5,559; sh: 4,137; python: 3,566; ruby: 2,174; makefile: 11; sed: 9
file content (27 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Date: Thu, 21 Apr 2016 02:27:13 +0200
Subject: append_kde

---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4879e87..8337ffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,7 +76,6 @@ install(PROGRAMS
   cvs-clean
   cvsblame
   colorsvn
-  svn-clean
   svnlastchange
   svnversions
   extractrc
@@ -99,4 +98,6 @@ install(PROGRAMS
   grantlee_strings_extractor.py
   DESTINATION ${BIN_INSTALL_DIR})
 
+install(PROGRAMS svn-clean DESTINATION ${BIN_INSTALL_DIR} RENAME svn-clean-kde)
+
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)