sway: remove xorg-server-xwayland dependency. Claim maintainer.

This commit is contained in:
Érico Rolim 2020-04-11 17:46:36 -03:00 committed by Daniel Kolesa
parent 3298c541d5
commit c2204c17e6

View file

@ -1,16 +1,16 @@
# Template file for 'sway' # Template file for 'sway'
pkgname=sway pkgname=sway
version=1.4 version=1.4
revision=1 revision=2
build_style=meson build_style=meson
conf_files="/etc/sway/config" conf_files="/etc/sway/config"
hostmakedepends="pkg-config wayland-devel scdoc git" hostmakedepends="pkg-config wayland-devel scdoc git"
makedepends="xcb-util-wm-devel xcb-util-errors-devel wlroots-devel makedepends="xcb-util-wm-devel xcb-util-errors-devel wlroots-devel
wayland-devel wayland-protocols pcre-devel wayland-devel wayland-protocols pcre-devel
json-c-devel pango-devel cairo-devel gdk-pixbuf-devel" json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
depends="swaybg xorg-server-xwayland $(vopt_if elogind elogind)" depends="swaybg $(vopt_if elogind elogind)"
short_desc="Tiling Wayland compositor compatible with i3" short_desc="Tiling Wayland compositor compatible with i3"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT" license="MIT"
homepage="https://swaywm.org" homepage="https://swaywm.org"
distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz" distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"