From a750da978ce2f7da7dc66aea30e0e25a1553fca8 Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 21 May 2023 04:16:55 +0200 Subject: [PATCH] replace xft with cairo, remove sample theme because it's redundant, remove optional pango support as its now required because we're using cairo --- README.html | 16 +- README.md | 10 +- libs/libdrw/drw.c | 364 +++++++----------------------------------- libs/libdrw/drw.h | 37 +++-- meson.build | 13 +- meson.options | 14 -- scripts/make/build.sh | 4 - spmenu.c | 3 +- themes/sample.conf | 10 -- 9 files changed, 94 insertions(+), 377 deletions(-) delete mode 100644 themes/sample.conf diff --git a/README.html b/README.html index 44a0765..32c4d16 100644 --- a/README.html +++ b/README.html @@ -210,11 +210,8 @@ time.
  • Used to calculate MD5 of images if image support is enabled, can be disabled during compile time.
  • -
  • Pango -
  • +
  • Pango
  • +
  • Cairo
  • libconfig