diff mbox series

[meta-oe,1/2] fastfetch: upgrade 2.66.0 -> 2.69.0

Message ID 20260927182418.1339166-1-tafil@tafhub.de
State Under Review
Headers show
Series [meta-oe,1/2] fastfetch: upgrade 2.66.0 -> 2.69.0 | expand

Commit Message

Tafil Avdyli Sept. 27, 2026, 6:24 p.m. UTC
Version 2.69.0 added sixel as build option for logo support. The image
support should be off when no option of 'chafa imagemagick sixel' is
enabled.

Signed-off-by: Tafil Avdyli <tafil@tafhub.de>
---
 .../fastfetch/{fastfetch_2.66.0.bb => fastfetch_2.69.0.bb}    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-support/fastfetch/{fastfetch_2.66.0.bb => fastfetch_2.69.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb b/meta-oe/recipes-support/fastfetch/fastfetch_2.69.0.bb
similarity index 93%
rename from meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb
rename to meta-oe/recipes-support/fastfetch/fastfetch_2.69.0.bb
index 8835e3d85d..83f7480011 100644
--- a/meta-oe/recipes-support/fastfetch/fastfetch_2.66.0.bb
+++ b/meta-oe/recipes-support/fastfetch/fastfetch_2.69.0.bb
@@ -11,11 +11,12 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=2090e7d93df7ad5a3d41f6fb4226ac76"
 DEPENDS = "yyjson"
 
 SRC_URI = "git://github.com/fastfetch-cli/fastfetch.git;protocol=https;branch=master;tag=${PV}"
-SRCREV = "08698098579bb8b043b0a343159b8018f5cea4fc"
+SRCREV = "0c3b852bf7bad2837a814c7a31bf332092048a2b"
 
 inherit cmake pkgconfig
 
 EXTRA_OECMAKE += "\
+    ${@bb.utils.contains_any('PACKAGECONFIG', 'chafa imagemagick sixel', '-DENABLE_IMAGE_LOGO=ON', '-DENABLE_IMAGE_LOGO=OFF', d)} \
     -DENABLE_SYSTEM_YYJSON=ON \
     -DENABLE_EET=OFF \
     -DENABLE_QUICKJS=OFF \
@@ -47,6 +48,7 @@  PACKAGECONFIG[lua] = "-DENABLE_LUA=ON,-DENABLE_LUA=OFF,lua"
 PACKAGECONFIG[opencl] = "-DENABLE_OPENCL=ON,-DENABLE_OPENCL=OFF,opencl-headers virtual/libopencl1"
 PACKAGECONFIG[pulseaudio] = "-DENABLE_PULSE=ON,-DENABLE_PULSE=OFF,pulseaudio"
 PACKAGECONFIG[rpm] = "-DENABLE_RPM=ON,-DENABLE_RPM=OFF,rpm"
+PACKAGECONFIG[sixel] = "-DENABLE_SIXEL=ON,-DENABLE_SIXEL=OFF,"
 PACKAGECONFIG[sqlite3] = "-DENABLE_SQLITE3=ON,-DENABLE_SQLITE3=OFF,sqlite3"
 PACKAGECONFIG[va-drm] = "-DENABLE_VADRM=ON,-DENABLE_VADRM=OFF,libva"
 PACKAGECONFIG[va-x11] = "-DENABLE_VAX11=ON,-DENABLE_VAX11=OFF,libva"