summaryrefslogtreecommitdiff
blob: c338aedaf70737dfe887575366facace9cc3b810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>bman@gentoo.org</email>
		<name>Aaron Bauman</name>
	</maintainer>
	<maintainer type="person">
		<email>prometheanfire@gentoo.org</email>
		<name>Matthew Thode</name>
	</maintainer>
	<maintainer type="person" proxied="yes">
		<email>speedjack95@gmail.com</email>
		<name>Niccolò Scatena</name>
	</maintainer>
	<longdescription lang="en">
		"SirCmpwn's Wayland window manager" is an i3-compatible window manager
		for Wayland.

		sway was created to fill the need of an i3-like window manager for
		Wayland. The upstream i3 developers have no intention of porting i3 to
		Wayland, and projects proposed by others ended up as vaporware. Many
		thanks to the i3 folks for providing such a great piece of software, so
		good that your users would rather write an entirely new window manager
		from scratch that behaved *exactly* like i3 rather than switch to
		something else.
	</longdescription>
	<use>
		<flag name="elogind">Enable support for rootless session via elogind</flag>
		<flag name="fish-completion">Enable fish completion support</flag>
		<flag name="seatd">Enable support for rootless session via <pkg>sys-auth/seatd</pkg></flag>
		<flag name="swaybar">Install 'swaybar': sway's status bar component</flag>
		<flag name="swaybg">Install 'swaybg': allows to set a desktop background image</flag>
		<flag name="swayidle">Install 'swayidle': idle manager to run commands when user is inactive</flag>
		<flag name="swaylock">Install 'swaylock': sway's screen locker</flag>
		<flag name="swaymsg">Install 'swaymsg': tool for communicating with a running sway instance</flag>
		<flag name="swaynag">Install 'swaynag': shows a message with buttons</flag>
		<flag name="tray">Enable support for StatusNotifierItem tray specification</flag>
		<flag name="wallpapers">Install sway's default wallpaper image</flag>
		<flag name="X">Enable support for X11 applications (XWayland)</flag>
	</use>
	<upstream>
		<remote-id type="github">swaywm/sway</remote-id>
		<maintainer status="active">
			<email>sir@cmpwn.com</email>
			<name>Drew DeVault</name>
		</maintainer>
		<bugs-to>https://github.com/swaywm/sway/issues</bugs-to>
		<doc>https://github.com/swaywm/sway/wiki</doc>
		<changelog>https://github.com/swaywm/sway/releases</changelog>
	</upstream>
</pkgmetadata>