mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
swww: update
use cargo-update-recipe-crates class
This commit is contained in:
18
recipes-support/swww/swww_0.10.3.bb
Normal file
18
recipes-support/swww/swww_0.10.3.bb
Normal 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
|
||||
}
|
Reference in New Issue
Block a user