mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
30
recipes-support/wlsunset/wlsunset_0.4.0.bb
Normal file
30
recipes-support/wlsunset/wlsunset_0.4.0.bb
Normal file
@ -0,0 +1,30 @@
|
||||
SUMMARY = "Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1."
|
||||
HOMEPAGE = "https://git.sr.ht/~kennylevinsen/wlsunset"
|
||||
BUGTRACKER = "https://git.sr.ht/~kennylevinsen/wlsunset/issues"
|
||||
SECTION = "base/shell"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check manpages
|
||||
|
||||
SRC_URI = "git://git.sr.ht/~kennylevinsen/wlsunset;protocol=https;nobranch=1"
|
||||
|
||||
PACKAGECONFIG[manpages] = ",,scdoc-native"
|
||||
|
||||
|
||||
|
||||
SRCREV = "634c8ebc53a31d4e5ed394f7950760deb5322102"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user