From 786c4a370be108c6bb99dce1d8ee2f00ea6183ca Mon Sep 17 00:00:00 2001 From: nros Date: Wed, 30 Nov 2022 10:24:35 +0000 Subject: add litehtml version 0.6 to pkgsrc-current litehtml is a lightweight HTML rendering engine with CSS2/CSS3 support. litehtml does not depend on any image/drawing/font library as it does not draw any text, pictures or other graphics itself. The consumer of the library can use any library to draw images, fonts and any other graphics. HTML elements are just placed into the right position by litehtml. --- www/litehtml/patches/patch-cmake_litehtmlConfig.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/litehtml/patches/patch-cmake_litehtmlConfig.cmake (limited to 'www/litehtml/patches/patch-cmake_litehtmlConfig.cmake') diff --git a/www/litehtml/patches/patch-cmake_litehtmlConfig.cmake b/www/litehtml/patches/patch-cmake_litehtmlConfig.cmake new file mode 100644 index 00000000000..84531f98c8f --- /dev/null +++ b/www/litehtml/patches/patch-cmake_litehtmlConfig.cmake @@ -0,0 +1,13 @@ +$NetBSD: patch-cmake_litehtmlConfig.cmake,v 1.1 2022/11/30 10:24:35 nros Exp $ + +* The gumbo package does not install cmake packages so this line breaks + find_package(litehtml) . This line is not needed when litehtml is used + as a shared library. + +--- cmake/litehtmlConfig.cmake.orig 2021-09-03 06:59:31.000000000 +0000 ++++ cmake/litehtmlConfig.cmake +@@ -1,3 +1,3 @@ + include(CMakeFindDependencyMacro) +-find_dependency(gumbo) ++#find_dependency(gumbo) + include(${CMAKE_CURRENT_LIST_DIR}/litehtmlTargets.cmake) -- cgit v1.2.3