From 65c93c3151e9238de580afd7882f79da86eab6c3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 8 Feb 2021 03:54:16 +0300 Subject: wlroots: add new package at 0.12.0 --- wayland/wlroots/build | 17 +++++++++++++++++ wayland/wlroots/checksums | 1 + wayland/wlroots/depends | 13 +++++++++++++ wayland/wlroots/sources | 1 + wayland/wlroots/version | 1 + 5 files changed, 33 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 (limited to 'wayland') diff --git a/wayland/wlroots/build b/wayland/wlroots/build new file mode 100755 index 00000000..9874dc49 --- /dev/null +++ b/wayland/wlroots/build @@ -0,0 +1,17 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --default-library=both \ + -Dexamples=false \ + -Dlibcap=disabled \ + -Dlogind=disabled \ + -Dwayland=enabled \ + -Dx11-backend=enabled \ + -Dfreerdb=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..75bfc639 --- /dev/null +++ b/wayland/wlroots/checksums @@ -0,0 +1 @@ +c9e9f4f6d2f526d0b2886daf3ec37e64831773059aa669fb98a88522a1626bdb 0.12.0.tar.gz diff --git a/wayland/wlroots/depends b/wayland/wlroots/depends new file mode 100644 index 00000000..8bda3c4c --- /dev/null +++ b/wayland/wlroots/depends @@ -0,0 +1,13 @@ +eudev +libX11 +libdrm +libinput +libxcb +libxkbcommon +mesa +meson make +pixman +wayland +wayland-protocols make +xcb-util-wm +xkeyboard-config diff --git a/wayland/wlroots/sources b/wayland/wlroots/sources new file mode 100644 index 00000000..78082ac7 --- /dev/null +++ b/wayland/wlroots/sources @@ -0,0 +1 @@ +https://github.com/swaywm/wlroots/archive/0.12.0.tar.gz diff --git a/wayland/wlroots/version b/wayland/wlroots/version new file mode 100644 index 00000000..28fca07b --- /dev/null +++ b/wayland/wlroots/version @@ -0,0 +1 @@ +0.12.0 1 -- cgit v1.2.3