pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

litehtml: update to 0.9



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 31 18:52:17 2024 +0100
Changeset:	34c7a57d01a0226005f956655f5b9d068e088b3f

Modified Files:
	litehtml/Makefile
	litehtml/PLIST
	litehtml/distinfo

Log Message:
litehtml: update to 0.9

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=34c7a57d01a0226005f956655f5b9d068e088b3f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 litehtml/Makefile |  4 ++--
 litehtml/PLIST    | 10 ++++++++++
 litehtml/distinfo |  6 +++---
 3 files changed, 15 insertions(+), 5 deletions(-)

diffs:
diff --git a/litehtml/Makefile b/litehtml/Makefile
index 14b08192e9..adaa280934 100644
--- a/litehtml/Makefile
+++ b/litehtml/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2023/05/17 08:31:30 wiz Exp $
 
-DISTNAME=	litehtml-0.8
+DISTNAME=	litehtml-0.9
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=litehtml/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -15,7 +15,7 @@ USE_LANGUAGES=	c c++
 
 CMAKE_ARGS+=	-DEXTERNAL_GUMBO=ON
 # Turn off testing since it installs gtest
-CMAKE_ARGS+=	-DBUILD_TESTING:BOOL=OFF
+CMAKE_ARGS+=	-DLITEHTML_BUILD_TESTING:BOOL=OFF
 
 CMAKE_USE_GNU_INSTALL_DIRS=	no
 
diff --git a/litehtml/PLIST b/litehtml/PLIST
index 173b463c9c..3014b61b4c 100644
--- a/litehtml/PLIST
+++ b/litehtml/PLIST
@@ -31,6 +31,9 @@ include/litehtml/el_text.h
 include/litehtml/el_title.h
 include/litehtml/el_tr.h
 include/litehtml/element.h
+include/litehtml/flex_item.h
+include/litehtml/flex_line.h
+include/litehtml/formatting_context.h
 include/litehtml/html.h
 include/litehtml/html_tag.h
 include/litehtml/iterators.h
@@ -40,7 +43,14 @@ include/litehtml/master_css.h
 include/litehtml/media_query.h
 include/litehtml/num_cvt.h
 include/litehtml/os_types.h
+include/litehtml/render_block.h
+include/litehtml/render_block_context.h
+include/litehtml/render_flex.h
+include/litehtml/render_image.h
+include/litehtml/render_inline.h
+include/litehtml/render_inline_context.h
 include/litehtml/render_item.h
+include/litehtml/render_table.h
 include/litehtml/string_id.h
 include/litehtml/style.h
 include/litehtml/stylesheet.h
diff --git a/litehtml/distinfo b/litehtml/distinfo
index bf57852e77..7e361a8bd2 100644
--- a/litehtml/distinfo
+++ b/litehtml/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.3 2023/05/17 08:31:30 wiz Exp $
 
-BLAKE2s (litehtml-0.8.tar.gz) = 0d307e4a7235ec733f68679f5d56e5fc6a1943c49654276619c42e6621938999
-SHA512 (litehtml-0.8.tar.gz) = e2df205258c4e6f48cc0d8f900fb62c2da1b18c9ca007f1e222e51a59a632eb122eb2dc6136de6641ed96b3c6c823f7f90d098f2f40f9966b0cb831b180776a4
-Size (litehtml-0.8.tar.gz) = 538484 bytes
+BLAKE2s (litehtml-0.9.tar.gz) = bc6f6be278985dd3744990b78cc72f19a1d8db9cda18cfd16cc0fe8969dee908
+SHA512 (litehtml-0.9.tar.gz) = 2a156671b770a6a20ab00184d9869af779248dd1fb898930b3b479ee88d8b7d84f51fdbd689ae4124530ab70c8697b6641cf06b220631ce4fec4622e63845ea3
+Size (litehtml-0.9.tar.gz) = 813293 bytes
 SHA1 (patch-CMakeLists.txt) = 0c69bb659143842747ee79ee918924dada1b9dad
 SHA1 (patch-cmake_litehtmlConfig.cmake) = 0b84f06f87a0c386eefe01d98c8829a122152d98


Home | Main Index | Thread Index | Old Index