mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
chore: avoid shipping upstream wallpaper
This commit is contained in:
parent
94a15410ee
commit
d8c5debd63
2 changed files with 11 additions and 0 deletions
10
debian/patches/03-disable-wallpaper
vendored
Normal file
10
debian/patches/03-disable-wallpaper
vendored
Normal 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.')
|
||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
|
@ -1,2 +1,3 @@
|
|||
01-regolith-trawl.patch
|
||||
02-version-fix.patch
|
||||
03-disable-wallpaper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue