# HG changeset patch # User Xander Ziiryanoff # Date 1446845020 -3600 # Node ID 188a05620c4527a1753080cff26df4ccec26b4d1 # Parent f05541d38440487d5fd61b1b58abbcce60e04630 Up dia (0.97.3), cairo (1.14.4) diff -r f05541d38440 -r 188a05620c45 cairo-dev/receipt --- a/cairo-dev/receipt Fri Nov 06 19:16:49 2015 +0100 +++ b/cairo-dev/receipt Fri Nov 06 22:23:40 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo-dev" -VERSION="1.14.2" +VERSION="1.14.4" CATEGORY="development" SHORT_DESC="2D graphics library devel files." MAINTAINER="pankso@slitaz.org" diff -r f05541d38440 -r 188a05620c45 cairo-gl-dev/receipt --- a/cairo-gl-dev/receipt Fri Nov 06 19:16:49 2015 +0100 +++ b/cairo-gl-dev/receipt Fri Nov 06 22:23:40 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo-gl-dev" -VERSION="1.12.10" +VERSION="1.14.4" CATEGORY="development" SHORT_DESC="2D graphics library devel files with GL support." MAINTAINER="pankso@slitaz.org" diff -r f05541d38440 -r 188a05620c45 cairo-gl/receipt --- a/cairo-gl/receipt Fri Nov 06 19:16:49 2015 +0100 +++ b/cairo-gl/receipt Fri Nov 06 22:23:40 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo-gl" -VERSION="1.12.10" +VERSION="1.14.4" CATEGORY="x-window" SHORT_DESC="2D graphics library with GL support." MAINTAINER="pankso@slitaz.org" diff -r f05541d38440 -r 188a05620c45 cairo/receipt --- a/cairo/receipt Fri Nov 06 19:16:49 2015 +0100 +++ b/cairo/receipt Fri Nov 06 22:23:40 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cairo" -VERSION="1.14.2" +VERSION="1.14.4" CATEGORY="x-window" SHORT_DESC="2D graphics library." MAINTAINER="pankso@slitaz.org" diff -r f05541d38440 -r 188a05620c45 dia/receipt --- a/dia/receipt Fri Nov 06 19:16:49 2015 +0100 +++ b/dia/receipt Fri Nov 06 22:23:40 2015 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="dia" -VERSION="0.97.1" +VERSION="0.97.3" CATEGORY="office" SHORT_DESC="GTK+ based diagram creation program." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://projects.gnome.org/dia/" WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" TAGS="office diagram creator editor visio" @@ -15,15 +15,17 @@ libxslt popt xorg-libXdamage librsvg" BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \ fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ -libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev" +libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev \ +docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev" # Rules to configure and make the package. compile_rules() { - find . -name '*.[ch]*' | xargs sed -i 's||&\n#include |' plug-ins/vdx/vdx-export.c - patch -Np1 -i $stuff/dia-overflow-fix.patch + #find . -name '*.[ch]*' | xargs sed -i 's||&\n#include |' plug-ins/vdx/vdx-export.c + #patch -Np1 -i $stuff/dia-overflow-fix.patch ./configure --with-python \ + --with-cairo \ --disable-gnome \ $CONFIGURE_ARGS && sed -i 's# data doc tests installer# data tests installer#' Makefile &&