[SCM] breeze packaging branch, master, updated. e1436da95f1feb241fec0c088156c63b79dd7417
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Mar 21 10:18:23 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze.git;a=commitdiff;h=2d14eed
The following commit has been merged in the master branch:
commit 2d14eed382b38a0bdbcc18b4e9ecd65c454477c6
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Sat Feb 7 14:48:52 2015 +0100
Build the kde4 version
---
debian/control | 2 +-
debian/rules | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 42e8fce..38b4f4e 100644
--- a/debian/control
+++ b/debian/control
@@ -101,7 +101,7 @@ Section: debug
Priority: extra
Architecture: any
Recommends: qtbase5-dbg
-Depends: breeze (= ${binary:Version}) | kwin-style-breeze (= ${binary:Version}) | kde-style-breeze (= ${binary:Version}) | qml-module-qtquick-controls-styles-breeze (= ${binary:Version}),
+Depends: breeze (= ${binary:Version}) | kwin-style-breeze (= ${binary:Version}) | kde-style-breeze (= ${binary:Version}) | kde-style-breeze-qt4 (= ${binary:Version}) | qml-module-qtquick-controls-styles-breeze (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for the Breeze desktop theme
The Breeze desktop theme is used by Plasma and other KDE Software.
diff --git a/debian/rules b/debian/rules
index 2011cc6..fcebaa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,21 @@
include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+override_dh_auto_clean:
+ $(overridden_command)
+ rm -rf build-qt4
+
+override_dh_auto_configure:
+ $(overridden_command)
+ $(overridden_command) --builddirectory=build-qt4 -- -DUSE_KDE4=true
+
+override_dh_auto_build:
+ $(overridden_command)
+ $(overridden_command) --builddirectory=build-qt4
+
+override_dh_auto_install:
+ $(overridden_command)
+ $(overridden_command) --builddirectory=build-qt4
+
override_dh_strip:
$(overridden_command) --dbg-package=breeze-dbg
--
breeze packaging
More information about the pkg-kde-commits
mailing list