meta-wayland/recipes-support/foot/foot_git.bb

52 lines
1.1 KiB
BlitzBasic
Raw Normal View History

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 xdg-utils"
SRC_URI = " \
2022-04-22 19:44:43 +02:00
git://codeberg.org/dnkl/foot.git;protocol=https;branch=releases/1.12 \
2022-04-19 14:01:48 +02:00
file://0001-generate-version.sh-dont-try-to-fetch-version-from-g.patch \
"
S = "${WORKDIR}/git"
2022-04-30 07:01:49 +02:00
PV = "1.12.1"
SRCREV = "e95269447f1b62384dc64707bb19ebe1006386ac"
2021-06-27 21:24:01 +02:00
PACKAGECONFIG[grapheme-clustering] = "-Dgrapheme-clustering=enabled,-Dgrapheme-clustering=disabled,utf8proc"
2021-08-29 07:17:08 +02:00
PACKAGECONFIG[docs] = "-Ddocs=enabled,-Ddocs=disabled,scdoc-native"
2021-11-15 09:14:43 +01:00
PACKAGECONFIG[themes] = "-Dthemes=true,-Dthemes=false"
PACKAGECONFIG ?= " \
2021-06-27 21:24:01 +02:00
grapheme-clustering \
2021-11-15 09:14:43 +01:00
themes \
"
2021-09-07 15:52:55 +02:00
EXTRA_OEMESON += "--buildtype=release -Dterminfo=disabled"
2021-11-20 07:53:44 +01:00
inherit meson pkgconfig
2021-08-07 06:23:26 +02:00
FILES:${PN} = " \
${bindir} \
${datadir} \
2022-04-22 20:22:36 +02:00
${libdir} \
${sysconfdir} \
"
BBCLASSEXTEND = ""