wok-4.x rev 2312
dia: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 25 15:19:49 2009 +0000 (2009-02-25) |
parents | 57c5cac622c6 |
children | e45ae1cf64ea |
files | dia/receipt |
line diff
1.1 --- a/dia/receipt Wed Feb 25 14:15:15 2009 +0000 1.2 +++ b/dia/receipt Wed Feb 25 15:19:49 2009 +0000 1.3 @@ -8,15 +8,15 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://projects.gnome.org/dia/" 1.6 WGET_URL="ftp://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 -DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango" 1.8 -BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool fontconfig-dev glib-dev atk-dev pango-dev" 1.9 +DEPENDS="gtk+ libxml2 freetype fontconfig glib atk pango zlib libart_lgpl" 1.10 +BUILD_DEPENDS="pkg-config gtk+-dev libxml2-dev freetype-dev intltool fontconfig-dev glib-dev atk-dev pango-dev pyxml zlib-dev libxslt libart_lgpl-dev libart_lgpl pygtk file" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 + --with-python --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 }