https://github.com/swaywm/sway
Revision 78740b978539144db15ce95d04904576b8fb4878 authored by Drew DeVault on 12 April 2018, 15:06:49 UTC, committed by GitHub on 12 April 2018, 15:06:49 UTC
<sway/man: In sway(5) treat scale as keyword for output command>
2 parent s 22db601 + bd3e4e3
Raw File
Tip revision: 78740b978539144db15ce95d04904576b8fb4878 authored by Drew DeVault on 12 April 2018, 15:06:49 UTC
Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo
Tip revision: 78740b9
.build.yml
# vim: ft=yaml ts=2 sw=2 et :
image: archlinux
packages:
  - cmake
  - wlc-git
  - xorg-server-xwayland
  - xcb-util-image
  - json-c
  - pango
  - cairo
  - wayland
  - gdk-pixbuf2
sources:
  - https://git.sr.ht/~sircmpwn/sway
tasks:
  - setup: |
      cd sway
      mkdir build
      cd build
      cmake ..
  - build: |
      cd sway
      cd build
      make
back to top