mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
49 lines
1.0 KiB
BlitzBasic
49 lines
1.0 KiB
BlitzBasic
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 = " \
|
|
git://codeberg.org/dnkl/foot.git;protocol=https;branch=master \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.10.0"
|
|
SRCREV = "31966f5494ed82268c414b04b63b20e88d4fff16"
|
|
|
|
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} \
|
|
"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|