wok diff gtkdialog/receipt @ rev 14238
Just broke libgee because of old vala; up and recook.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 22 16:04:40 2013 +0000 (2013-03-22) |
parents | c2e7c7baed66 |
children | 380ffe05937a |
line diff
1.1 --- a/gtkdialog/receipt Wed Jun 01 19:42:36 2011 +0200 1.2 +++ b/gtkdialog/receipt Fri Mar 22 16:04:40 2013 +0000 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gtkdialog" 1.7 -VERSION="0.7.20" 1.8 +VERSION="0.8.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Small utility for fast and easy GUI building using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 -WEB_SITE="http://linux.pte.hu/~pipas/gtkdialog/" 1.14 -WGET_URL="ftp://linux.pte.hu/pub/gtkdialog/$TARBALL" 1.15 +WEB_SITE="http://code.google.com/p/gtkdialog/" 1.16 +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.17 1.18 -DEPENDS="gtk+ libglade xorg-libXdamage" 1.19 -BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev" 1.20 +DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base \ 1.21 +gdk-pixbuf glib glibc-base gtk+ libffi libgio libglade libpng libxcb \ 1.22 +libxml2 pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite \ 1.23 +xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \ 1.24 +xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" 1.25 +BUILD_DEPENDS="gtk+-dev libglade-dev vte-dev" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 cd $src 1.31 - # Fix libgalde support 1.32 - patch -p 0 < $stuff/glade_support.patch || return 1 1.33 - ./configure \ 1.34 - --prefix=/usr \ 1.35 - $CONFIGURE_ARGS && 1.36 + ./configure $CONFIGURE_ARGS && 1.37 make && 1.38 make DESTDIR=$DESTDIR install 1.39 } 1.40 @@ -30,4 +30,5 @@ 1.41 { 1.42 mkdir -p $fs/usr 1.43 cp -a $install/usr/bin $fs/usr 1.44 + cp -a $install/usr/share/icons $fs/usr/share 1.45 }