meta-wayland/recipes-support/swaybg/swaybg_git.bb
Markus Volk c63c337abd swaybg: update
This add s a fix for gcc-14
2023-12-20 19:36:17 +01:00

29 lines
707 B
BlitzBasic

SUMMARY = "swaybg is a wallpaper utility for Wayland compositors."
HOMEPAGE = "https://github.com/swaywm/swaybg"
BUGTRACKER = "https://github.com/swaywm/swaybg/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b53d9ec16b9125995437ac9efab1b450"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS = " \
cairo \
gdk-pixbuf \
wayland \
wayland-native \
wayland-protocols \
"
SRC_URI = "git://github.com/swaywm/swaybg.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "1.2.0"
SRCREV = "eabc06e7eb9e5cb08c8177f49753dedc505076b4"
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"