wok-stable diff pidgin/receipt @ rev 3698
fix id3tag.pc
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Jul 17 07:52:06 2009 +0000 (2009-07-17) |
parents | 61cef885b185 |
children | 9302c4be8d07 |
line diff
1.1 --- a/pidgin/receipt Sat Jun 13 12:01:33 2009 +0200 1.2 +++ b/pidgin/receipt Fri Jul 17 07:52:06 2009 +0000 1.3 @@ -1,12 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pidgin" 1.7 -VERSION="2.5.6" 1.8 +VERSION="2.5.8" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Instant messaging client using GTK+." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification xorg-libXdamage" 1.13 -BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev startup-notification-dev" 1.14 +DEPENDS="gtk+ gnutls libgcrypt libgpg-error startup-notification \ 1.15 +xorg-libXdamage libxml2 libxcb" 1.16 +BUILD_DEPENDS="$DEPENDS gtk+-dev gnutls-dev libgcrypt-dev gnutls-dev \ 1.17 +startup-notification-dev libgpg-error-dev libxml2-dev libxcb-dev" 1.18 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.19 SUGGESTED="gnutls" 1.20 WEB_SITE="http://www.pidgin.im/" 1.21 @@ -16,6 +18,7 @@ 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 + touch pidgin.desktop 1.26 MSGFMT=/usr/bin/msgfmt 1.27 ./configure \ 1.28 --prefix=/usr \ 1.29 @@ -48,5 +51,8 @@ 1.30 cp -a $_pkg/usr/share/purple $fs/usr/share 1.31 cp -a $_pkg/usr/share/pixmaps/pidgin $fs/usr/share/pixmaps 1.32 cp -a $_pkg/usr/share/icons/hicolor/24x24/apps/* $fs/usr/share/pixmaps 1.33 + # Cook wanted 1.34 + echo "Cook: pidgin-dev" 1.35 + echo "Cook: libpurple-dev" 1.36 } 1.37