wok-current diff qupzilla/receipt @ rev 25726
Fix xorg-server dep, add libffado, ffado-tools
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Nov 05 13:39:06 2024 +0000 (3 months ago) |
parents | 5ea0ce1cecc0 |
children | 5926178cd6fa |
line diff
1.1 --- a/qupzilla/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/qupzilla/receipt Tue Nov 05 13:39:06 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz PACKAGE receipt. 1.5 1.6 PACKAGE="qupzilla" 1.7 -VERSION="1.8.5" 1.8 +VERSION="1.8.9" 1.9 CATEGORY="network" 1.10 SHORT_DESC="QupZilla - QtWebKit browser" 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -26,6 +26,10 @@ 1.13 # Rules to configure and make the PACKAGE. 1.14 compile_rules() 1.15 { 1.16 + # Patch to support openssl 1.1.x 1.17 + # see https://github.com/QupZilla/qupzilla/pull/2325 1.18 + patch -p1 < $stuff/openssl-1.1-support.patch 1.19 + 1.20 qmake QupZilla.pro && 1.21 make && 1.22 make INSTALL_ROOT=$install install