0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/swaybg/build.sh
Biswapriyo Nath da5dac7f36 addpkg(x11/swaybg): 1.2.1
Required for sway. Otherwise, the following warning is shown.
[sway/config/output.c:1071] failed to execute 'swaybg'
(background configuration probably not applied): No such file or directory
2024-11-21 01:25:37 +05:30

16 lines
634 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/swaywm/swaybg
TERMUX_PKG_DESCRIPTION="Wallpaper tool for Wayland compositors"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.2.1"
TERMUX_PKG_SRCURL=https://github.com/swaywm/swaybg/releases/download/v${TERMUX_PKG_VERSION}/swaybg-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=6af1fdf0e57b1cc5345febed786b761fea0e170943a82639f94cfaed7df84f8f
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="gdk-pixbuf, libcairo, libwayland"
TERMUX_PKG_BUILD_DEPENDS="libwayland-protocols"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dgdk-pixbuf=enabled
-Dman-pages=enabled
-Dwerror=false
"