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:
36
recipes-support/fnott/fnott_1.7.1.bb
Normal file
36
recipes-support/fnott/fnott_1.7.1.bb
Normal file
@ -0,0 +1,36 @@
|
||||
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.7 \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
dbus \
|
||||
fcft \
|
||||
libpng \
|
||||
pixman \
|
||||
scdoc-native \
|
||||
tllist \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
SRCREV = "27a6fcac306836340e08592eeb6b6d0a912926f7"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
PACKAGES += "${PN}-zsh-completion"
|
||||
FILES:${PN} += "${datadir}/dbus-1 ${systemd_user_unitdir}"
|
||||
FILES:${PN}-zsh-completion = "${datadir}/zsh"
|
||||
|
Reference in New Issue
Block a user