mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
First commit
This commit is contained in:
32
recipes-support/swaybg/swaybg_1.0.bb
Normal file
32
recipes-support/swaybg/swaybg_1.0.bb
Normal file
@ -0,0 +1,32 @@
|
||||
SUMMARY = "A Wayland WM"
|
||||
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 systemd"
|
||||
|
||||
DEPENDS = " \
|
||||
cairo \
|
||||
gdk-pixbuf \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
https://github.com/swaywm/swaybg/archive/refs/tags/${PV}.tar.gz \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "a23f1cde07138b865630172eff83db916d2f0989b75fb318def85dcfc3120fbd"
|
||||
|
||||
S = "${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user