wok-next diff gtkdialog/receipt @ rev 4095
Fix: PolicyKit0 FSH (again)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 17 16:21:07 2009 +0200 (2009-09-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 Thu Sep 17 16:21:07 2009 +0200 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 \