wok rev 20618

Update gnome-calculator
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 25 17:47:14 2018 +0100 (2018-12-25)
parents b23839382755
children 6cdb314e15d8
files gnome-calculator/receipt
line diff
     1.1 --- a/gnome-calculator/receipt	Tue Dec 25 17:06:17 2018 +0100
     1.2 +++ b/gnome-calculator/receipt	Tue Dec 25 17:47:14 2018 +0100
     1.3 @@ -22,6 +22,15 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i	-e 's|Number.integer (num|this.integer (num|' \
     1.8 +		-e 's|Number.double (Math.PI)|this.double (Math.PI)|' \
     1.9 +		-e 's|Number.complex (x.multiply|this.complex (x.multiply|' \
    1.10 +		-e 's|Number.double (Random|this.double (Random|' \
    1.11 +			src/number.vala
    1.12 +	sed -i 's|.*insert_with_tags.*|#if VALA_0_28\
    1.13 +	    insert_with_tags (ref ans_end, ans_text, -1, ans_tag);\
    1.14 +#else\n&\n#endif|' src/math-equation.vala
    1.15 +
    1.16  	# SliTaz icon theme has no symbolic icons
    1.17  	sed -i 's|-symbolic||g' $src/data/buttons*.ui
    1.18