# HG changeset patch # User Eric Joseph-Alexandre # Date 1305668339 -7200 # Node ID b8fe7e19466a5a3e1de3f8f7d1f93518ddee9e7d # Parent 2c7d8475c50f5fdccc4de75b236b343ca6e1bc20 devilspie: fix bdeps & clean-up diff -r 2c7d8475c50f -r b8fe7e19466a devilspie/receipt --- a/devilspie/receipt Tue May 17 17:25:10 2011 +0000 +++ b/devilspie/receipt Tue May 17 23:38:59 2011 +0200 @@ -5,13 +5,14 @@ CATEGORY="x-window" SHORT_DESC="Windows matching utility." MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://burtonini.com/blog/computers/devilspie" +WGET_URL="http://burtonini.com/computing/$TARBALL" + DEPENDS="libwnck expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \ xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="intltool" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://burtonini.com/blog/computers/devilspie" -WGET_URL="http://burtonini.com/computing/$TARBALL" +BUILD_DEPENDS="intltool libwnck-dev" # Rules to configure and make the package. compile_rules() @@ -21,11 +22,7 @@ -e 's/gdk_display/GDK_DISPLAY_XDISPLAY(gdk_display_get_default())/' \ -e 's/GDK_DISPLAY(/gdk_display_get_default(/' \ src/xutils.c src/actions.c - ./configure \ - --prefix=/usr \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.