wok-6.x diff perl-gtk2-trayicon/receipt @ rev 19734
libdb: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 17 14:52:48 2017 +0100 (2017-02-17) |
parents | 2d12ebd38be4 |
children | 20661c276bcf |
line diff
1.1 --- a/perl-gtk2-trayicon/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-gtk2-trayicon/receipt Fri Feb 17 14:52:48 2017 +0100 1.3 @@ -6,15 +6,13 @@ 1.4 SHORT_DESC="Gtk2::TrayIcon module is a Perl extension." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL" 1.7 -DEPENDS="perl" 1.8 -BUILD_DEPENDS="perl" 1.9 SOURCE="Gtk2-TrayIcon" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://cpan.org/" 1.12 WGET_URL="http://search.cpan.org/CPAN/authors/id/B/BO/BORUP/$TARBALL" 1.13 1.14 DEPENDS="perl-gtk2" 1.15 -BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig" 1.16 +BUILD_DEPENDS="perl-gtk2 perl-extutils-depends perl-extutils-pkgconfig gtk+-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules()