wok rev 18544

Up dia (0.97.3), cairo (1.14.4)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Nov 06 22:23:40 2015 +0100 (2015-11-06)
parents f05541d38440
children 5e26ab6bd360
files cairo-dev/receipt cairo-gl-dev/receipt cairo-gl/receipt cairo/receipt dia/receipt
line diff
     1.1 --- a/cairo-dev/receipt	Fri Nov 06 19:16:49 2015 +0100
     1.2 +++ b/cairo-dev/receipt	Fri Nov 06 22:23:40 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="cairo-dev"
     1.7 -VERSION="1.14.2"
     1.8 +VERSION="1.14.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="2D graphics library devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/cairo-gl-dev/receipt	Fri Nov 06 19:16:49 2015 +0100
     2.2 +++ b/cairo-gl-dev/receipt	Fri Nov 06 22:23:40 2015 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cairo-gl-dev"
     2.7 -VERSION="1.12.10"
     2.8 +VERSION="1.14.4"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="2D graphics library devel files with GL support."
    2.11  MAINTAINER="pankso@slitaz.org"
     3.1 --- a/cairo-gl/receipt	Fri Nov 06 19:16:49 2015 +0100
     3.2 +++ b/cairo-gl/receipt	Fri Nov 06 22:23:40 2015 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="cairo-gl"
     3.7 -VERSION="1.12.10"
     3.8 +VERSION="1.14.4"
     3.9  CATEGORY="x-window"
    3.10  SHORT_DESC="2D graphics library with GL support."
    3.11  MAINTAINER="pankso@slitaz.org"
     4.1 --- a/cairo/receipt	Fri Nov 06 19:16:49 2015 +0100
     4.2 +++ b/cairo/receipt	Fri Nov 06 22:23:40 2015 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="cairo"
     4.7 -VERSION="1.14.2"
     4.8 +VERSION="1.14.4"
     4.9  CATEGORY="x-window"
    4.10  SHORT_DESC="2D graphics library."
    4.11  MAINTAINER="pankso@slitaz.org"
     5.1 --- a/dia/receipt	Fri Nov 06 19:16:49 2015 +0100
     5.2 +++ b/dia/receipt	Fri Nov 06 22:23:40 2015 +0100
     5.3 @@ -1,12 +1,12 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="dia"
     5.7 -VERSION="0.97.1"
     5.8 +VERSION="0.97.3"
     5.9  CATEGORY="office"
    5.10  SHORT_DESC="GTK+ based diagram creation program."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12  LICENSE="GPL2"
    5.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    5.15  WEB_SITE="http://projects.gnome.org/dia/"
    5.16  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    5.17  TAGS="office diagram creator editor visio"
    5.18 @@ -15,15 +15,17 @@
    5.19  libxslt popt xorg-libXdamage librsvg"
    5.20  BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \
    5.21  fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \
    5.22 -libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev"
    5.23 +libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev \
    5.24 +docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev"
    5.25  
    5.26  # Rules to configure and make the package.
    5.27  compile_rules()
    5.28  {
    5.29 -	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    5.30 -	sed -i 's|stdio.h>|&\n#include <sys/stat.h>|' plug-ins/vdx/vdx-export.c
    5.31 -	patch -Np1 -i $stuff/dia-overflow-fix.patch
    5.32 +	#find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    5.33 +	#sed -i 's|stdio.h>|&\n#include <sys/stat.h>|' plug-ins/vdx/vdx-export.c
    5.34 +	#patch -Np1 -i $stuff/dia-overflow-fix.patch
    5.35  	./configure --with-python \
    5.36 +		--with-cairo \
    5.37  		--disable-gnome \
    5.38  		$CONFIGURE_ARGS &&
    5.39  	sed -i 's# data doc tests installer# data tests installer#' Makefile &&