From 04822edc034d33601a5b85116a189eefc7b96f5e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 21:06:25 +0300 Subject: [PATCH] slurp: 1.3.2 --- wayland/slurp/build | 11 +++++++++++ wayland/slurp/checksums | 1 + wayland/slurp/depends | 5 +++++ wayland/slurp/sources | 1 + wayland/slurp/version | 1 + 5 files changed, 19 insertions(+) create mode 100755 wayland/slurp/build create mode 100644 wayland/slurp/checksums create mode 100644 wayland/slurp/depends create mode 100644 wayland/slurp/sources create mode 100644 wayland/slurp/version diff --git a/wayland/slurp/build b/wayland/slurp/build new file mode 100755 index 00000000..7649f1b1 --- /dev/null +++ b/wayland/slurp/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + --buildtype=release \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/slurp/checksums b/wayland/slurp/checksums new file mode 100644 index 00000000..e9beaa52 --- /dev/null +++ b/wayland/slurp/checksums @@ -0,0 +1 @@ +005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876 diff --git a/wayland/slurp/depends b/wayland/slurp/depends new file mode 100644 index 00000000..2d259294 --- /dev/null +++ b/wayland/slurp/depends @@ -0,0 +1,5 @@ +cairo +libxkbcommon +meson make +wayland +wayland-protocols make diff --git a/wayland/slurp/sources b/wayland/slurp/sources new file mode 100644 index 00000000..2eaddc06 --- /dev/null +++ b/wayland/slurp/sources @@ -0,0 +1 @@ +https://github.com/emersion/slurp/releases/download/v1.3.2/slurp-1.3.2.tar.gz diff --git a/wayland/slurp/version b/wayland/slurp/version new file mode 100644 index 00000000..a8cebfe5 --- /dev/null +++ b/wayland/slurp/version @@ -0,0 +1 @@ +1.3.2 1