2017-04-18 17:09:14 +00:00
|
|
|
image: archlinux
|
|
|
|
packages:
|
|
|
|
- cairo
|
|
|
|
- gdk-pixbuf2
|
2019-02-19 11:11:16 +00:00
|
|
|
- json-c
|
2020-12-13 10:55:42 +00:00
|
|
|
- libegl
|
2017-12-01 10:43:08 +00:00
|
|
|
- libinput
|
2019-02-19 11:11:16 +00:00
|
|
|
- libxcb
|
2017-12-01 10:43:08 +00:00
|
|
|
- libxkbcommon
|
2019-02-19 11:11:16 +00:00
|
|
|
- meson
|
|
|
|
- pango
|
2020-04-04 14:27:04 +00:00
|
|
|
- scdoc
|
2019-02-19 11:11:16 +00:00
|
|
|
- wayland
|
|
|
|
- wayland-protocols
|
|
|
|
- xcb-util-image
|
2021-03-30 16:22:01 +00:00
|
|
|
- xcb-util-wm
|
2020-12-13 10:55:42 +00:00
|
|
|
- xorg-xwayland
|
2021-04-14 19:41:38 +00:00
|
|
|
- seatd
|
2017-04-27 02:37:15 +00:00
|
|
|
sources:
|
2018-03-27 20:16:25 +00:00
|
|
|
- https://github.com/swaywm/sway
|
2021-06-23 12:44:04 +00:00
|
|
|
- https://github.com/swaywm/wlroots#0.14.0
|
2017-04-18 17:09:14 +00:00
|
|
|
tasks:
|
2017-10-22 14:45:11 +00:00
|
|
|
- wlroots: |
|
|
|
|
cd wlroots
|
2019-08-09 00:59:29 +00:00
|
|
|
meson --prefix=/usr build -Dexamples=false
|
2017-12-01 10:43:08 +00:00
|
|
|
ninja -C build
|
|
|
|
sudo ninja -C build install
|
2017-04-18 17:09:14 +00:00
|
|
|
- setup: |
|
|
|
|
cd sway
|
2020-12-02 22:46:49 +00:00
|
|
|
meson build -Dauto_features=enabled -Dsd-bus-provider=libsystemd
|
2017-04-18 17:09:14 +00:00
|
|
|
- build: |
|
|
|
|
cd sway
|
2017-12-01 10:43:08 +00:00
|
|
|
ninja -C build
|