mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
drop '_git' from recipes
This commit is contained in:
49
recipes-support/foot/foot_1.22.3.bb
Normal file
49
recipes-support/foot/foot_1.22.3.bb
Normal file
@ -0,0 +1,49 @@
|
||||
SUMMARY = "A fast, lightweight and minimalistic Wayland terminal emulator."
|
||||
HOMEPAGE = "https://codeberg.org/dnkl/foot"
|
||||
BUGTRACKER = "https://codeberg.org/dnkl/foot/issues"
|
||||
SECTION = "base/shell"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3a7351a597a91e763901f7c76f21e798"
|
||||
|
||||
DEPENDS = " \
|
||||
fcft \
|
||||
fontconfig \
|
||||
freetype \
|
||||
libxkbcommon \
|
||||
pixman \
|
||||
wayland \
|
||||
wayland-native \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} = "ncurses-terminfo"
|
||||
|
||||
SRC_URI = " \
|
||||
git://codeberg.org/dnkl/foot.git;protocol=https;branch=master \
|
||||
file://0001-generate-version.sh-dont-try-to-fetch-version-from-g.patch \
|
||||
"
|
||||
|
||||
SRCREV = "85c81042d2b16094677ccb383dd527a0df52e755"
|
||||
|
||||
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
|
||||
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"
|
||||
PACKAGECONFIG[themes] = "-Dthemes=true,-Dthemes=false"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
grapheme-clustering \
|
||||
themes \
|
||||
"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
FILES:${PN} = " \
|
||||
${bindir} \
|
||||
${datadir} \
|
||||
${libdir} \
|
||||
${sysconfdir} \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Reference in New Issue
Block a user