2021-07-28 07:54:47 +02:00
|
|
|
SUMMARY = "Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1."
|
2022-02-01 04:34:57 +01:00
|
|
|
HOMEPAGE = "https://git.sr.ht/~kennylevinsen/wlsunset"
|
|
|
|
BUGTRACKER = "https://git.sr.ht/~kennylevinsen/wlsunset/issues"
|
2021-07-28 07:54:47 +02:00
|
|
|
SECTION = "base/shell"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS += " \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
2022-02-01 04:34:57 +01:00
|
|
|
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
|
2021-07-28 07:54:47 +02:00
|
|
|
|
|
|
|
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
|
|
|
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2023-11-08 09:50:08 +01:00
|
|
|
PV = "0.3.0"
|
|
|
|
SRCREV = "b6cfe1761df05352c0ca7c3706476d5272d9521f"
|
2021-07-28 07:54:47 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|