mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
Compare commits
2 Commits
724b9b8417
...
d0627e0506
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0627e0506 | ||
|
|
40d059cec8 |
@@ -8,6 +8,6 @@ DEPENDS = "glib-2.0 libavif libheif jpeg libjxl librsvg tiff libwebp"
|
||||
inherit autotools pkgconfig gettext gtk-doc
|
||||
|
||||
SRC_URI = "git://github.com/hpjansson/chafa.git;protocol=https;nobranch=1"
|
||||
SRCREV = "af962a328290b42aff03a393844892ca3bf4e9fc"
|
||||
SRCREV = "fb49ebdcdc945b92605ea00ba6476804e785fd3b"
|
||||
|
||||
FILES:${PN} += "${libdir}/chafa"
|
||||
21
recipes-extended/nerd-fonts/jetbrainsmono-nerd-font_3.4.0.bb
Normal file
21
recipes-extended/nerd-fonts/jetbrainsmono-nerd-font_3.4.0.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "JetBrainsMono Nerd font"
|
||||
LICENSE = "OFL-1.1"
|
||||
LIC_FILES_CHKSUM = "file://OFL.txt;md5=43dc1a748ef82aa746d6a645d52578a9"
|
||||
|
||||
SRC_URI = "https://github.com/ryanoasis/nerd-fonts/releases/download/v${PV}/JetBrainsMono.zip"
|
||||
SRC_URI[sha256sum] = "76f05ff3ace48a464a6ca57977998784ff7bdbb65a6d915d7e401cd3927c493c"
|
||||
|
||||
inherit allarch fontcache
|
||||
|
||||
S = "${UNPACKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${datadir}/fonts/truetype
|
||||
for file in ${S}/*.ttf; do
|
||||
install -m644 $file ${D}${datadir}/fonts/truetype
|
||||
done
|
||||
install -d ${D}${datadir}/doc/${BPN}/
|
||||
install -m 0644 OFL.txt ${D}${datadir}/doc/${BPN}/
|
||||
}
|
||||
|
||||
FILES:${PN} = "${datadir}/fonts/truetype ${datadir}/doc"
|
||||
Reference in New Issue
Block a user