[SCM] KDE Base Applications module packaging branch, master, updated. debian/16.04.3-1-4-gcb3bcce
Pino Toscano
pino at moszumanska.debian.org
Sun Aug 28 11:10:56 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kde-baseapps.git;a=commitdiff;h=243929f
The following commit has been merged in the master branch:
commit 243929fe5f0355491fa107ea7b3a56cf21805fdf
Author: Pino Toscano <pino at debian.org>
Date: Sun Aug 28 12:47:05 2016 +0200
pass -DBUILD_plasma=false to cmake to disable build of Plasma stuff
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 382a76b..688aaf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kde-baseapps (4:16.08.0-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Update the patches:
- disable_plasma.diff: drop, fixed upstream
+ * Pass -DBUILD_plasma=false to cmake to disable the build of Plasma stuff.
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 28 Aug 2016 12:44:09 +0200
diff --git a/debian/rules b/debian/rules
index ed0932b..75114e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
override_dh_auto_configure:
- $(overridden_command) -- -DKDE4_BUILD_TESTS=false
+ $(overridden_command) -- -DKDE4_BUILD_TESTS=false -DBUILD_plasma=false
override_dh_auto_test:
# Disable dh_auto_test at build time
--
KDE Base Applications module packaging
More information about the pkg-kde-commits
mailing list