wok diff newt/receipt @ rev 24350
updated meson (0.53.2 -> 0.60.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 09:19:33 2022 +0100 (2022-02-03) |
parents | 5ec950823322 |
children | 241fb98cab1c |
line diff
1.1 --- a/newt/receipt Sun May 05 17:10:18 2019 +0100 1.2 +++ b/newt/receipt Thu Feb 03 09:19:33 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="newt" 1.7 -VERSION="0.52.20" 1.8 +VERSION="0.52.21" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Not Erik's Windowing Toolkit." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -21,9 +21,9 @@ 1.13 tcl=$(ls /usr/lib/libtcl*.so | sed 's|/usr/lib/lib\(.*\).so|\1|') 1.14 1.15 echo "Patching for $python and $tcl..." 1.16 - sed -i -e "s/python2.4/$python/" \ 1.17 + sed -i -e "s/python2.4/$python/" \ 1.18 -e "s/tcl8.4/$tcl/" \ 1.19 - Makefile.in 1.20 + Makefile.in 1.21 1.22 ./configure \ 1.23 --prefix=/usr \