wok-next rev 19466

Up: libgsf (1.14.40), goffice (0.10.32), gnumeric (1.12.32).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 25 01:28:09 2016 +0300 (2016-10-25)
parents 8c67051bb198
children f2d4da9bbaf4
files gnumeric/receipt goffice-dev/receipt goffice/receipt libgsf-dev/receipt libgsf/receipt
line diff
     1.1 --- a/gnumeric/receipt	Mon Oct 24 15:20:54 2016 +0200
     1.2 +++ b/gnumeric/receipt	Tue Oct 25 01:28:09 2016 +0300
     1.3 @@ -1,35 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnumeric"
     1.7 -VERSION="1.10.17"
     1.8 +VERSION="1.12.32"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Office Spreadsheet application."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://www.gnome.org/projects/gnumeric/"
    1.15 -WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +LICENSE="GPL"
    1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.18 +WEB_SITE="http://www.gnumeric.org/"
    1.19 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21  DEPENDS="gtk+ libgsf goffice libart_lgpl guile libgio bzlib xorg-libXdamage"
    1.22  BUILD_DEPENDS="gtk+-dev libgsf-dev libart_lgpl-dev goffice-dev xorg-libXdamage-dev
    1.23  libglade-dev libxml2-dev intltool pkg-config zlib-dev bzip2-dev"
    1.24 +BUILD_DEPENDS="gtk-doc bison goffice-dev gtk+3-dev "
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	sed -i s'/omffile =.*/omffile =/' doc/C/Makefile*
    1.31  	./configure \
    1.32  		--without-perl \
    1.33  		--without-python \
    1.34  		--without-gda \
    1.35 -		--without-paradox \
    1.36 -		--without-gnome \
    1.37  		$CONFIGURE_ARGS &&
    1.38  	make && make install
    1.39 -
    1.40 -	sed -i 's|zz-application/zz-winassoc-xls;||' \
    1.41 -		$install/usr/share/applications/gnumeric.desktop
    1.42  }
    1.43  
    1.44  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.45 @@ -47,7 +41,6 @@
    1.46  	cp -a $install/usr/share/glib-2.0     $fs/usr/share
    1.47  	cp -a $install/usr/share/gnumeric     $fs/usr/share
    1.48  	cp -a $install/usr/share/icons        $fs/usr/share
    1.49 -	rm -r $fs/usr/share/icons/hicolor/scalable
    1.50  	cp -a $install/usr/share/pixmaps      $fs/usr/share
    1.51  	find $fs/usr/share/pixmaps -name '*.ico' -delete
    1.52  }
     2.1 --- a/goffice-dev/receipt	Mon Oct 24 15:20:54 2016 +0200
     2.2 +++ b/goffice-dev/receipt	Tue Oct 25 01:28:09 2016 +0300
     2.3 @@ -1,23 +1,19 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="goffice-dev"
     2.7 -VERSION="0.8.17"
     2.8 -CATEGORY="x-window"
     2.9 +VERSION="0.10.32"
    2.10 +CATEGORY="development"
    2.11  SHORT_DESC="GOffice devel files."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="https://developer.gnome.org/goffice/"
    2.15 +
    2.16  WANTED="goffice"
    2.17 -WEB_SITE="http://freshmeat.net/projects/goffice/"
    2.18 -
    2.19 -DEPENDS="goffice gtk+-dev libxml2-dev libgsf-dev libglade-dev \
    2.20 -expat-dev bzip2-dev librsvg-dev"
    2.21 +DEPENDS="goffice glib-dev libgio-dev libgsf-dev libxml2-dev gtk+3-dev \
    2.22 +cairo-dev pango-dev librsvg-dev libxslt-dev"
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.25  genpkg_rules()
    2.26  {
    2.27 -	mkdir -p $fs/usr/lib
    2.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    2.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.30 -	cp -a $install/usr/include $fs/usr
    2.31 +	cook_copy_files *.h *.la *.pc
    2.32  }
    2.33 -
     3.1 --- a/goffice/receipt	Mon Oct 24 15:20:54 2016 +0200
     3.2 +++ b/goffice/receipt	Tue Oct 25 01:28:09 2016 +0300
     3.3 @@ -1,40 +1,31 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="goffice"
     3.7 -VERSION="0.8.17"
     3.8 -CATEGORY="x-window"
     3.9 -SHORT_DESC="GOffice is a library of document-centric objects and utilities."
    3.10 +VERSION="0.10.32"
    3.11 +CATEGORY="libs"
    3.12 +SHORT_DESC="GOffice is a library of document-centric objects and utilities"
    3.13  MAINTAINER="pankso@slitaz.org"
    3.14  LICENSE="GPL2"
    3.15  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.16 -WEB_SITE="http://freshmeat.net/projects/goffice/"
    3.17 +WEB_SITE="https://developer.gnome.org/goffice/"
    3.18  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    3.19  
    3.20 -DEPENDS="gtk+ libgsf libglade libart_lgpl xorg-libXdamage"
    3.21 -BUILD_DEPENDS="gtk+-dev libxml2-dev libgsf libgsf-dev libglade-dev intltool \
    3.22 -expat-dev bzip2-dev librsvg-dev"
    3.23 +DEPENDS="at-spi2 at-spi2-atk atk bzlib cairo dbus fontconfig freetype \
    3.24 +gdk-pixbuf glib glibc-base gtk+3 harfbuzz libcroco libffi libgio libgsf libpng \
    3.25 +librsvg libxcb libxml2 libxslt pango pcre pixman util-linux-uuid xorg-libICE \
    3.26 +xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \
    3.27 +xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXi \
    3.28 +xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    3.29 +BUILD_DEPENDS="cairo-dev gtk+3-dev libgsf-dev librsvg-dev libxslt-dev gtk-doc"
    3.30  
    3.31  # Rules to configure and make the package.
    3.32  compile_rules()
    3.33  {
    3.34 -	cd $src
    3.35 -	# remove a reference to pcre_info, a deprecated function
    3.36 -	# that was removed from PCRE-8.30
    3.37 -	sed -i 's#info (r, NULL#full&, 0#' goffice/utils/regutf8.c &&
    3.38 -	./configure \
    3.39 -		--with-html-dir=/usr/share/doc \
    3.40 -		--disable-static \
    3.41 -		$CONFIGURE_ARGS &&
    3.42 -	make &&	make install
    3.43 +	./configure $CONFIGURE_ARGS && make && make install
    3.44  }
    3.45  
    3.46  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.47  genpkg_rules()
    3.48  {
    3.49 -	mkdir -p $fs/usr/lib $fs/usr/share
    3.50 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.51 -	cp -a $install/usr/lib/goffice $fs/usr/lib
    3.52 -	cp -a $install/usr/share/goffice $fs/usr/share
    3.53 -	cp -a $install/usr/share/pixmaps $fs/usr/share
    3.54 +	cook_copy_files *.so* *.xml *.xsl README
    3.55  }
    3.56 -
     4.1 --- a/libgsf-dev/receipt	Mon Oct 24 15:20:54 2016 +0200
     4.2 +++ b/libgsf-dev/receipt	Tue Oct 25 01:28:09 2016 +0300
     4.3 @@ -1,16 +1,15 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libgsf-dev"
     4.7 -VERSION="1.14.21"
     4.8 -CATEGORY="x-window"
     4.9 -SHORT_DESC="GNOME Structured File Library (devel files)."
    4.10 +VERSION="1.14.40"
    4.11 +CATEGORY="development"
    4.12 +SHORT_DESC="GNOME Structured File Library, development files"
    4.13  MAINTAINER="pankso@slitaz.org"
    4.14  LICENSE="GPL2"
    4.15 +WEB_SITE="https://developer.gnome.org/gsf/"
    4.16 +
    4.17  WANTED="libgsf"
    4.18 -WEB_SITE="http://freshmeat.net/projects/libgsf/"
    4.19 -HOST_ARCH="i486 arm"
    4.20 -
    4.21 -DEPENDS="libgsf pkg-config"
    4.22 +DEPENDS="libgsf glib-dev libxml2-dev"
    4.23  
    4.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.25  genpkg_rules()
    4.26 @@ -20,4 +19,3 @@
    4.27  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    4.28  	cp -a $install/usr/include $fs/usr
    4.29  }
    4.30 -
     5.1 --- a/libgsf/receipt	Mon Oct 24 15:20:54 2016 +0200
     5.2 +++ b/libgsf/receipt	Tue Oct 25 01:28:09 2016 +0300
     5.3 @@ -1,43 +1,27 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="libgsf"
     5.7 -VERSION="1.14.21"
     5.8 -CATEGORY="x-window"
     5.9 -SHORT_DESC="GNOME Structured File Library."
    5.10 +VERSION="1.14.40"
    5.11 +CATEGORY="libs"
    5.12 +SHORT_DESC="GNOME Structured File Library"
    5.13  MAINTAINER="pankso@slitaz.org"
    5.14  LICENSE="GPL2"
    5.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.16 -WEB_SITE="http://freshmeat.net/projects/libgsf/"
    5.17 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.18 +WEB_SITE="https://developer.gnome.org/gsf/"
    5.19  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    5.20 -HOST_ARCH="i486 arm"
    5.21  
    5.22 -DEPENDS="libgio bzlib libxml2 "
    5.23 -BUILD_DEPENDS="libgio-dev glib-dev libxml2-dev zlib-dev"
    5.24 -
    5.25 -# Handle cross compilation
    5.26 -case "$ARCH" in
    5.27 -	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool" ;;
    5.28 -esac
    5.29 +DEPENDS="bzlib gdk-pixbuf glib glibc-base libffi libgio libpng libxml2 pcre zlib"
    5.30 +BUILD_DEPENDS="gtk-doc libgio-dev glib-dev libxml2-dev zlib-dev gdk-pixbuf-dev"
    5.31  
    5.32  # Rules to configure and make the package.
    5.33  compile_rules()
    5.34  {
    5.35 -	sed -i 's/g_memmove/memmove/' gsf/gsf-output-iconv.c
    5.36 -	./configure \
    5.37 -		--with-html-dir=/usr/share/doc \
    5.38 -		--without-bonobo \
    5.39 -		--without-gnome-vfs \
    5.40 -		--without-python \
    5.41 -		$CONFIGURE_ARGS &&
    5.42 -	make &&
    5.43 -	make install
    5.44 +	./configure $CONFIGURE_ARGS && make && make install
    5.45  }
    5.46  
    5.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.48  genpkg_rules()
    5.49  {
    5.50 -	mkdir -p $fs/usr/lib
    5.51 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    5.52 -	cp -a $install/usr/bin $fs/usr
    5.53 +	cook_copy_files gsf *.so* gsf-vba* gsf-office*
    5.54 +	rm -r $fs/usr/share/man
    5.55  }
    5.56 -