# HG changeset patch # User Hans-G?nter Theisgen # Date 1655443560 -3600 # Node ID 38c32fd696824ebfbdef46bd395d7f6cdc3b2683 # Parent 04e64403277977094a3f05d8e35ee1e0a80ec0ac gnumeric: added dependency goffice diff -r 04e644032779 -r 38c32fd69682 gnumeric/receipt --- a/gnumeric/receipt Wed Jun 15 17:34:03 2022 +0100 +++ b/gnumeric/receipt Fri Jun 17 06:26:00 2022 +0100 @@ -6,17 +6,19 @@ SHORT_DESC="Office Spreadsheet application." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" +WEB_SITE="http://www.gnumeric.org/" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="http://www.gnumeric.org/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" -DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype \ -gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgio libgsf libpng \ -librsvg libxcb libxml2 libxslt pango pcre pixman util-linux-uuid xorg-libICE \ -xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ -xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \ -xorg-libXinerama xorg-libXrandr xorg-libXrender zlib dconf" -BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev libcroco-dev rarian" +DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dconf dbus fontconfig freetype + gdk-pixbuf glib glibc-base goffice gtk+3 harfbuzz libcroco libffi + libgio libgsf libpng librsvg libxcb libxml2 libxslt pango pcre + pixman util-linux-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau + xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp + xorg-libXext xorg-libXfixes xorg-libXi xorg-libXinerama + xorg-libXrandr xorg-libXrender zlib" +BUILD_DEPENDS="bison goffice-dev gtk-doc gtk+3-dev libcroco-dev rarian" current_version() { @@ -27,18 +29,20 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --without-perl \ - --without-python \ - --without-gda \ + ./configure \ + --without-perl \ + --without-python \ + --without-gda \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr