rev 21017 - in kde-extras/skrooge/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Wed Feb 7 21:34:58 UTC 2018


Author: pino
Date: 2018-02-07 21:34:58 +0000 (Wed, 07 Feb 2018)
New Revision: 21017

Added:
   kde-extras/skrooge/trunk/debian/patches/
   kde-extras/skrooge/trunk/debian/patches/series
   kde-extras/skrooge/trunk/debian/patches/upstream_cmake-fix-KDocTools-variable-name.patch
Modified:
   kde-extras/skrooge/trunk/debian/changelog
Log:
enable  the build of the English documentation

backport upstream commit 4d1f422b65fee6252787441b344571d5de3dd425


Modified: kde-extras/skrooge/trunk/debian/changelog
===================================================================
--- kde-extras/skrooge/trunk/debian/changelog	2018-02-07 21:02:25 UTC (rev 21016)
+++ kde-extras/skrooge/trunk/debian/changelog	2018-02-07 21:34:58 UTC (rev 21017)
@@ -3,6 +3,9 @@
   [ Pino Toscano ]
   * New upstream release.
   * Simplify watch file, and switch it to https.
+  * Backport upstream commit 4d1f422b65fee6252787441b344571d5de3dd425 to enable
+    the build of the English documentation; patch
+    upstream_cmake-fix-KDocTools-variable-name.patch.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 07 Feb 2018 22:00:22 +0100
 

Added: kde-extras/skrooge/trunk/debian/patches/series
===================================================================
--- kde-extras/skrooge/trunk/debian/patches/series	                        (rev 0)
+++ kde-extras/skrooge/trunk/debian/patches/series	2018-02-07 21:34:58 UTC (rev 21017)
@@ -0,0 +1 @@
+upstream_cmake-fix-KDocTools-variable-name.patch

Added: kde-extras/skrooge/trunk/debian/patches/upstream_cmake-fix-KDocTools-variable-name.patch
===================================================================
--- kde-extras/skrooge/trunk/debian/patches/upstream_cmake-fix-KDocTools-variable-name.patch	                        (rev 0)
+++ kde-extras/skrooge/trunk/debian/patches/upstream_cmake-fix-KDocTools-variable-name.patch	2018-02-07 21:34:58 UTC (rev 21017)
@@ -0,0 +1,30 @@
+From 4d1f422b65fee6252787441b344571d5de3dd425 Mon Sep 17 00:00:00 2001
+From: Pino Toscano <pino at kde.org>
+Date: Wed, 7 Feb 2018 22:31:52 +0100
+Subject: [PATCH] cmake: fix KDocTools variable name
+
+Use the right variable to know whether KDocTools was found, so the
+English documentation is built again.
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 9aa56d0bf..dece980da 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -208,9 +208,9 @@ IF(SKG_BUILD_TEST AND NOT WIN32)
+     ADD_SUBDIRECTORY(tests)
+ ENDIF(SKG_BUILD_TEST AND NOT WIN32)
+ 
+-IF(KF5DOCTOOLS_FOUND)
++IF(KF5DocTools_FOUND)
+   ADD_SUBDIRECTORY(doc)
+-ENDIF(KF5DOCTOOLS_FOUND)
++ENDIF(KF5DocTools_FOUND)
+ 
+ #Main application
+ ADD_SUBDIRECTORY(skrooge)
+-- 
+2.15.1
+




More information about the pkg-kde-commits mailing list