diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-15 15:33:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 15:33:16 +0300 |
commit | f679fb1d714411b2a4cacf4c1ebd3a47ac9177d2 (patch) | |
tree | d8b1729d94d52cc7cd2322d122d6f3578cfbe52b | |
parent | c71163490e7be630e69a42913c3f7baacef8381f (diff) | |
download | repository-f679fb1d714411b2a4cacf4c1ebd3a47ac9177d2.tar.gz |
swaybg: add new package at 1.0
-rwxr-xr-x | wayland/swaybg/build | 10 | ||||
-rw-r--r-- | wayland/swaybg/checksums | 1 | ||||
-rw-r--r-- | wayland/swaybg/depends | 5 | ||||
-rw-r--r-- | wayland/swaybg/sources | 1 | ||||
-rw-r--r-- | wayland/swaybg/version | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/wayland/swaybg/build b/wayland/swaybg/build new file mode 100755 index 00000000..91a1423b --- /dev/null +++ b/wayland/swaybg/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/swaybg/checksums b/wayland/swaybg/checksums new file mode 100644 index 00000000..95684df0 --- /dev/null +++ b/wayland/swaybg/checksums @@ -0,0 +1 @@ +a23f1cde07138b865630172eff83db916d2f0989b75fb318def85dcfc3120fbd 1.0.tar.gz diff --git a/wayland/swaybg/depends b/wayland/swaybg/depends new file mode 100644 index 00000000..e367b1f3 --- /dev/null +++ b/wayland/swaybg/depends @@ -0,0 +1,5 @@ +cairo +gdk-pixbuf +meson make +wayland +wayland-protocols make diff --git a/wayland/swaybg/sources b/wayland/swaybg/sources new file mode 100644 index 00000000..dd70f010 --- /dev/null +++ b/wayland/swaybg/sources @@ -0,0 +1 @@ +https://github.com/swaywm/swaybg/archive/1.0.tar.gz diff --git a/wayland/swaybg/version b/wayland/swaybg/version new file mode 100644 index 00000000..f35ed484 --- /dev/null +++ b/wayland/swaybg/version @@ -0,0 +1 @@ +1.0 1 |