mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
sway: remove xorg-server-xwayland dependency. Claim maintainer.
This commit is contained in:
parent
3298c541d5
commit
c2204c17e6
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue