wok diff lxappearance/receipt @ rev 14817

Up: libexo* (0.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:43:00 2013 +0200 (2013-07-17)
parents 5e52034511d0
children 380ffe05937a
line diff
     1.1 --- a/lxappearance/receipt	Fri Dec 14 01:33:12 2012 +0000
     1.2 +++ b/lxappearance/receipt	Wed Jul 17 13:43:00 2013 +0200
     1.3 @@ -8,11 +8,8 @@
     1.4  WEB_SITE="http://lxde.sourceforge.net/"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
     1.7 -DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf \
     1.8 -glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 \
     1.9 -xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \
    1.10 -xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender \
    1.11 -zlib"
    1.12 +
    1.13 +DEPENDS="gtk+"
    1.14  BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17 @@ -21,7 +18,7 @@
    1.18  	cd $src
    1.19  	./configure $CONFIGURE_ARGS --sysconfdir=/etc &&
    1.20  	make &&
    1.21 -	make DESTDIR=$DESTDIR install
    1.22 +	make install
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.