wok rev 25085

gnumeric: added dependency goffice
author Hans-G?nter Theisgen
date Fri Jun 17 06:26:00 2022 +0100 (22 months ago)
parents 04e644032779
children eba2c12c310b
files gnumeric/receipt
line diff
     1.1 --- a/gnumeric/receipt	Wed Jun 15 17:34:03 2022 +0100
     1.2 +++ b/gnumeric/receipt	Fri Jun 17 06:26:00 2022 +0100
     1.3 @@ -6,17 +6,19 @@
     1.4  SHORT_DESC="Office Spreadsheet application."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  LICENSE="GPL"
     1.7 +WEB_SITE="http://www.gnumeric.org/"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10 -WEB_SITE="http://www.gnumeric.org/"
    1.11  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.12  
    1.13 -DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype \
    1.14 -gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgio libgsf libpng \
    1.15 -librsvg libxcb libxml2 libxslt pango pcre pixman util-linux-uuid xorg-libICE \
    1.16 -xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
    1.17 -xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \
    1.18 -xorg-libXinerama xorg-libXrandr xorg-libXrender zlib dconf"
    1.19 -BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev rarian"
    1.20 +DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dconf dbus fontconfig freetype
    1.21 +	gdk-pixbuf glib glibc-base goffice gtk+3 harfbuzz libcroco libffi
    1.22 +	libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre
    1.23 +	pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau
    1.24 +	xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp
    1.25 +	xorg-libXext xorg-libXfixes xorg-libXi xorg-libXinerama
    1.26 +	xorg-libXrandr xorg-libXrender zlib"
    1.27 +BUILD_DEPENDS="bison goffice-dev gtk-doc gtk+3-dev libcroco-dev rarian"
    1.28  
    1.29  current_version()
    1.30  {
    1.31 @@ -27,18 +29,20 @@
    1.32  # Rules to configure and make the package.
    1.33  compile_rules()
    1.34  {
    1.35 -	./configure \
    1.36 -		--without-perl \
    1.37 -		--without-python \
    1.38 -		--without-gda \
    1.39 +	./configure			\
    1.40 +		--without-perl		\
    1.41 +		--without-python	\
    1.42 +		--without-gda		\
    1.43  		$CONFIGURE_ARGS &&
    1.44 -	make && make install
    1.45 +	make &&
    1.46 +	make install
    1.47  }
    1.48  
    1.49  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.50  genpkg_rules()
    1.51  {
    1.52 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.53 +	mkdir -p $fs/usr/lib
    1.54 +	mkdir -p $fs/usr/share
    1.55  
    1.56  	cp -a $install/usr/bin          $fs/usr
    1.57