mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
ci: use scdoc-git because 1.9.1 is broken
This commit is contained in:
parent
f98410c090
commit
77b16a5124
3 changed files with 17 additions and 3 deletions
|
@ -12,7 +12,6 @@ packages:
|
||||||
- meson
|
- meson
|
||||||
- pango-dev
|
- pango-dev
|
||||||
- pixman-dev
|
- pixman-dev
|
||||||
- scdoc
|
|
||||||
- wayland-dev
|
- wayland-dev
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
- xcb-util-image-dev
|
- xcb-util-image-dev
|
||||||
|
@ -20,7 +19,12 @@ packages:
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/swaywm/sway
|
- https://github.com/swaywm/sway
|
||||||
- https://github.com/swaywm/wlroots
|
- https://github.com/swaywm/wlroots
|
||||||
|
- https://git.sr.ht/~sircmpwn/scdoc
|
||||||
tasks:
|
tasks:
|
||||||
|
- scdoc: |
|
||||||
|
cd scdoc
|
||||||
|
make PREFIX=/usr
|
||||||
|
sudo make install PREFIX=/usr
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||||
|
|
|
@ -8,7 +8,6 @@ packages:
|
||||||
- libxkbcommon
|
- libxkbcommon
|
||||||
- meson
|
- meson
|
||||||
- pango
|
- pango
|
||||||
- scdoc
|
|
||||||
- wayland
|
- wayland
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
- xcb-util-image
|
- xcb-util-image
|
||||||
|
@ -16,7 +15,12 @@ packages:
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/swaywm/sway
|
- https://github.com/swaywm/sway
|
||||||
- https://github.com/swaywm/wlroots
|
- https://github.com/swaywm/wlroots
|
||||||
|
- https://git.sr.ht/~sircmpwn/scdoc
|
||||||
tasks:
|
tasks:
|
||||||
|
- scdoc: |
|
||||||
|
cd scdoc
|
||||||
|
make PREFIX=/usr
|
||||||
|
sudo make install PREFIX=/usr
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||||
|
|
|
@ -8,7 +8,6 @@ packages:
|
||||||
- graphics/gdk-pixbuf2
|
- graphics/gdk-pixbuf2
|
||||||
- graphics/wayland
|
- graphics/wayland
|
||||||
- graphics/wayland-protocols
|
- graphics/wayland-protocols
|
||||||
- textproc/scdoc
|
|
||||||
- x11-toolkits/pango
|
- x11-toolkits/pango
|
||||||
- x11/libxcb
|
- x11/libxcb
|
||||||
- x11/libxkbcommon
|
- x11/libxkbcommon
|
||||||
|
@ -22,10 +21,17 @@ packages:
|
||||||
- x11/libX11
|
- x11/libX11
|
||||||
- x11/pixman
|
- x11/pixman
|
||||||
- x11/xcb-util-wm
|
- x11/xcb-util-wm
|
||||||
|
# scdoc dependencies
|
||||||
|
- devel/gmake
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/swaywm/sway
|
- https://github.com/swaywm/sway
|
||||||
- https://github.com/swaywm/wlroots
|
- https://github.com/swaywm/wlroots
|
||||||
|
- https://git.sr.ht/~sircmpwn/scdoc
|
||||||
tasks:
|
tasks:
|
||||||
|
- scdoc: |
|
||||||
|
cd scdoc
|
||||||
|
gmake PREFIX=/usr/local
|
||||||
|
sudo gmake install PREFIX=/usr/local
|
||||||
- fixup_epoll: |
|
- fixup_epoll: |
|
||||||
cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
|
cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
|
||||||
prefix=/usr/local
|
prefix=/usr/local
|
||||||
|
|
Loading…
Reference in a new issue