summaryrefslogtreecommitdiffstats
path: root/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild
diff options
context:
space:
mode:
authorOrfeas <38209077+0xfea5@users.noreply.github.com>2026-02-17 18:16:39 +0200
committerOrfeas <38209077+0xfea5@users.noreply.github.com>2026-02-17 18:16:39 +0200
commit4f12f3b8306ad9579e2b41278cc3332a3d067149 (patch)
tree74db62252751e8fe2c0188535d819f2de2ad9cfc /xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild
parentpackage.use: rewrite comments (diff)
downloadorf-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.ebuild8
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
51PATCHES=(
52 "${FILESDIR}/0001-Fix-the-broken-background-picture-setup-on-Wayland.patch"
53)
54
55src_prepare() {
56 default
57}
58
51src_configure() { 59src_configure() {
52 local emesonargs=( 60 local emesonargs=(
53 $(meson_feature wayland) 61 $(meson_feature wayland)