diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-19 16:02:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-19 16:02:44 +0300 |
commit | e3c8f98b853e6141dc9726d04a43c3a735d18d03 (patch) | |
tree | fda72a03b7a4493d08fc97244c221180ce10c0cc /wayland/swayidle | |
parent | b53aad8e1abf763f91fe6316809dce7c626bb60b (diff) | |
download | repository-e3c8f98b853e6141dc9726d04a43c3a735d18d03.tar.gz |
swayidle: add new package at 1.6
Diffstat (limited to 'wayland/swayidle')
-rwxr-xr-x | wayland/swayidle/build | 10 | ||||
-rw-r--r-- | wayland/swayidle/checksums | 1 | ||||
-rw-r--r-- | wayland/swayidle/depends | 4 | ||||
-rw-r--r-- | wayland/swayidle/sources | 1 | ||||
-rw-r--r-- | wayland/swayidle/version | 1 |
5 files changed, 17 insertions, 0 deletions
diff --git a/wayland/swayidle/build b/wayland/swayidle/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/wayland/swayidle/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/swayidle/checksums b/wayland/swayidle/checksums new file mode 100644 index 00000000..5c0c61e8 --- /dev/null +++ b/wayland/swayidle/checksums @@ -0,0 +1 @@ +efb2f0878531ea5be0744063e6e31762a16b4ee3cfb22dbade49795fa53b130c swayidle-1.6.tar.gz diff --git a/wayland/swayidle/depends b/wayland/swayidle/depends new file mode 100644 index 00000000..83486ba3 --- /dev/null +++ b/wayland/swayidle/depends @@ -0,0 +1,4 @@ +meson make +scdoc make +wayland +wayland-protocols make diff --git a/wayland/swayidle/sources b/wayland/swayidle/sources new file mode 100644 index 00000000..8f3d8893 --- /dev/null +++ b/wayland/swayidle/sources @@ -0,0 +1 @@ +https://github.com/swaywm/swayidle/releases/download/1.6/swayidle-1.6.tar.gz diff --git a/wayland/swayidle/version b/wayland/swayidle/version new file mode 100644 index 00000000..d1ad7a00 --- /dev/null +++ b/wayland/swayidle/version @@ -0,0 +1 @@ +1.6 1 |