meta-wayland/recipes-support/swaybg/swaybg_git.bb

36 lines
772 B
BlitzBasic
Raw Normal View History

2021-06-03 19:49:55 +02:00
SUMMARY = "swaybg is a wallpaper utility for Wayland compositors."
2021-06-02 16:13:46 +02:00
HOMEPAGE = "https://github.com/swaywm/swaybg"
BUGTRACKER = "https://github.com/swaywm/swaybg/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b53d9ec16b9125995437ac9efab1b450"
2021-06-18 11:48:33 +02:00
REQUIRED_DISTRO_FEATURES = "wayland"
2021-06-02 16:13:46 +02:00
DEPENDS = " \
cairo \
gdk-pixbuf \
wayland \
wayland-native \
wayland-protocols \
2021-06-18 11:48:33 +02:00
"
2021-06-02 16:13:46 +02:00
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/swaywm/swaybg.git;protocol=https;branch=master \
2021-06-02 16:13:46 +02:00
"
2021-08-08 12:23:14 +02:00
# Reproducibility issue. Fix me!
CFLAGS:append = " -Wno-error=date-time"
2021-06-02 17:36:25 +02:00
S = "${WORKDIR}/git"
2021-07-19 18:23:56 +02:00
PV = "1.1"
SRCREV = "v${PV}"
2021-06-02 16:13:46 +02:00
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
BBCLASSEXTEND = ""