From 61ef07d72445ae9787cc65e76928ca820b068847 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 01:06:54 +0300 Subject: [PATCH] wlroots: 0.14.0 --- wayland/wlroots/build | 14 ++++++++++++++ wayland/wlroots/checksums | 2 ++ wayland/wlroots/depends | 12 ++++++++++++ wayland/wlroots/sources | 1 + wayland/wlroots/version | 1 + 5 files changed, 30 insertions(+) create mode 100755 wayland/wlroots/build create mode 100644 wayland/wlroots/checksums create mode 100644 wayland/wlroots/depends create mode 100644 wayland/wlroots/sources create mode 100644 wayland/wlroots/version diff --git a/wayland/wlroots/build b/wayland/wlroots/build new file mode 100755 index 00000000..7e91c97a --- /dev/null +++ b/wayland/wlroots/build @@ -0,0 +1,14 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + -Ddefault_library=both \ + -Dexamples=false \ + -Dxcb-errors=disabled \ + -Dx11-backend=disabled \ + . build + +ninja -C build +ninja -C build install diff --git a/wayland/wlroots/checksums b/wayland/wlroots/checksums new file mode 100644 index 00000000..b18095c2 --- /dev/null +++ b/wayland/wlroots/checksums @@ -0,0 +1,2 @@ +2a8435bf63681868699c4e3975df31cb111ad2d3f35740179036083f87382ac7 +45de0d0b7135d4c11cd9a2e8ddf8c0f179ecfb45987d205e35711e1a0a432a99 diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends new file mode 100644 index 00000000..3221c82d --- /dev/null +++ b/wayland/wlroots/depends @@ -0,0 +1,12 @@ +flex make +libdrm +libinput +libseat +libudev-zero +libxkbcommon +linux-headers make +mesa +meson make +pixman +wayland +wayland-protocols make diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources new file mode 100644 index 00000000..7fd93f3f --- /dev/null +++ b/wayland/wlroots/sources @@ -0,0 +1 @@ +https://github.com/swaywm/wlroots/releases/download/0.14.0/wlroots-0.14.0.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version new file mode 100644 index 00000000..0f78dbcf --- /dev/null +++ b/wayland/wlroots/version @@ -0,0 +1 @@ +0.14.0 1