[neon/kde/breeze/Neon/unstable] debian: snow becomes light
Carlos De Maine
null at kde.org
Sun Jul 9 12:40:47 BST 2023
Git commit c32a865846ae99cac13c17c3bd7c2f7fa92f8479 by Carlos De Maine.
Committed on 09/07/2023 at 11:40.
Pushed by carlosdem into branch 'Neon/unstable'.
snow becomes light
M +2 -2 debian/breeze-cursor-theme.install
M +3 -3 debian/breeze-cursor-theme.postinst
M +1 -1 debian/breeze-cursor-theme.prerm
M +1 -1 debian/rules
https://invent.kde.org/neon/kde/breeze/-/commit/c32a865846ae99cac13c17c3bd7c2f7fa92f8479
diff --git a/debian/breeze-cursor-theme.install b/debian/breeze-cursor-theme.install
index 07f5629..6d363c4 100644
--- a/debian/breeze-cursor-theme.install
+++ b/debian/breeze-cursor-theme.install
@@ -1,7 +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_Light.theme
etc/X11/cursors/breeze_cursors.theme
-usr/share/icons/Breeze_Snow/
+usr/share/icons/Breeze_Light/
usr/share/icons/breeze_cursors/
diff --git a/debian/breeze-cursor-theme.postinst b/debian/breeze-cursor-theme.postinst
index b52cf34..c522bfa 100644
--- a/debian/breeze-cursor-theme.postinst
+++ b/debian/breeze-cursor-theme.postinst
@@ -8,9 +8,9 @@ ICONDIR=/etc/X11/cursors
update-alternatives --install $TARGET x-cursor-theme \
$ICONDIR/breeze_cursors.theme 102
-# Breeze_Snow with 41 (Oxygen+1) priority
+# Breeze_Light with 41 (Oxygen+1) priority
update-alternatives --install $TARGET x-cursor-theme \
- $ICONDIR/Breeze_Snow.theme 41
+ $ICONDIR/Breeze_Light.theme 41
case "$1" in
configure)
@@ -20,7 +20,7 @@ case "$1" in
if [ -n "$version" ] && \
dpkg --compare-versions "$version" lt "4:5.4.1-2~"; then
update-alternatives --remove x-cursor-theme \
- /usr/share/icons/Breeze_Snow/index.theme || true
+ /usr/share/icons/Breeze_Light/index.theme || true
update-alternatives --remove x-cursor-theme \
/usr/share/icons/breeze_cursors/index.theme || true
fi
diff --git a/debian/breeze-cursor-theme.prerm b/debian/breeze-cursor-theme.prerm
index 5686105..7a53c7b 100644
--- a/debian/breeze-cursor-theme.prerm
+++ b/debian/breeze-cursor-theme.prerm
@@ -8,7 +8,7 @@ case "$1" in
update-alternatives --remove x-cursor-theme \
$ICONDIR/breeze_cursors.theme
update-alternatives --remove x-cursor-theme \
- $ICONDIR/Breeze_Snow.theme
+ $ICONDIR/Breeze_Light.theme
;;
esac
diff --git a/debian/rules b/debian/rules
index e80fbae..cec3fa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ 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
+ Breeze_Light
dh_install
override_dh_shlibdeps:
More information about the Neon-commits
mailing list