[SCM] kget packaging branch, master, updated. debian/16.08.0-2-4-ga040f79

Pino Toscano pino at moszumanska.debian.org
Tue Sep 5 19:00:03 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kget.git;a=commitdiff;h=a040f79

The following commit has been merged in the master branch:
commit a040f79f1db0c13881f90a7d74681581c9ccfaa7
Author: Pino Toscano <pino at debian.org>
Date:   Tue Sep 5 20:55:10 2017 +0200

    drop plasma4 stuff
---
 debian/changelog                   |  2 ++
 debian/patches/disable-plasma.diff | 18 ++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e9b7ab4..2588200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ kget (4:16.08.0-3) UNRELEASED; urgency=medium
       is currently updated to the KF5 version
     - drop libsoprano-dev, and shared-desktop-ontologies, as the Nepomuk
       support was dropped long ago
+  * Disable the build of applets and runner for Plasma4 since they are not
+    useful without a Plasma4 environment; patch disable-plasma.diff.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 05 Sep 2017 20:04:57 +0200
 
diff --git a/debian/patches/disable-plasma.diff b/debian/patches/disable-plasma.diff
new file mode 100644
index 0000000..8a139b8
--- /dev/null
+++ b/debian/patches/disable-plasma.diff
@@ -0,0 +1,18 @@
+Author: Pino Toscano <pino at debian.org>
+Description: Disable build of Plasma4 stuff
+ Do not built the applets and the runner for Plasma4, since they are not
+ useful outside a Plasma4 environment.
+Last-Update: 2017-09-05
+Forwarded: not-needed
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -103,7 +103,7 @@ add_subdirectory(transfer-plugins)
+ add_subdirectory(extensions)
+ add_subdirectory(sounds)
+ add_subdirectory(desktop)
+-add_subdirectory(plasma)
++#add_subdirectory(plasma)
+ add_subdirectory(tests)
+ add_subdirectory(doc)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4c94d4d..a56d3d7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ disable_kget_test_transfers
 disable_kget-verifiertest
 kget_testjob_finished_stays
 minified_file
+disable-plasma.diff

-- 
kget packaging



More information about the pkg-kde-commits mailing list