wok diff gnumeric/receipt @ rev 25467

Up gnumeric (1.12.53)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 03 08:28:51 2022 +0000 (20 months ago)
parents 38c32fd69682
children 2b776cc39d25
line diff
     1.1 --- a/gnumeric/receipt	Fri Jun 17 06:26:00 2022 +0100
     1.2 +++ b/gnumeric/receipt	Mon Oct 03 08:28:51 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnumeric"
     1.7 -VERSION="1.12.32"
     1.8 +VERSION="1.12.53"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Office Spreadsheet application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -20,6 +20,7 @@
    1.13  	xorg-libXrandr xorg-libXrender zlib"
    1.14  BUILD_DEPENDS="bison goffice-dev gtk-doc gtk+3-dev libcroco-dev rarian"
    1.15  
    1.16 +# What is the latest version available today?
    1.17  current_version()
    1.18  {
    1.19  	wget -O - $(dirname $WGET_URL) 2>/dev/null | \
    1.20 @@ -29,6 +30,8 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 +	sed 's|^gnm_cell_has_expr|gnm_cell_has_expr (GnmCell const *cell);\ninline gboolean\n&|' \
    1.25 +		-i src/cell.h
    1.26  	./configure			\
    1.27  		--without-perl		\
    1.28  		--without-python	\
    1.29 @@ -55,6 +58,4 @@
    1.30  	cp -a $install/usr/share/glib-2.0     $fs/usr/share
    1.31  	cp -a $install/usr/share/gnumeric     $fs/usr/share
    1.32  	cp -a $install/usr/share/icons        $fs/usr/share
    1.33 -	cp -a $install/usr/share/pixmaps      $fs/usr/share
    1.34 -	find $fs/usr/share/pixmaps -name '*.ico' -delete
    1.35  }