From d8c5debd63b3af3ba06199e38f9a1aa784ef04cd Mon Sep 17 00:00:00 2001 From: Regolith Linux Date: Thu, 14 Mar 2024 20:07:50 -0700 Subject: [PATCH] chore: avoid shipping upstream wallpaper --- debian/patches/03-disable-wallpaper | 10 ++++++++++ debian/patches/series | 1 + 2 files changed, 11 insertions(+) create mode 100644 debian/patches/03-disable-wallpaper diff --git a/debian/patches/03-disable-wallpaper b/debian/patches/03-disable-wallpaper new file mode 100644 index 000000000..185914055 --- /dev/null +++ b/debian/patches/03-disable-wallpaper @@ -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.') diff --git a/debian/patches/series b/debian/patches/series index 01e885e6c..f63bcf293 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01-regolith-trawl.patch 02-version-fix.patch +03-disable-wallpaper