swww: update

use cargo-update-recipe-crates class
This commit is contained in:
Markus Volk
2025-07-03 01:35:16 +02:00
parent eeee1562e3
commit 40a20223c6
3 changed files with 224 additions and 277 deletions

View File

@ -0,0 +1,18 @@
SUMMARY = "A Solution to your Wayland Wallpaper Woes"
HOMEPAGE = "https://github.com/LGFae/swww"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
inherit cargo pkgconfig cargo-update-recipe-crates
require ${PN}-crates.inc
DEPENDS += "lz4 wayland-protocols wayland wayland-native"
SRCREV = "44d3cdf82669c2bd7ea31cee3c158a838df1b5e4"
SRC_URI += "git://github.com/LGFae/swww.git;protocol=https;branch=main"
do_configure:prepend() {
sed -i "s|strip\ =\ true|strip\ =\ false|g" ${S}/Cargo.toml
}