# HG changeset patch # User Christophe Lincoln # Date 1305541477 -7200 # Node ID 82572c53729df600794504c6dab9b0161efb3442 # Parent e9f13767ef1ec1d11212db694c81ba984e6edf89 tint2: fix bdeps diff -r e9f13767ef1e -r 82572c53729d tint2/receipt --- a/tint2/receipt Mon May 16 01:14:29 2011 +0000 +++ b/tint2/receipt Mon May 16 12:24:37 2011 +0200 @@ -5,14 +5,15 @@ CATEGORY="misc" SHORT_DESC="taskbar and panel" MAINTAINER="jozee@slitaz.org" -DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype" -BUILD_DEPENDS="pygtk-dev cmake pkg-config" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://tint2.googlecode.com/files/" WGET_URL="$WEB_SITE/$TARBALL" CONFIG_FILES="/etc/xdg/tint2/tint2rc" TAGS="desktop panel taskbar" +DEPENDS="gtk+ cairo pango glib imlib2 xorg-libXinerama xcb-util freetype" +BUILD_DEPENDS="pygtk-dev cmake pkg-config imlib2-dev xcb-util-dev" + # Rules to configure and make the package. compile_rules() { @@ -21,7 +22,7 @@ cd build cmake -DCMAKE_INSTALL_PREFIX=/usr ../ && make && - make DESTDIR=$PWD/../_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.