fnott: update

This commit is contained in:
Markus Volk 2024-08-12 08:35:40 +02:00
parent c70e34c8f2
commit 639e318738

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
REQUIRED_DISTRO_FEATURES = "wayland" REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \ SRC_URI = " \
git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.5 \ git://codeberg.org/dnkl/fnott.git;protocol=https;branch=releases/1.7 \
" "
DEPENDS = " \ DEPENDS = " \
@ -24,21 +24,15 @@ DEPENDS = " \
wayland-protocols \ wayland-protocols \
" "
RDEPENDS:${PN} = " \
fontconfig \
freetype \
wlroots \
"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "1.5.0" PV = "1.7.0"
SRCREV = "e950a0b102bab47b09a40b13bd50a5f565ca7792" SRCREV = "2821dd2fcece876d401db2efe04cae17efd67f30"
EXTRA_OEMESON += "--buildtype release" EXTRA_OEMESON += "--buildtype release"
PACKAGES += "${PN}-zsh-completion" PACKAGES += "${PN}-zsh-completion"
FILES:${PN} += "${datadir}/dbus-1 ${systemd_user_unitdir}"
FILES:${PN}-zsh-completion = "${datadir}/zsh" FILES:${PN}-zsh-completion = "${datadir}/zsh"
BBCLASSEXTEND = ""