chore: avoid shipping upstream wallpaper

This commit is contained in:
Regolith Linux 2024-03-14 20:07:50 -07:00
parent 94a15410ee
commit d8c5debd63
2 changed files with 11 additions and 0 deletions

10
debian/patches/03-disable-wallpaper vendored Normal file
View file

@ -0,0 +1,10 @@
Index: sway-regolith/meson_options.txt
===================================================================
--- sway-regolith.orig/meson_options.txt
+++ sway-regolith/meson_options.txt
@@ -1,4 +1,4 @@
-option('default-wallpaper', type: 'boolean', value: true, description: 'Install the default wallpaper.')
+option('default-wallpaper', type: 'boolean', value: false, description: 'Install the default wallpaper.')
option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')

View file

@ -1,2 +1,3 @@
01-regolith-trawl.patch 01-regolith-trawl.patch
02-version-fix.patch 02-version-fix.patch
03-disable-wallpaper