diff options
Diffstat (limited to 'wayland/swaybg')
-rwxr-xr-x | wayland/swaybg/build | 11 | ||||
-rw-r--r-- | wayland/swaybg/checksums | 2 | ||||
-rw-r--r-- | wayland/swaybg/depends | 6 | ||||
-rw-r--r-- | wayland/swaybg/meta | 3 | ||||
-rw-r--r-- | wayland/swaybg/sources | 1 | ||||
-rw-r--r-- | wayland/swaybg/version | 1 |
6 files changed, 24 insertions, 0 deletions
diff --git a/wayland/swaybg/build b/wayland/swaybg/build new file mode 100755 index 00000000..62f40e47 --- /dev/null +++ b/wayland/swaybg/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cl-meson \ + -Dgdk-pixbuf=enabled \ + -Dman-pages=enabled \ + . output + +ninja -C output +ninja -C output install diff --git a/wayland/swaybg/checksums b/wayland/swaybg/checksums new file mode 100644 index 00000000..469f9d6c --- /dev/null +++ b/wayland/swaybg/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +92034d5d6a85f8de3d8dc74ba811f4eb540d8c13ce5b44f1630353a6501fa963 v1.2.0.tar.gz diff --git a/wayland/swaybg/depends b/wayland/swaybg/depends new file mode 100644 index 00000000..379eb794 --- /dev/null +++ b/wayland/swaybg/depends @@ -0,0 +1,6 @@ +cairo +gdk-pixbuf +meson make +scdoc make +wayland +wayland-protocols make diff --git a/wayland/swaybg/meta b/wayland/swaybg/meta new file mode 100644 index 00000000..5b224b44 --- /dev/null +++ b/wayland/swaybg/meta @@ -0,0 +1,3 @@ +description: Wallpaper tool for Wayland +license: MIT +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/wayland/swaybg/sources b/wayland/swaybg/sources new file mode 100644 index 00000000..b83b8514 --- /dev/null +++ b/wayland/swaybg/sources @@ -0,0 +1 @@ +https://github.com/swaywm/swaybg/archive/refs/tags/v1.2.0.tar.gz diff --git a/wayland/swaybg/version b/wayland/swaybg/version new file mode 100644 index 00000000..8b9a47f0 --- /dev/null +++ b/wayland/swaybg/version @@ -0,0 +1 @@ +1.2.0 1 |