# HG changeset patch # User Christophe Lincoln # Date 1305121433 -7200 # Node ID 0cb85479132791758105e59d457ffbd0abab8bbb # Parent 16365fa80d34ec10fe1339e286614e763e7f502b GConf: Fix BUILD_DEPENDS diff -r 16365fa80d34 -r 0cb854791327 GConf/receipt --- a/GConf/receipt Wed May 11 15:42:05 2011 +0200 +++ b/GConf/receipt Wed May 11 15:43:53 2011 +0200 @@ -5,25 +5,25 @@ CATEGORY="utilities" SHORT_DESC="A configuration database system." MAINTAINER="rcx@zoominternet.net" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://projects.gnome.org/gconf/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" + DEPENDS="glibc-base glib libgio dbus dbus-glib expat libxml2 zlib \ polkit ORBit2 atk cairo gtk+ fontconfig freetype pango pixman libpng \ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage \ xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender" -BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://projects.gnome.org/gconf/" -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" +BUILD_DEPENDS="intltool gettext libcrypto libcomerr3 gobject-introspection-dev \ +ORBit2-dev dbus-dev dbus-glib-dev polkit-dev" # Rules to configure and make the package. compile_rules() { cd $src - ./configure \ --sysconfdir=/etc \ --libexecdir=/usr/lib/GConf && - make && - make install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.