wok-next rev 19899
gperiodic: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 12 11:37:25 2017 +0200 (2017-10-12) |
parents | 24582c87ebcc |
children | 0a660853fd5b |
files | gperiodic/receipt |
line diff
1.1 --- a/gperiodic/receipt Thu Oct 12 11:28:58 2017 +0200 1.2 +++ b/gperiodic/receipt Thu Oct 12 11:37:25 2017 +0200 1.3 @@ -11,12 +11,11 @@ 1.4 WGET_URL="http://www.frantz.fi/software/$TARBALL" 1.5 1.6 DEPENDS="gtk+ xorg-libXdamage" 1.7 -BUILD_DEPENDS="gtk+-dev" 1.8 +BUILD_DEPENDS="gtk+-dev gettext-tools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 sed -i 's| GtkTooltips| struct _GtkTooltips|' gperiodic.h 1.15 make 1.16 }