2019-02-19 15:09:29 +00:00
|
|
|
image: freebsd/latest
|
|
|
|
packages:
|
2020-12-26 17:06:19 +00:00
|
|
|
- devel/basu
|
2019-02-19 15:09:29 +00:00
|
|
|
- devel/json-c
|
|
|
|
- devel/libevdev
|
|
|
|
- devel/meson
|
2022-03-12 13:02:32 +00:00
|
|
|
- devel/pcre2
|
2019-02-19 15:09:29 +00:00
|
|
|
- devel/pkgconf
|
|
|
|
- graphics/cairo
|
|
|
|
- graphics/gdk-pixbuf2
|
|
|
|
- graphics/wayland
|
|
|
|
- graphics/wayland-protocols
|
2020-04-04 14:27:04 +00:00
|
|
|
- textproc/scdoc
|
2019-02-19 15:09:29 +00:00
|
|
|
- x11-toolkits/pango
|
|
|
|
- x11/libxcb
|
|
|
|
- x11/libxkbcommon
|
|
|
|
# wlroots dependencies
|
|
|
|
- devel/evdev-proto
|
|
|
|
- devel/libepoll-shim
|
|
|
|
- devel/libudev-devd
|
|
|
|
- graphics/libdrm
|
|
|
|
- graphics/mesa-libs
|
2023-02-28 22:19:33 +00:00
|
|
|
- sysutils/libdisplay-info
|
2021-04-14 19:41:38 +00:00
|
|
|
- sysutils/seatd
|
2019-02-19 15:09:29 +00:00
|
|
|
- x11/libinput
|
|
|
|
- x11/libX11
|
|
|
|
- x11/pixman
|
|
|
|
- x11/xcb-util-wm
|
2022-12-08 13:26:10 +00:00
|
|
|
- x11-servers/xwayland-devel
|
2022-11-09 08:07:20 +00:00
|
|
|
- misc/hwdata
|
2019-02-19 15:09:29 +00:00
|
|
|
sources:
|
|
|
|
- https://github.com/swaywm/sway
|
2021-11-02 03:23:13 +00:00
|
|
|
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
2019-02-19 15:09:29 +00:00
|
|
|
tasks:
|
|
|
|
- setup: |
|
|
|
|
cd sway
|
|
|
|
mkdir subprojects
|
|
|
|
cd subprojects
|
|
|
|
ln -s ../../wlroots wlroots
|
|
|
|
cd ..
|
2021-06-25 14:33:43 +00:00
|
|
|
meson build --fatal-meson-warnings -Dtray=enabled -Dsd-bus-provider=basu
|
2019-02-19 15:09:29 +00:00
|
|
|
- build: |
|
|
|
|
cd sway
|
|
|
|
ninja -C build
|