wok diff gtkdialog/receipt @ rev 7982

Fix: patch two bugs in make 3.82
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Jan 17 18:24:29 2011 +0100 (2011-01-17)
parents 8b79c3ee7ac2
children 0b4cf0d9e1b5
line diff
     1.1 --- a/gtkdialog/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.2 +++ b/gtkdialog/receipt	Mon Jan 17 18:24:29 2011 +0100
     1.3 @@ -6,15 +6,17 @@
     1.4  SHORT_DESC="Small utility for fast and easy GUI building using GTK+."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ libglade xorg-libXdamage"
     1.7 +BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/"
    1.10  WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL"
    1.11 -#0.7.21 is 0.7.15 !! WGET_URL="http://www.sfr-fresh.com/unix/privat/$TARBALL"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 +	# Fix libgalde support
    1.18 +	patch -p 0 < ../stuff/glade_support.patch || exit 1
    1.19  	./configure \
    1.20  		--prefix=/usr \
    1.21  		--infodir=/usr/share/info \