meta-wayland/recipes-support/fnott/fnott_git.bb

45 lines
877 B
BlitzBasic
Raw Normal View History

2021-07-07 06:55:00 +02:00
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 = " \
2023-04-11 13:39:41 +02:00
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=release/1.4 \
2021-07-07 06:55:00 +02:00
"
DEPENDS = " \
dbus \
fcft \
libpng \
pixman \
scdoc-native \
tllist \
wayland \
wayland-native \
wayland-protocols \
"
2021-08-07 06:23:26 +02:00
RDEPENDS:${PN} = " \
2021-07-07 06:55:00 +02:00
fontconfig \
freetype \
wlroots \
"
inherit meson pkgconfig features_check
S = "${WORKDIR}/git"
2023-08-30 08:18:00 +02:00
PV = "1.4.1"
SRCREV = "627a7b6c3dd696b6ceaee82af9c9eb14f5bd1c88"
2021-07-07 06:55:00 +02:00
EXTRA_OEMESON += "--buildtype release"
PACKAGES += "${PN}-zsh-completion"
2021-08-07 06:23:26 +02:00
FILES:${PN}-zsh-completion = "${datadir}/zsh"
2021-07-07 06:55:00 +02:00
BBCLASSEXTEND = ""