summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-05-29 10:07:01 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-05-29 10:07:15 -0500
commit1017774816ab4e2ccec2a9eafee732301dcd6fc6 (patch)
tree9f0b89b9b8ce15a01cce6894bd370dffb168c052 /gui-wm/sway
parentdev-vcs/stgit: version bump, 0.22 (diff)
downloadgentoo-1017774816ab4e2ccec2a9eafee732301dcd6fc6.tar.gz
gentoo-1017774816ab4e2ccec2a9eafee732301dcd6fc6.tar.bz2
gentoo-1017774816ab4e2ccec2a9eafee732301dcd6fc6.zip
gui-wm/sway: add jpeg flag to gtk-pixbuff for wallpapers
Closes: https://bugs.gentoo.org/725680 Closes: https://bugs.gentoo.org/704302 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway')
-rw-r--r--gui-wm/sway/sway-1.4-r2.ebuild (renamed from gui-wm/sway/sway-1.4-r1.ebuild)1
-rw-r--r--gui-wm/sway/sway-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/gui-wm/sway/sway-1.4-r1.ebuild b/gui-wm/sway/sway-1.4-r2.ebuild
index 7329df134bb2..6c71bb032181 100644
--- a/gui-wm/sway/sway-1.4-r1.ebuild
+++ b/gui-wm/sway/sway-1.4-r2.ebuild
@@ -40,6 +40,7 @@ DEPEND="
swayidle? ( gui-apps/swayidle )
swaylock? ( gui-apps/swaylock )
systemd? ( >=sys-apps/systemd-239 )
+ wallpapers? ( x11-libs/gdk-pixbuf:2[jpeg] )
X? ( x11-libs/libxcb:0= )
"
if [[ ${PV} == 9999 ]]; then
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index 4e8d954b57fd..e4618c207ab9 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -40,6 +40,7 @@ DEPEND="
swayidle? ( gui-apps/swayidle )
swaylock? ( gui-apps/swaylock )
systemd? ( >=sys-apps/systemd-239 )
+ wallpapers? ( x11-libs/gdk-pixbuf:2[jpeg] )
X? ( x11-libs/libxcb:0= )
"
if [[ ${PV} == 9999 ]]; then