wok-6.x diff kompozer/receipt @ rev 24495

updated dolibarr again (10.0.6 -> 14.0.5)
author Hans-G?nter Theisgen
date Sat Feb 19 13:42:19 2022 +0100 (2022-02-19)
parents 917b747d9625
children 82d54eca72be
line diff
     1.1 --- a/kompozer/receipt	Thu Feb 10 07:54:25 2022 +0100
     1.2 +++ b/kompozer/receipt	Sat Feb 19 13:42:19 2022 +0100
     1.3 @@ -14,11 +14,20 @@
     1.4  DEPENDS="gtk+ libxml2"
     1.5  BUILD_DEPENDS="coreutils findutils gtk+-dev gtk-girepository libIDL
     1.6  	libXaw3dXft-dev libxml2-dev nspr-dev pango-dev pkg-config
     1.7 -	perl xorg-libXft-dev zip"
     1.8 +	perl xorg-libXft-dev zip pangox-compat-dev"
     1.9 +
    1.10 +# What is the latest version available today?
    1.11 +current_version()
    1.12 +{
    1.13 +	wget -O - https://sourceforge.net/projects/kompozer/files/current/ 2>/dev/null | \
    1.14 +	sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \
    1.15 +	sed '/scope="row/!d;s|.*/current/||;s|/.*||;q'
    1.16 +}
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 +	grep -l 'uname -m' * | xargs sed -i 's|uname -m|echo i686|'
    1.22  	echo ac_add_options --enable-application=composer > .mozconfig
    1.23  	cp -a security/coreconf/Linux2.6.mk security/coreconf/Linux3.16.mk
    1.24