diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2026-02-17 18:16:39 +0200 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2026-02-17 18:16:39 +0200 |
| commit | 4f12f3b8306ad9579e2b41278cc3332a3d067149 (patch) | |
| tree | 74db62252751e8fe2c0188535d819f2de2ad9cfc /xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild | |
| parent | package.use: rewrite comments (diff) | |
| download | orf-overlay-4f12f3b8306ad9579e2b41278cc3332a3d067149.tar.gz orf-overlay-4f12f3b8306ad9579e2b41278cc3332a3d067149.zip | |
xfce-base/xfdesktop: add Fix-the-broken-background-picture-setup-on-Wayland.patch
Small hack that fixes setting up the wallpaper on wayland using
xfdesktop. Taken from https://gitlab.xfce.org/xfce/xfdesktop/-/issues/413#note_109994
Diffstat (limited to 'xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild')
| -rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild index cfecdd1..cb63940 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild | |||
| @@ -48,6 +48,14 @@ BDEPEND=" | |||
| 48 | virtual/pkgconfig | 48 | virtual/pkgconfig |
| 49 | " | 49 | " |
| 50 | 50 | ||
| 51 | PATCHES=( | ||
| 52 | "${FILESDIR}/0001-Fix-the-broken-background-picture-setup-on-Wayland.patch" | ||
| 53 | ) | ||
| 54 | |||
| 55 | src_prepare() { | ||
| 56 | default | ||
| 57 | } | ||
| 58 | |||
| 51 | src_configure() { | 59 | src_configure() { |
| 52 | local emesonargs=( | 60 | local emesonargs=( |
| 53 | $(meson_feature wayland) | 61 | $(meson_feature wayland) |
