sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

archlinux.yml (717B) - View raw


 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
image: archlinux
packages:
  - cairo
  - gdk-pixbuf2
  - json-c
  - lcms2
  - libdisplay-info
  - libegl
  - libinput
  - libxcb
  - libxkbcommon
  - meson
  - pango
  - pcre2
  - scdoc
  - wayland
  - wayland-protocols
  - xcb-util-image
  - xcb-util-wm
  - xorg-xwayland
  - seatd
  - hwdata
sources:
  - https://github.com/swaywm/sway
  - https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
  - wlroots: |
      cd wlroots
      meson setup --prefix=/usr build -Dexamples=false
      ninja -C build
      sudo ninja -C build install      
  - setup: |
      cd sway
      meson setup build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd      
  - build: |
      cd sway
      ninja -C build