# HG changeset patch # User Christopher Rogers # Date 1285266689 0 # Node ID abe84aa3f283c37406ef330d3839d664ea19ee93 # Parent 9130dc5943c6ee7c7536596127c2994b00830fdf Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers. diff -r 9130dc5943c6 -r abe84aa3f283 cyrus-sasl-dev/receipt --- a/cyrus-sasl-dev/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/cyrus-sasl-dev/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -7,6 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" WEB_SITE="http://cyrusimap.web.cmu.edu/" WANTED="cyrus-sasl" +DEPENDS="cyrus-sasl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 9130dc5943c6 -r abe84aa3f283 gnutls-dev/receipt --- a/gnutls-dev/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/gnutls-dev/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="GNU Transport Layer Security Library headers" MAINTAINER="erjo@slitaz.org" -BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" +DEPENDS="gnutls libgcrypt-dev libgpg-error-dev" WANTED="gnutls" WEB_SITE="http://www.gnu.org/software/gnutls/" diff -r 9130dc5943c6 -r abe84aa3f283 gtk-vnc/receipt --- a/gtk-vnc/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/gtk-vnc/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="VNC viewer widget for GTK." MAINTAINER="pankso@slitaz.org" DEPENDS="gnutls libgpg-error gtk+ pygtk cyrus-sasl libtasn1" -BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev gtk+-dev pygtk-dev cyrus-sasl cyrus-sasl-dev intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev libgcrypt-dev zlib-dev expat-dev libtasn1-dev" +BUILD_DEPENDS="$DEPENDS gnutls-dev libgpg-error-dev gtk+-dev cyrus-sasl cyrus-sasl-dev intltool pkg-config pygtk-dev pygobject-dev libffi-dev python-dev libgcrypt-dev zlib-dev expat-dev libtasn1-dev" SUGGESTED="gtk-vnc-python" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://live.gnome.org/gtk-vnc/" diff -r 9130dc5943c6 -r abe84aa3f283 libgcrypt-dev/receipt --- a/libgcrypt-dev/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/libgcrypt-dev/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Cryptographic library based on GnuPG Headers" MAINTAINER="erjo@slitaz.org" -DEPENDS="libgpg-error-dev" +DEPENDS="libgcrypt libgpg-error-dev" WANTED="libgcrypt" WEB_SITE="http://www.gnupg.org/" diff -r 9130dc5943c6 -r abe84aa3f283 libtasn1-dev/receipt --- a/libtasn1-dev/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/libtasn1-dev/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -6,6 +6,7 @@ SHORT_DESC="The libtasn1 devel files." MAINTAINER="pankso@slitaz.org" WANTED="libtasn1" +DEPENDS="libtasn1" WEB_SITE="http://www.gnu.org/software/libtasn1/" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 9130dc5943c6 -r abe84aa3f283 pygobject-dev/receipt --- a/pygobject-dev/receipt Thu Sep 23 17:43:42 2010 +0000 +++ b/pygobject-dev/receipt Thu Sep 23 18:31:29 2010 +0000 @@ -5,7 +5,7 @@ CATEGORY="development" SHORT_DESC="Python bindings for the GObject library dev files." MAINTAINER="erjo@slitaz.org" -DEPENDS="pygobject" +DEPENDS="pygobject libffi-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.pygtk.org/docs/pygobject/index.html" WANTED="pygobject"