2017-04-18 17:09:14 +00:00
|
|
|
# vim: ft=yaml ts=2 sw=2 et :
|
|
|
|
image: archlinux
|
|
|
|
packages:
|
2017-12-01 10:43:08 +00:00
|
|
|
- meson
|
2017-04-18 17:09:14 +00:00
|
|
|
- xorg-server-xwayland
|
|
|
|
- xcb-util-image
|
|
|
|
- json-c
|
|
|
|
- pango
|
|
|
|
- cairo
|
|
|
|
- wayland
|
2017-12-01 10:43:08 +00:00
|
|
|
- wayland-protocols
|
2017-04-18 17:09:14 +00:00
|
|
|
- gdk-pixbuf2
|
2017-12-01 10:43:08 +00:00
|
|
|
- libinput
|
|
|
|
- libxkbcommon
|
2018-05-12 01:40:52 +00:00
|
|
|
- scdoc
|
2017-04-27 02:37:15 +00:00
|
|
|
sources:
|
2018-03-27 20:16:25 +00:00
|
|
|
- https://github.com/swaywm/sway
|
|
|
|
- https://github.com/swaywm/wlroots
|
2017-04-18 17:09:14 +00:00
|
|
|
tasks:
|
2017-10-22 14:45:11 +00:00
|
|
|
- wlroots: |
|
|
|
|
cd wlroots
|
2017-12-01 10:43:08 +00:00
|
|
|
meson --prefix=/usr build
|
|
|
|
ninja -C build
|
|
|
|
sudo ninja -C build install
|
2017-04-18 17:09:14 +00:00
|
|
|
- setup: |
|
|
|
|
cd sway
|
2017-12-01 10:43:08 +00:00
|
|
|
meson build
|
2017-04-18 17:09:14 +00:00
|
|
|
- build: |
|
|
|
|
cd sway
|
2017-12-01 10:43:08 +00:00
|
|
|
ninja -C build
|