wok diff goffice/receipt @ rev 24005

cdrkit: force catalog sort weight
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 09:09:36 2021 +0000 (2021-01-19)
parents 5c8d8f2d9d2b
children 6831608a1b2a
line diff
     1.1 --- a/goffice/receipt	Sun Feb 19 10:46:23 2017 +0100
     1.2 +++ b/goffice/receipt	Tue Jan 19 09:09:36 2021 +0000
     1.3 @@ -1,28 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="goffice"
     1.7 -VERSION="0.10.32"
     1.8 +VERSION="0.10.46"
     1.9  CATEGORY="libs"
    1.10 -SHORT_DESC="GOffice is a library of document-centric objects and utilities"
    1.11 +SHORT_DESC="A library of document-centric objects and utilities."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://developer.gnome.org/goffice/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WEB_SITE="https://developer.gnome.org/goffice/"
    1.18  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.19  
    1.20 -DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype \
    1.21 -gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgio libgsf libpng \
    1.22 -librsvg libxcb libxml2 libxslt pango pcre pixman util-linux-uuid xorg-libICE \
    1.23 -xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
    1.24 -xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \
    1.25 -xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    1.26 -BUILD_DEPENDS="cairo-dev gtk+3-dev libgsf-dev librsvg-dev libxslt-dev gtk-doc \
    1.27 -perl-io-compress libcroco-dev"
    1.28 +DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype 
    1.29 +	gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi 
    1.30 +	libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre 
    1.31 +	pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 
    1.32 +	xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage 
    1.33 +	xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi 
    1.34 +	xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    1.35 +BUILD_DEPENDS="cairo-dev gtk-doc gtk+3-dev libcroco-dev libgsf-dev 
    1.36 +	librsvg-dev libxslt-dev perl-io-compress"
    1.37  
    1.38  # Rules to configure and make the package.
    1.39  compile_rules()
    1.40  {
    1.41 -	./configure $CONFIGURE_ARGS && make && make install
    1.42 +	./configure $CONFIGURE_ARGS &&
    1.43 +	make &&
    1.44 +	make install
    1.45  }
    1.46  
    1.47  # Rules to gen a SliTaz package suitable for Tazpkg.