wok diff htmldoc/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (4 months ago)
parents 20ad21d5532c
children
line diff
     1.1 --- a/htmldoc/receipt	Sun Jul 16 13:38:12 2023 +0000
     1.2 +++ b/htmldoc/receipt	Sun Feb 25 16:11:20 2024 +0000
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="htmldoc"
     1.7 -VERSION="1.9.8"
     1.8 +VERSION="1.9.11"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Convert HTML pages into a PDF document."
    1.11 +SHORT_DESC="Convert HTML and markdown to EPUB, HTML, PS or PDF document."
    1.12  MAINTAINER="gokhlayeh@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="https://www.htmldoc.org"
    1.15 +WEB_SITE="https://www.msweet.org/htmldoc"
    1.16  
    1.17  TARBALL="$PACKAGE-$VERSION-source.tar.gz"
    1.18  WGET_URL="https://github.com/michaelrsweet/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.19  
    1.20 +SUGGESTED="gnutls"	# for https://uri
    1.21  DEPENDS="fltk jpeg libpng"
    1.22 -BUILD_DEPENDS="fltk-dev jpeg-dev libpng-dev"
    1.23 +BUILD_DEPENDS="fltk-dev gnutls-dev jpeg-dev libpng-dev"
    1.24  
    1.25  # What is the latest version available today?
    1.26  current_version()
    1.27 @@ -29,16 +30,17 @@
    1.28  		htmldoc/image.cxx
    1.29  
    1.30  	# make sure not to use the libraries htmldoc ships with
    1.31 -	mkdir	foo
    1.32 -	mv jpeg	foo/
    1.33 -	mv png	foo/
    1.34 -	mv zlib	foo/
    1.35 +	mkdir	donotuse
    1.36 +	mv jpeg donotuse/
    1.37 +	mv png	donotuse/
    1.38 +	mv zlib	donotuse/
    1.39  
    1.40  	./configure		\
    1.41  		--prefix=/usr	\
    1.42 +		--enable-gnutls	\
    1.43  		$CONFIGURE_ARGS &&
    1.44  	make &&
    1.45 -	make prefix=$DESTDIR/usr install
    1.46 +	make install prefix=$DESTDIR/usr
    1.47  
    1.48  	# fix freedesktop stuff
    1.49  	install -Dm 644 desktop/htmldoc-128.png \