[neon/kde/breeze/Neon/unstable] debian: bring back the no-90's-generator
Harald Sitter
null at kde.org
Tue Mar 14 16:59:53 GMT 2023
Git commit 95ab679c84499c3c75178006ec72038667ef059a by Harald Sitter.
Committed on 14/03/2023 at 16:59.
Pushed by sitter into branch 'Neon/unstable'.
bring back the no-90's-generator
M +7 -0 debian/rules
https://invent.kde.org/neon/kde/breeze/commit/95ab679c84499c3c75178006ec72038667ef059a
diff --git a/debian/rules b/debian/rules
index 47c772a..e80fbae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,12 @@
%:
dh $@ --with kf6 --buildsystem kf6
+override_dh_install:
+ # This is required to make sure Plasma does not
+ # fall back to a cursor theme from the 90's
+ CURDIR=$(CURDIR) $(CURDIR)/debian/wrapperthemes.sh breeze_cursors \
+ Breeze_Snow
+ dh_install
+
override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list