wok-next diff dia/receipt @ rev 18973
splashutils: fix build, update URLs, add description
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 12 14:29:04 2016 +0200 (2016-03-12) |
parents | 27d55e263e2d |
children | 15b2a2fdf54f |
line diff
1.1 --- a/dia/receipt Sat Oct 03 06:11:22 2015 +0300 1.2 +++ b/dia/receipt Sat Mar 12 14:29:04 2016 +0200 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dia" 1.7 -VERSION="0.97.1" 1.8 +VERSION="0.97.3" 1.9 CATEGORY="office" 1.10 SHORT_DESC="GTK+ based diagram creation program." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 WEB_SITE="http://projects.gnome.org/dia/" 1.16 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.17 TAGS="office diagram creator editor visio" 1.18 @@ -15,15 +15,17 @@ 1.19 libxslt popt xorg-libXdamage librsvg" 1.20 BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool \ 1.21 fontconfig-dev glib-dev atk-dev pango-dev python-pyxml zlib-dev libxslt \ 1.22 -libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev" 1.23 +libart_lgpl-dev libart_lgpl pygtk file libxslt-dev expat-dev python-dev \ 1.24 +docbook-xsl docbook-xml cairo-dev pango-dev librsvg-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|' 1.30 - sed -i 's|stdio.h>|&\n#include <sys/stat.h>|' plug-ins/vdx/vdx-export.c 1.31 - patch -Np1 -i $stuff/dia-overflow-fix.patch 1.32 + #find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|' 1.33 + #sed -i 's|stdio.h>|&\n#include <sys/stat.h>|' plug-ins/vdx/vdx-export.c 1.34 + #patch -Np1 -i $stuff/dia-overflow-fix.patch 1.35 ./configure --with-python \ 1.36 + --with-cairo \ 1.37 --disable-gnome \ 1.38 $CONFIGURE_ARGS && 1.39 sed -i 's# data doc tests installer# data tests installer#' Makefile &&