[SCM] breeze packaging branch, kubuntu_unstable, updated. ubuntu/4%5.3.2-0ubuntu1-4-g21d6579

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jul 9 12:46:18 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze.git;a=commitdiff;h=21d6579

The following commit has been merged in the kubuntu_unstable branch:
commit 21d65795d6e9eff97f568fcec3c14d111471d5e8
Author: Rohan Garg <rohan at garg.io>
Date:   Thu Jul 9 14:45:59 2015 +0200

    Fix issue with postinst maintscripts
---
 debian/breeze-cursor-theme.install | 4 ++++
 debian/rules                       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/debian/breeze-cursor-theme.install b/debian/breeze-cursor-theme.install
index 11947c0..c46a1b8 100644
--- a/debian/breeze-cursor-theme.install
+++ b/debian/breeze-cursor-theme.install
@@ -1,3 +1,7 @@
+
+# Do NOT remove these files, they are required by the postinst maintscript
+# These are generated by the wrapperthemes.sh call in debian/rules, please
+# fix that instead if this breaks.
 etc/X11/cursors/Breeze_Snow.theme
 etc/X11/cursors/breeze_cursors.theme
 usr/share/icons/Breeze_Snow/
diff --git a/debian/rules b/debian/rules
index 6738731..4bd840e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ override_dh_auto_configure:
 	$(overridden_command) --builddirectory=build-qt4 -- -DUSE_KDE4=true
 
 override_dh_auto_build:
+	# This is required to make sure Plasma does not
+	# fall back to a cursor theme from the 90's
+	debian/wrapperthemes.sh breeze_cursors
+	debian/wrapperthemes.sh Breeze_Snow
 	$(overridden_command)
 	$(overridden_command) --builddirectory=build-qt4
 

-- 
breeze packaging



More information about the pkg-kde-commits mailing list