meta-wayland/recipes-support/fnott/fnott_git.bb
2022-02-20 11:18:11 +01:00

45 lines
878 B
BlitzBasic

SUMMARY = "Lightweight notification daemon for wlroots-based Wayland compositors."
HOMEPAGE = "https://codeberg.org/dnkl/fnott"
BUGTRACKER = "https://codeberg.org/dnkl/fnott/issues"
SECTION = "Wayland"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.2 \
"
DEPENDS = " \
dbus \
fcft \
libpng \
pixman \
scdoc-native \
tllist \
wayland \
wayland-native \
wayland-protocols \
"
RDEPENDS:${PN} = " \
fontconfig \
freetype \
wlroots \
"
inherit meson pkgconfig features_check
S = "${WORKDIR}/git"
PV = "1.2.1"
SRCREV = "e5aa6850d4ffbf0b61b2464a0dcbf131aad5a941"
EXTRA_OEMESON += "--buildtype release"
PACKAGES += "${PN}-zsh-completion"
FILES:${PN}-zsh-completion = "${datadir}/zsh"
BBCLASSEXTEND = ""